Posts Tagged ‘jquery’

Create a Progress Bar With Javascript

Thursday April 9th, 2009

Source: Create a Progress Bar With Javascript – Nettuts+.

Progress Bar

“The progress bar is currently only determinate, which means when we update it, we have to tell it explicitly what its value is, and we must know beforehand when the process it is used to measure completes. This widget is not currently the best choice for a process which will take an indeterminate length of time to complete. It’s a very simple widget with a small API that exposes a limited number of properties and methods, but it can still be highly effective and is great for providing visual feedback to visitors on the percentage of a process is left before it is complete…”

(Read the entire original post)

share

Learn How to Style Articles for Print and Email

Monday April 6th, 2009

Source: Learn How to Style Articles for Print and Email – Nettuts+.

Demo of a printable page

“When designing websites, a commonly desired feature is the ability to dynamically print or email any section of a webpage. Unfortunately, this idea is usually scrapped later in the project due to a lack of time or knowledge. Formatting the text for printing is more difficult than it might initially seem. Today, we will use JavaScript to automatically search for certain page elements and format them correctly for a printing…”

(Read the entire original post)

share

20 Useful PHP + jQuery Components & Tuts for Everyday Project

Source: 20 Useful PHP + jQuery Components & Tuts for Everyday Project | Noupe.

Gallery

“Web applications have made huge leaps and bounds in improving user experience thanks to a lot of recently developed Ajax technology. When you combine some neat functionality courtesy of PHP with the cleverness of jQuery you can produce some pretty neat effects. In an effort to help you take it up a notch, we’d like to share some methods for helping your site anticipate a user’s next move…”

(Visit the entire original post)

share

Bookmarks for April 3rd, 2009 – Part 3

Friday April 3rd, 2009

These are my links for April 3rd, 2009:

share

Bookmarks for April 3rd, 2009 – Part 2

These are my links for April 3rd, 2009:

share

Bookmarks for March 30th, 2009 – Part 1

Monday March 30th, 2009

These are my links for March 30th, 2009:

share

Bookmarks for March 29th, 2009

Sunday March 29th, 2009

These are my links for March 29th, 2009:

share

The best of the jQuery tutorials and plugins

Wednesday February 4th, 2009

Here are some of the best of the jQuery tutorials and plugins that I’ve recently found on the web. This collection of 30 plugins, tutorials and tips should help every web designers and web developers to improve their website in only a few steps

If you’ve liked these links, then follow me on twitter (@Othella): I would be pleased to share a lot of useful links with you!

1 – The Basics of Writing a jQuery Plugin

The basic of writing a jquery plugin

A template ideal for developing jQuery plugins. (Link)

2 – Creating a “Filterable” Portfolio with jQuery

Filterable portfolio

How to make “filtering by category” a little more interesting with just a little bit of jQuery. (Link)

3 – Columnizer jQuery Plugin

Columnizer

The Columnizer jQuery Plugin will automatically layout your content in newspaper column format. You can specify either column width or a static number of columns. (Link)

4 – How to Validate Forms in both sides using PHP and jQuery

Validate form in both sides

How to validate your forms using PHP and jQuery in both sides: client side (using javascript with jQuery) and server side (using PHP). (Link)

5 – Building your first jQuery plugin

First plugin

This tutorial will take you step by step through creating your very own truncation plugin. (Link)

6 – Creating A jQuery Plugin From Scratch

Plugin from scratch

A really basic jQuery plugin just to cement the format in your head. (Link)

7 – Styling Buttons and Toolbars with the jQuery UI CSS Framework

Styling button and toolbars

Some button examples that demonstrate how to incorporate the power of the CSS framework classes in a custom widget. (Link)

8 – jQuery Cycle Plugin

Cycle

The jQuery Cycle Plugin is a lightweight slideshow plugin. It supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and many transition effects. (Link)

9 – Ajaxify jQuery plugin

ajaxify

Ajaxify is a jQuery plugin. It can convert all links in a web page into an ajax load and submit requests. With this ultra weight plugin, you can build a complex ajax website with one single line. (Link)

10 – Setting Equal Heights with jQuery

