Posts Tagged ‘javascript’

09
Mar
TUT
Author:
Chocksy
2
Sexy CSS+JS Form

I was working on our new open source project that i think you will like and I was working on the registration page. This is what I got in the end and i will walk you trough the process with me. This new tutorial is about styling the forms of your website, I find it very good looking and very simple to implement. We will use simple CSS and some [...]

29
Sep
TUT
Author:
Chocksy
1
Cache Pic

As I said in my last post, I wanted from the first time to make a cacheing system for my imageroll page. Because i take the images from vi.sualize.us servers and we don’t want to make to much trafic and make stuff worse for them.

So what i did is simple, i made a class that extracts the rss data from theirs servers and get the images to display them. I do this every time someone visits the page.

22
Sep
TUT
Author:
Chocksy
15
jQuery pagination

Description
When you have a a large list of items (e.g. search results or news articles), you can display them grouped in pages and present navigational elements to move from one page to another. This plugin creates these navigational elements.
Usage
Include the pagination plugin script and the pagination.css file in your HTML page. In your HTML body create a container tag pair that will hold the link elements. Give it an id [...]

22
Sep
TUT
Author:
Chocksy
1
PNG Fix for IE6

Last night i was working on a site that uses a lot of transparent .png’s . As we all know, our dear MS IE 6 doesn’t know how to handle the transparency of PNG files.
For quite a while, i was using a Javascript png fix called SUPERSLEIGHT and i was very happy about how it worked.
But last night i came into a problem. I needed to make some rollover images [...]