Engage 2 CSS Positions : Relative & Absolute
Posted on March 18, 2010 and got 1 shout so far
As a web developer or designer we must be frequently facing a task to create a webpage layout. In creating that, positioning a stacked-random element usually put through a nightmare for us, fortunately CSS and its beautiful properties help us cure that nightmare and in this post i will explain how to take advantage of the two CSS positions, relative and absolute.
[Code Snippet] CSS : Hover and Press Button
Posted on March 16, 2010 and got 7 shouts so far
You must be familiar with css button with hovered and pressed-style, we always meet them around the internet world with ease. Fortunately, we can make them with a very simple css technique. By using built-in css pseudo selector (:hover and :active) we can manipulate a boring link navigator into a cute one.
Mask Your Input Forms and Make It Beauty
Posted on March 11, 2010 and got 13 shouts so far
Text masking is an alternative for us to display information what type of content user must input to our forms, as usual jQuery make our life easier, to implement that we just need to create the script that read user actions (focusing or bluring the input), read its value then decide to empty the input value or refill with its default value.
[Code Snippet] jQuery : Show/Hide Element
Posted on March 9, 2010 and got 5 shouts so far
This is a very basic technique to show and hide HTML element, we just need to define the element then show or hide them with jQuery built-in function, $.slideToggle(). But if you see my sidebar in ‘Tags Collection’ section, you’ll notice that there’s a toggle to show or hide the tags collection (with undefined div’s height, of course) and that’s what i will explain.
Free Social Media Icon Set : PinkStrip
Posted on March 3, 2010 and got 13 shouts so far
Based on this great tutorial by vectips.com i created social media icon set, named PinkStrip. The icon set contains 12 icons that represent some social media website and apps, including, WordPress, Twitter, Tumblr, Stumbleupon, Picasa, Linkedin, GTalk, Google Buzz, Friendfeed, Facebook and Blogger.
[Code Snippet] jQuery : Confirm Before Exit
Posted on March 1, 2010 and got 3 shouts so far
Gmail compose has functionality to detect any content modification and confirm us before closing browser’s window because of unsaved content that we’ve modify, yes in this post i will try to explain how to make these function work on our webapps.
Create Animated Navigation Menu From Stratch
Posted on February 25, 2010 and got 4 shouts so far
Authenticjobs has a nice navigation menu. How could it be nice? The navigation will automatically shifted to the menu that we choose. Now in this tutorial, I’d like to discuss how to make not only an animated navigation like that but also an informative one.
[Code Snippet] jQuery : Checkbox & Table
Posted on February 23, 2010 and got 6 shouts so far
Today’s code snippet is how to automagically check/uncheck checkbox element by clicking a single row of a table using jQuery. Firstly we add click event on the table’s row, it will help us read click event on each row. Grab checkbox element on its row, check whether this checkbox was checked or not yet, then add checked or unchecked value on it.
The Artist
Popular Post
Stuff & Community News
Tags Collection