[kanchilug] Fwd: [LUG@IITD:15152] Helper Keyboard for HTML Coding

  • From: rajkumar s <ksrajkumar87@xxxxxxxxx>
  • To: kanchilug@xxxxxxxxxxxxx
  • Date: Wed, 2 Nov 2011 10:20:34 +0530

---------- Forwarded message ----------
From: Narendra Sisodiya <narendra@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, Oct 30, 2011 at 11:03 AM
Subject: [LUG@IITD:15152] Helper Keyboard for HTML Coding
To: IITDLUG <iitdlug@xxxxxxxxxxxxxxxx>


Here is a small project.
its a shortcut keyboard for coding HTML (and other languages)
Example

in gedit, If you type
#html5 then it will type
<!DOCTYPE html>
<html>
<head>
       <title>HTML5</title>
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
</body>
</html>


if you type #table then it will convert into
<table border="1">
<tr>
       <th>Month</th>
       <th>Savings</th>
</tr>
<tr>
       <td>January</td>
       <td>100</td>
</tr>
</table>

if you #script then it will type
<script type="text/javascript"
src="http://code.jquery.com/jquery-1.6.4.min.js";></script>


Here is demo http://code.narendrasisodiya.com/keyboard.gif

If you want to help Or participate then please send me your feedback
and ideas around this keyboard.

I need someone to write various coding snippets which I can add to
keyboard configuration file.





--
┌─────────────────────────┐
│    Narendra Sisodiya
│    http://narendrasisodiya.com
└─────────────────────────┘

--
Mailing list guidelines and other related articles:
http://lug-iitd.org/Footer



-- 
By,
Rajkumar.S

My blog:
http://upcomer.wordpress.com/

KanchiLUG blog:
http://kanchilug.wordpress.com/

Other related posts:

  • » [kanchilug] Fwd: [LUG@IITD:15152] Helper Keyboard for HTML Coding - rajkumar s