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
POPSjqGrid con ASP.NET y AJAX En este articulo veremos el código de ejemplo de implementación de un jqGrid con ASP.NET. Además de poder ver una demo en acción del Grid para jQuery, podremos descargarnos la solución completa.
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
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
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
1
POPSIn Space, No One Will Cover Your Pre-existing Condition If astronauts can't get healthcare, then you, dear reader, are screwed. // onload hacks here window.onload = function() { try { jQuery('#ad-300x250 ').each( function( i, el ) { el = jQuery(el); if (el.attr('src') != undefined) { if (el.attr('src').match( /817-grey.gif/)) { expandTopStories(); } } }); if (jQuery('#ad-300x250').html().trim().length == 0) expandTopStories(); cont = jQuery('#content .metadata .ad300x40'); if (cont.length > 0) { for (i=0; i < cont.length; i++) { var el = jQuery(' ', cont.eq(i)); found = false; for (j=0; j < el.length; j++) { if (el.eq(j).attr('src') != undefined) { if (el.eq(j).attr('src').match( /817-grey.gif/)) { found = true; } } } if (!found) { cont.eq(i).css( { 'marginBottom' : '10px' } ); } } } var ad160x160bottom = jQuery('#ad-160x160-bottom'); if