chadking

Real Name:n/a
Location:unknown
Joined:9-7-2009
 
Make chadking a Guide: follow clipper







   
 
 
 
   
 
top scroll end
0
POPS
jCapSlide: A jQuery Image Caption Plugin
chadking
by chadking  Today 1:44 PM   
 Here is a new plugin for creating nice sliding captions for images. When hovering over the image, the caption appears and the image gets a semi-transparent color overlay.
0
POPS
CSS Tutorial: Image with Toolbar and Navigation Overlay
chadking
by chadking  Today 3:34 AM   
 Tutorial for learning how to apply overlays to be used with JavaScript for a fancy image viewing effect
0
POPS
jPaginate: A Fancy jQuery Pagination Plugin
chadking
by chadking  11-17-2009   
 jPaginate is a jQuery pagination plugin that comes with a twist: animated page numbers. The user can slide through the available page numbers by clicking or just hovering over the arrows. Shortlinks to the first and last page are available as well.
0
POPS
jMaxInput: jQuery Twitter-Like Textarea
chadking
by chadking  11-8-2009   
 jMaxInput allows you to limit the input size of a textarea like it is done in Twitter. The number of characters left to type are shown while typing. The user can write as many characters as he wants (negative value is shown) but the text can only be submitted if the size of the input is below the limit (the button is active/inactive).
0
POPS
jQuery Image Cropper with Uploader v1.1
chadking
by chadking  11-3-2009   
 Here’s an updated version of the Image Cropper. The upload button was replaced by an overlay on the image. There are also some extra functionalities : * invert the picture colors * rotate the image * sepia * transforms an image into greyscale
0
POPS
jStickyNote: A jQuery Plugin for Creating Sticky Notes
chadking
by chadking  10-29-2009   
 jStickyNote is a jQuery plugin that allows to create sticky notes on your web site.
0
POPS
jBar: A jQuery Notification Plugin
chadking
by chadking  10-28-2009   
 jBar is a jQuery Plugin that allows you to integrate notifications in your web site. The behavior is very similar to Twitter’s and Stackoverflow’s notification messages.
0
POPS
recipes by ingredient
chadking
by chadking  10-27-2009   
 cool recipes tool where you can search recipes by typing and making combinations of ingredients
0
POPS
jQuery Image Cropper with Uploader
chadking
by chadking  10-17-2009   
 The idea is that the user uploads a picture, selects which area to crop and saves it under a specific directory. The process then creates two images, one 100X100 and a thumbnail of 50X50. You can easly change the script to create the amount of pictures and sizes you need!
0
POPS
Google API Showcase: The Live Translator
chadking
by chadking  9-30-2009   
 The API of Google has a lot of useful usage examples. This showcase demonstrates how we can use the Google AJAX Language API to build a live translator that allows us to translate text from one language into the other – and that almost on the fly.
0
POPS
21 Free CAPTCHA Sources
chadking
by chadking  9-23-2009   
 Here is a collection of free CAPTCHA scripts and services than you can easily integrate into your website
0
POPS
42 Famous Login and Registration Forms
chadking
by chadking  9-20-2009   
 Today, I want to showcase some of the most famous login and registration forms on the web. As a web developer you might be interested in having a compact overview of the different designs of these essential website elements. For your design, what would you do better? Do you think being a top site gives you trend setter status? Or should some sites rather be ashamed of their poor design skills? Share your opinion and maybe you have some interesting showcases to add?
0
POPS
PHP Login System Reloaded v1.1
chadking
by chadking  9-17-2009   
 Here’s an updated version of the PHP Login System. The following was added: new Registration fields(configurable); new Table fields; dbcontroller class sanitizes user input data; Edit Account Area; Admin Area – incomplete (for next version)-For now just the list of users is shown and a world map indicating where the users come from.
0
POPS
Checking Network Reachability on the iPhone
chadking
by chadking  9-15-2009   
 In some iPhone apps you need to check if there is a connection to the outside world. If the application depends on a connection to the internet, we will want to warn the user of the app, if he cannot connect currently. In programming your app you can for example make sure that a certain view is pushed whenever there is no connection available or when your server that you need to connect to is down. When the connection is back up, you can again remove that view or show the default view of your app.I want to show a simple way how to get notified using the reachability class...
0
POPS
Dynamic jQuery Image Gallery with Uploader
chadking
by chadking  9-13-2009   
 Here’s a jQuery Image Gallery script, that was implemented using three resources that I found on the web
0
POPS
CSS3 Styled jQuery Dropdown
chadking
by chadking  9-11-2009   
 I found a really nice and simple jQuery dropdown menu on CSS Tricks and I thought, let’s add some neat style to it.
0
POPS
42 jQuery Navigation based Techniques
chadking
by chadking  9-11-2009   
 Here’s a list of 42 jQuery Navigation Techiques, Navigation plugins, and Tutorials built using jQuery
0
POPS
Switching Styles: jQuery CSS Exchanger
chadking
by chadking  9-9-2009   
 Here’s a jQuery script for changing the stylesheet of an html page. The styles can be selected from the dropdown on top of the page. There are ten styles to choose from. Cookies are used to save your last option.
0
POPS
jQuery Fancy Draggable Captcha
chadking
by chadking  9-8-2009   
 Here is a jQuery example for a captcha in a registration form. In order to pass the “Are you human” test, the user has to drag the numbers from 1 to 6 into order.
0
POPS
CSS Gmail style labels
chadking
by chadking  9-8-2009   
 Ever wondered how to generate some cool gmail labels in css? Here is an attempt to imitate the little labels used in gmail. Three tiny colorless images are used to create the rounded borders and the hover effect for the x (removing a label).
0
POPS
20 fresh and colorful CSS3 buttons
chadking
by chadking  9-8-2009   
 Here is the result of an experiment with fonts and css3 properties like text-shadow and box-shadow
0
POPS
Creating Web Site Banners
chadking
by chadking  9-8-2009   
 Inspired by Tamsin Baker’s beautiful Photoshop brushes “Urban Scrawl” 1 and 2, I was trying to create some shadowed banners using some CSS3 properties.
0
POPS
42 jQuery Image Gallery Plugins
chadking
by chadking  9-7-2009   
 Here's a list of 42 jQuery image galleries, sliders, plugins and tutorials built using jQuery
0
POPS
PHP Login System
chadking
by chadking  9-7-2009   
 PHP Login System script with the following : * PHP 5 instead of PHP 4 * mysqli extension * Send registration confirmation link to the email address * Reset password feature without sending password to the email. Instead a link is sent to reset the password * UTF8 support * InnoDB transactions for database operations * Registration and form validations made with AJAX * jQuery * Captcha image in registration form to avoid spam
0
POPS
Dynamically Changing Style with jQuery
chadking
by chadking  9-7-2009   
 Dynamically Changing Style with jQuery with ajax + php experiment
0
POPS
jQuery sliding Menu Plugin
chadking
by chadking  9-7-2009   
 No Remarks
— end of the list —

chadking  follow

loading clips...
Filter
rss tools
Clipmarks
About   Clippers   Privacy   EULA   Copyright   Site Map

OK