- Tuesday, July 28, 2009, 9:54
- css, how-to, jquery, tutorial
Today, I'm going to show you something interesting with jQuery. Yesterday I was thinking something to post something programming related stuff in blog after long time and I came across a website, whose menu impressed me a lot. But checking it in a while, I found it it was built using mootools. Since it was in mootools, I thought of replicating it in jQuery. I have two example of similar menu, first using jQuery core and CSS and another uses
jQuery easing plugin to give bounce effect to the same menu.And I've added one more example which I though would be nice menu to show you guys.
Full story
- Friday, November 21, 2008, 19:50
- Others, css
Are you a web developer ? Are you a web designer? The you must not leave this offer. I don't know weather you know about this offer or not. Sitepoint is giving the book
The Art & Science of CSS at free of cost. I think you're might interested in getting this book, just follow the simple instruction and that great book will be yours.
Full story
- Wednesday, September 10, 2008, 10:27
- HTML, css
Today, I would like to talk about
W3C XHTML validation service.This service checks the XHTML of your website and reports you if your web page have any error or warning according to standard of W3C. If you are talking about this website currently you'll find 74 Errors, 24 warning(s) and frankly I've never been bothered about correcting those errors of XHTML because it takes a bit of time and believe me I'm a very lazy boy. In this post, I would like to show you a interesting data of W3C validation among the top rated websites.You'll be amazed to come to know that they're also lazy like me :-) .
Full story
- Friday, August 15, 2008, 10:12
- css, tips and technique
Today, one of the friend of my office asked me how to make dotted or dashsed link as he was looking for "text-decoration" for making it.Today, I've come up with a very simple technique to make a dotted or dashed hyperlink using CSS.This technique might be known to most of you guys but it might be useful for those guys who don't know about this technique.
Full story
- Sunday, July 13, 2008, 9:29
- css, how-to, jquery, tutorial
Last time, I've shown you how to create a alert box using jQuery. This time, I've come up with another tutorial to show you how to display floating message box in the top of the browser using jQuery. The message box always get displayed at the top of the browser although you move across the document with help of scroll bar. Now, let's kick out this tutorial for creating floating message box using jQuery.
Full story