Tuesday, April 9, 2013

Draw gear using HTML 5

A Small code snippet that can be used for drawing gear on web page using HTML5
Finished Output of Gear


Update:
Code added in github
And Live Demo

The below is the Javascript that I used to draw this gear

Missing website Menu in IE 10

The site I was creating it had a problem with rendering the web page in IE 10.
The Menu which I used for navigation where missing.

It was working in IE 9, IE 8 and IE 7 (Chrome and Firefox any way works :-) ).
Now when I open it in IE 10 Menu items are gone.

There was no fancy thing that I have created. But still it shows the compatibility warning in IE 10 and no news of the Menu

Creating professional looking HTML dialog using CSS & jquery UI

The objective is to create a floating dialog box which is similar to Application dialog.
Final dialog that is created.


The HTML part

The html consists of basic structure needed for the dialog.

Contributors