Posted by Roger November 3, 2009 09:24AM
I had a project recently that jQuery's tablesorter could be used for. However, after implementing the tablesorter script my custom jquery hover code gets destroyed when you paginate the table or sort it. After some research, I discovered that I could re-implement my hover code in a tablesorter wid…
Read more
Posted by Roger July 28, 2009 10:48PM
Hi Guys and Gals,
I am a little bit stumped about what to show you in photoshop. I mean.. plastic has been done a gazillion times, so has two tone effect, gradiants? done. It's going to be tough to come up with something that my readers can benefit from. I was thinking about getting into standard…
Read more
Posted by Roger July 21, 2009 10:39AM
I have recently been working on a project using jQuery UI tabs (http://jqueryui.com/demos/tabs/). After sifting through the documentation, I could not find any particular method for just calling the next tab in my own custom navigation. There is a lot of great events that you can hook into by crea…
Read more
Posted by Roger July 19, 2009 11:15PM
jQuery is a great way to add flare to your site easily with a vast array of utilities to animate, perform ajax calls, modify the DOM, retrieve JSON calls, and various other tasks usually tedious with native javascript. Today, we are going to look at jQuery’s UI library and how you can customize it’s…
Read more
Posted by Roger July 19, 2009 06:59PM
Creating a rounded edge site can be a tedius chore when you are required to use javascript or images, background graphics to create your desired layout effect. Well, if you are willing to leave Internet Explorer users in a squared environment, you can do it merely via CSS.
Here's how:
<style type=…
Read more
Posted by Roger July 19, 2009 04:38PM
Have you ever had difficulty trying to find a set of colors to apply to your website? Possibly you have tried to create your own color schemes without a knowledge of color theory. Well, Adobe has an online solution for us!
Adobe has a fantastic color theming application available through a site ca…
Read more