Neon effect with jQuery

    Neon effect with jQuery

    This plugin apply neon effect to already existed text using CSS3. At current moment here are 3 modes: basic, custom and auto.

    Creating Modern jQuery Pagination for Content

    Creating Modern jQuery Pagination for Content

    I decided to create a new own JQuery plugin for pagination (for different content), which will be based not on the number of elements (childrens) per page, but will take care of the height of the content. And it will try to keep the same height for the pages. This means that the number of elements on the page can be different. Everything will depend on the height of these children. Plus, I will using fade effect to switch between pages.

    FitText jQuery Plugin

    FitText jQuery Plugin

    FitText makes font-sizes flexible. Use this plugin on your fluid or responsive layout to achieve scalable headlines that fill the width of a parent element.

    jQuery Fixer Upper

    jQuery Fixer Upper

    User’s actual question was how they can extend their code to add functionality to scroll the page down to the areas as they expand. But in looking at code like this with a slightly more experienced eye, there are things that stick out as things that we can likely improve upon. Since I bet there are some of you folks that are at Waffle’s level and writing code like this, I thought we could use this as a case study to learn from.

    Live Design Changing with Jquery

    jQuery Live Design Changing

    In this post I want to explain how to change design colors like Twitter UI setting. I had posted the same long days back, but now added user control system to manage own template design. It’s useful feature for your web projects to providing option to the end-user can customize his page template. This script divided into four parts Javascript, PHP, CSS and HTML+PHP

    Ninja UI – A Set Of Slick Widgets For jQuery

    Ninja UI – A Set Of Slick Widgets For jQuery

    Ninja UI is a plugin for the framework that brings new alternatives to them in a single package.

    It includes widgets like buttons, accordion, icons, tooltips/modal box, slider, rating, tabs, auto-suggest and canvas-powered loader icon.

    How to Make a Graphical News Slider in jQuery

    jQuery News Slider

    The graphical news slider: something used so often in so many places for so many different purposes. I had made one ages ago as one of my first jQuery projects. I figured I could write a tutorial to share that code with WebDesignFan’s readers, but was taken aback when I reviewed the code I had made so long ago. It was not bad formatting or compatibility or any such thing, as I would never allow such problems to be a part of my programs. However, it wasn’t very extensible as I feel all public code should be. It was merely designed to support the features I needed at the time. Having spent the last few days revising the code, namely to allow custom image dimensions, I am happy to share with you the revised code.

    Creating an Attractive Photo Gallery using SmartGallery (jQuery)

    jQuery Attractive Photo Gallery using SmartGallery

    Today we will continue overviews of available photo galleries. Next gallery will SmartGallery. This light-weight gallery will allow us to have thumbnail navigation, auto image scaling, 12 transition effects (to current moment). All this is done with the options of this gallery.

    JQuery Superbox – Flexible modal window

    JQuery Superbox – Flexible modal window

    jQuery Superbox! Jquery is a plugin for creating modal windows easily be adapted (eg, lighter).

    It is an accessible script, uses the rel attribute of an element for triggering & href attribute is used for defining the source to be displayed.

    To change the look & feel, it is enough to play with the CSS as no styles are set by default.

    Generating Files with jQuery

    Generating Files with jQuery

    When building a web application, you oftentimes need to give users the ability to download a piece of data as a file. It could be a backup of configuration settings, reports, or other piece of information that is generated dynamically.

    The usual solution to this problem would be to have a dedicated export script that selects from a database and builds the file you need. However, as we will be proving in this short tutorial, there is another way.