0
POPSjPaginate: A Fancy jQuery Pagination Plugin 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
POPSjMaxInput: jQuery Twitter-Like Textarea 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
POPSjQuery Image Cropper with Uploader v1.1 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
POPSjBar: A jQuery Notification Plugin 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
POPSjQuery Image Cropper with Uploader 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
POPSGoogle API Showcase: The Live Translator 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
POPS42 Famous Login and Registration Forms 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
POPSPHP Login System Reloaded v1.1 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
POPSChecking Network Reachability on the iPhone 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
POPSSwitching Styles: jQuery CSS Exchanger 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
POPSjQuery Fancy Draggable Captcha 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
POPSCSS Gmail style labels 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
POPSCreating Web Site Banners 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
POPSPHP Login System 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