Most of the time we use plain background or a gradient but it may not be appealing so here are some very attractive gradient patterns :) have fun friends.The patterns are created using CSS3 linear-gradients by Lea Verou's (i changed it little for my convenience) from her original post on the topic of building patterns with gradients.
These demos work properly in IE 9 thanks to PIE. They do not work in IE 6-8 due to lack of support for sizing/positioning of linear-gradient as a tiled background.
For the users convenience i have deployed it my server u can directly use this link to access the code http://jbox.co.in/css/gradient.css
These are the patterns i frequently use in the templates i design.its gives a very good look and feel
Quite a long time i was thinking to make a chat plugin with javascript and ajax...time rolled out and we have jquery now... searched a lot in the internet to find some resource to start with but to my surprise i found hardly anything.. finally i started from scratch after 3 days of struggle i could make a chat simulation...
Inspired from 9lessons blog here is a simple jquery based Facebook like wall feed.I used bootstrap css and csstricks grid tutorial in making this application. The front end has a textarea box, so anything entered and posted will be sent to jquery script and it returns a piece of code is added back to the page.