Posted on April 24, 2011, Filled under jQuery,
Bookmark it
Developed by Daniel Raftery, Apprise is a very simple, fast, attractive, and unobtrusive way to communicate with your users, giving you a complete control over style, content, position, and functionality. Apprise is, more or less, for the developers looking for an attractive alert or dialog box without having to download a massive UI framework. The customization is done via CSS (apprise.css) in order to adjust the look and the feel.
Options include:
{
'confirm' : false, // Ok and Cancel buttons
'verify' : false, // Yes and No buttons
'input' : false, // Text input (can be true or string for default text)
'animate' : false, // Groovy animation (can true or number, default is 400)
'textOk' : 'Ok', // Ok button default text
'textCancel' : 'Cancel', // Cancel button default text
'textYes' : 'Yes', // Yes button default text
'textNo' : 'No' // No button default text
}

- Source & Demo: http://thrivingkings.com/apprise/
- Browsers Compatibility: iPhone/iPad, Chrome 8.0+, Firefox 3.0+, Safari 4.0+, Internet Explorer 9.0, Internet Explorer 7 & 8 work with minor styling mishaps
- License: Creative Commons Attribution-ShareAlike 2.5 Generic License
Posted on March 21, 2011, Filled under jQuery,
Bookmark it
jQuery File Upload is a non-Flash Customizable jQuery Plugin having an implementation based on open standards like HTML5 and JavaScript. Provides an API to set individual options and define callBack methods for various upload events. This plugin works with any server-side application platform: Google App Engine (Python, Java), Ruby on Rails, PHP and any other platform that supports HTTP file uploads.
Features include:
- Multiple File Upload: Allows to select multiple files at once and upload them simultaneously.
- Drag & Drop support: Allows to upload files by dragging them from your desktop or filemanager and dropping them on your browser window.
- Upload progress bar: Shows a progress bar indicating the upload progress for individual files.
- Graceful fallback for legacy browsers: Uploads files via XMLHttpRequests if supported and uses iframes as fallback for legacy browsers.
- Cross-site file uploads: Supports uploading files to a different domain with Cross-site XMLHttpRequests.

Posted on March 11, 2011, Filled under AJAX, jQuery,
Bookmark it
TinyBox2 is a lightweight (under 5 kb) modal box script that supports iframes and images natively. You can POST using AJAX as welll as callback functions can be passed for load and close events. Clicking ESC will close the modal window. The default styling can be overridden by setting CSS IDs. The script is executed by passing an object due to the large number of options. There is nothing to initialize. You just have to call the function on whatever mouse or browser event you like.
Sample Call
TINY.box.show({url:'advanced.html',width:300,height:150}).
Features include:
- Support for HTML, IFRAME, URL, or image parameters
- Easily expand and contract a popup on the fly
- Fixed Width/Height, Light Mask, Custom Vertical Split
- Custom Position
- Enable/disable mask/animation/close button
- Modal Box closes when pressing `ESC`

Posted on December 27, 2010, Filled under jQuery,
Bookmark it
Codrop is sharing a script that allows you to setup a tour on a website with jQuery. This is very useful if you want to explain to your visitors the functionality of a web application in an interactive way. The user is guided through tooltips to each of the marked sections of the application. A navigation box is used to go back and forth, start the tour and restart it. A cool feature is the “Autoplay” which automatically goes through each marked element, allowing the user to sit back and watch every step without having to click on the next button.
The steps are configured in a JSON object. The following parameters are used:
- name: the class given to the element where you want the tooltip to appear
- bgcolor: the background color of the tooltip
- color: the color of the tooltip text
- text: the text inside of the tooltip
- time: if automatic tour, then this is the time in ms for this step
- position: the position of the tip

