|
Pagination Class
PHP (Hypertext Preprocessor)
|
16 Days Ago
|
0
|
- - -
|
- - -
|
4,548 Chrs
|
|
Takes care of the hard work when creating pagination and can carry across variables between pages in the pages URL. Multiple instances of pagination can be used on a single page.
|
|
|
Template Class (no evals or str_replace functions)
PHP (Hypertext Preprocessor)
|
39 Days Ago
|
0
|
- - -
|
- - -
|
849 Chrs
|
|
Self explanatory - allows you to create template(s) for your site to use.
Didn't bother commenting it because it's so short and simple!
|
|
|
Weighted Picking of URLs (Affiliates)
PHP (Hypertext Preprocessor)
|
39 Days Ago
|
1
|
- - -
|
- - -
|
1,185 Chrs
|
|
Got a site where you have affiliates and they can earn points? And you want to pick a random affiliate to show on your site? But you want an affiliate with more points to be more likely to be picked?
|
|
|
Easily make anything fade in and out of transparency
JavaScript
|
41 Days Ago
|
0
|
- - -
|
- - -
|
416 Chrs
|
|
Adding a rel='hover_effect' effect to any HTML tags will turn the tag to a 0.5 opacity and on mouse over it will fade it quickly to full opacity, on mouse out it will fade back to 0.5.
If javascrip
|
|
|
Rich Text Editor (minimal & progressive enhancement)
JavaScript
|
67 Days Ago
|
6
|
9.00
|
- - -
|
8,415 Chrs
|
|
Will convert any textarea tag in to a richtext box. If no javascript is enabled, the plain textarea is used otherwise it converts it to a richtext box. On form submission the content in the richtext a
|
|
|
Make maxlength='' work on textarea tags
JavaScript
|
102 Days Ago
|
3
|
9.00
|
- - -
|
416 Chrs
|
|
Browsers don't natively support mexlength on textarea tags. However this enforces maxlength='' attribute on textareas, not just input text. Also, if javascript has been disable it will simply take no
|
|
|
Dynamic Transparent GIF Pixel
PHP (Hypertext Preprocessor)
|
104 Days Ago
|
2
|
- - -
|
- - -
|
594 Chrs
|
|
This image will not be cached by the browsers and will load with every page hit. Usefull for statistics etc on other websites that you do not own. Search engines will also tend not to load the image (
|
|
|
To Do List (With Effects)
JavaScript
|
128 Days Ago
|
4
|
7.50
|
- - -
|
1,179 Chrs
|
|
Nothing special. No AJAX has been used to actually save the to do lists. Instead you enter a new item, and the item is instantly added to the bottom of an ordered list and the new entry is highlighted
|
|
|
Breadcrumb Function
PHP (Hypertext Preprocessor)
|
154 Days Ago
|
0
|
8.00
|
- - -
|
1,299 Chrs
|
|
Breadcrumbs are generally used to help aid navigation while browsing a website. With this function you can easily create dynamic breadcrumbs.
|
|
|
Remove Transparency
PHP (Hypertext Preprocessor)
|
167 Days Ago
|
2
|
8.00
|
Yes
|
517 Chrs
|
|
Converts a transparent png image to a jpeg.
Not brilliant... but better than having a completely black background.
|
|