Setting equal height

A script to “equalize” the heights of boxes within the same container and create a tidy grid — with little overhead. (Link)

11 – jQuery Plugin – Link Control

Link control

A simple jQuery plugin designed to give the end user control over whether they want to open a link in a new window or not without having to right click and such. (Link)

12 – jQuery Page Peel

Page peel

A jQuery plugin for the page peel ad effect used on quite a few sites now. (Link)

13 – Achieving Rounded Corners in Internet Explorer for jQuery UI with DD_roundies

Rounded corners in IE

DD_roundies is a javascript library authored by Drew Diller which offers a new approach to bringing rounded corners to Internet Explorer (a browser notorious for its CSS shortcomings). (Link)

14 – Fixing IE overflow problem

Fixing IE overflow problem

How to move the horizontal scroll bar to the outside of our overflowed element. (Link)

15 – Vertically Center An Element

Verticaly center an element

In this video tutorial, you’ll learn how you can vertically center an image in your browser by combining CSS with jQuery’s power. (Link)

16 – JSizes ― jQuery extension plugin for CSS properties

jsizes

JSizes is a small plugin for the jQuery JavaScript library which adds support for querying and setting the CSS min-width, min-height, max-width, max-height, border-*-width, margin, and padding properties. Additionally it has one method for determining whether an element is visible. (Link)

17 – jQuery Scroll Follow

Scroll follow

Scroll Follow is a simple jQuery plugin that enables a DOM object to follow the page as the user scrolls. (Link)

18 – jQuery plugin: ‘imgPreview’

imgpreview

The ‘imgPreview’ plugin allows your users to preview an image before clicking on it and, out of necessity, will preload the image so when a user does click through to it there is no waiting time! (Link)

19 – jQuery ListNav Plugin

listnav

This jQuery plugin supplies an easy way to unobtrusively add a letter-based navigation widget to any UL or OL list. An easily stylable (via CSS) nav bar appears above the list, showing the user the letters A-through-Z. (Link)

20 – Easy Image Rollover Script With jQuery

Image rollover

A image rollover script made of 29 lines of code. (Link)

21 – Building a jQuery-Powered Tag-Cloud

Tag cloud

An example of a tag-cloud using jQuery that will be working with PHP and MySql to provide a JSON feed of your tags. (Link)

22 – Regex Selector for jQuery

Regex selector

A regex script and how too use it to extend jQuery. (Link)

23 – How To Create A ‘Mootools Homepage’ Inspired Navigation Effect Using jQuery

Mootools inspired navigation

How to recreate the ‘Mootools’ effect in jQuery. (Link)

24 – Build An Incredible Login Form With jQuery

Incredible login form

A way to easily make the form content accessible on every page, but keep it hidden until needed. (Link)

25 – Animated Menus Using jQuery

Animated menus

How to create an animated menu (very similar to Dragon Interactive’s menu). (Link)

26 – Animated Drop Down Menu with jQuery

Animated drop down menu

How to create a much slicker effect for your drop down menus using jQuery and CSS. (Link)

27 – jQuery Tutorials for Designers

Tutorials for designers

10 visual tutorials intended for web designers and newbies on how to apply Javascript effects with jQuery. (Link)

28 – How to Load In and Animate Content with jQuery

Load and animate content

How to add ajax functionality so that the content loads into the relevant container instead of the user having to navigate to another page, with some awesome animation effects. (Link)

29 – How to display tips by creating a jQuery plugin

Display tips

How to create our custom jQuery plugin to show tips on mouse over event on your desired elements. (Link)

30 – Improve your jQuery – 25 excellent tips

25 tips

Tips, tricks and techniques for jQuery users. (Link)

share

Men are from Mars. Women are from Venus. Computers are from hell.

Unknown


NEWS

Wir suchen nach einem motivierter und dynamischer Webentwickler (Ruby on Rails Kenntnisse erforderlich, dazu PHP/.Net Kenntnisse wären ein Bonus)! Bewerben Sie sich jetzt! (Büro in Gerlingen)


CONTACT

Do you need more information or a quote? Fill the following form and we'll answer you within 24 hours!