Posted on December 15, 2010, Filled under jQuery,
Bookmark it
FreeSEOReport.com is a tool that generates a SEO report for your website, based on a specific keyword. Unlike many Search Engine Optimization Services out there that offer such reports for ridiculous prices, this free tool can analyze your keywords against your competitors quickly and explains why they are beating you in your ranking. You just need to submit your URL, keyword and e-mail address to receive the report.
The tool offers detailed reports about the document title, headings (h1, h2, h3), body text, url, sitemap and robots.txt, meta description, links, html code and page load time, images, and meta keywords.
For your information, here are some suggestions offered by FreeSEOReport.com for the document title:
- Make sure that your title tag includes your keyword (a greater weighting is given to key phrases at the left of the title tag)
- A compelling call-to-action might help you get a better click-through rate in Google search engine results pages.
- Make title tag unique on each page (Google Webmaster Tools can help you detect problems with the title tags)
- Avoid keyword stuffing in your page title.
By referring this tool to your friends you can earn more credits that will allow you to generate more reports. If you are running an online business and need to generate a lot of reports you can upgrade the service for $19.95/month that will allow you to get unlimited number of FULL reports plus you can customize the PDFs with your own logo and footer text.

Posted on December 8, 2010, Filled under jQuery,
Bookmark it
Slides is a simple jQuery slideshow that is easy to implement, customize and style. It includes features like looping, auto play, fade or slide transition effects, crossfading, image preloading, auto generated pagination. Slides is compatible with all modern web browsers including; Internet Explorer 7/8/9, Firefox 3+, Chrome, Safari and Mobile Safari. It even works in the old IE6.
My favorite feature of Slides and main reason for its development is you never see multiple slides fly by. You get to the end and it loops. You click from slide 1 to 5 and slide 5 just slides in from the right. Awesome.

Posted on November 20, 2010, Filled under jQuery,
Bookmark it
Addy Osmani, a passionate Web Developer, shares a jQuery offline learning pack,for anyone interested in tweaking his skills offline. The kit include printable reference sheets, so you can easy access the right material whether you are wondering what event, selector or method might be the best to you. All the documentation comes in an easy browseable offline format with all the API examples included. For those who started working with jQuery Mobile, the pack also includes a demo application: one for PHP developers and another for Rails developer.
The whole package include:
- My 1.4.3 Selectors Printable that explains what each selector does and how it should be used (PDF)
- The FutureColours 1.4.3 Cheatsheet showing all the different methods supported by 1.4.3 (PDF)
- The jQAPI 1.4.3 Offline Documentation pack that lets you browse the documentation and API examples on your desktop (thanks to the guys at yayQuery and the awesome Ben Alman)
- A Complete Developer’s jQuery 1.4.3 Mobile Demo Application (PHP courtesy of DevGrow, Rails courtesy Fuel)
- Rebecca Murphy’s excellent jQuery Fundamentals book and exercises (PDF)
- 1.4.3 and our 1.4.4 Release Candidate Preview
PS: Take also a look at jQuery 1.4.2 Visual Cheat Sheet from Woorkup.com ;-)

Posted on July 31, 2010, Filled under AJAX, jQuery,
Bookmark it
Catch404 is a jQuery and CSS3 Modal Plugin for showing broken links and 404 errors without users even having to leave the page after they click the actual link. The plugin uses the power of AJAX to check the target clicked link in the background. If the URL is not broken nor generates a 404 error, then the page will load for the user. Otherwise, the visitor would be prompted through an Inline jQuery Modal Window that he is trying to access a non-workable URL address.
Let’s pretend that this is a broken link. Can you imagine that when your users click this link, instead of them being redirected to a 404 error on your site, a friendly modal message pops up on your current page saying that it’s not available?. In that same message box you can then give them a sense of direction so that they’re not lost – you could ask them to click on a contact link to report the link’s broken, offer an alternative mirror, recommend they do a site search for the file or just say that you’re experiencing hosting issues and the file will be back up soon.

Posted on June 4, 2010, Filled under jQuery,
Bookmark it
Lightbox_me aims to be a simple solution to lightbox a DOM element without having all the fanciness of all the lightbox-related plug-ins out there. It’s an essential tool for the jQuery developer’s toolbox. Feed it a DOM element wrapped in a jQuery object and it will lightbox it for you, no muss no fuss.
Features include:
- Handles overlay resize when the window is resized
- Handles overlay size in cases where the document is smaller than the window
- Handles position: fixed in all browsers
- Position: fixed automatically swaps to position: absolute when the window size is smaller than the modal, so the user can scroll to see the contents
- Tiny footprint (just over 1000 bytes gzipped & compressed)
- Small DOM overhead (adds 1 DOM element for the overlay)
- Dynamic iFrame shim is created and destroyed for the IE 6 select box peek issue (tested and working on HTTPS pages)
