Posted on March 11, 2010, Filled under JQuery,
Bookmark it
Thanks for visiting our website! We regularly publish posts like this one. If you are interested in receiving the latest updates as soon as they are posted, please consider subscribing to the RSS feed or to our e-mail newsletter.

jQuery Blinds is a simple, effective, and customizable slideshow plugin shared by Little Web Things. It is very easy to install. You just have to put the list (UL) with the images (each LI containg the IMG tag with the right SRC attribute) inside a main class (.slideshow) then call the plugin:
HTML Code
<div class="slideshow">
<ul>
<li><img src="lemons/1.jpg" alt="lemon" /></li>
<li><img src="lemons/2.jpg" alt="lemon tea" /></li>
<li><img src="lemons/3.jpg" alt="splashing lemon" /></li>
<li><img src="lemons/4.jpg" alt="salad with lemon" /></li>
<li><img src="lemons/5.jpg" alt="lemonade!" /></li>
<li><img src="lemons/6.jpg" alt="sliced lemon" /></li>
<li><img src="lemons/7.jpg" alt="dripping lemon" /></li>
</ul>
</div>
JavaScript Code
$(window).load(function () {
$('.slideshow').blinds();
})
Features include:
- Smooth animated transition
- Customizable animation orchestration
- Multiple instances on the same web page
- jQuery compatible (plugin)
- Unobtrusive JavaScript
Posted on March 6, 2010, Filled under Flash,
Bookmark it
Today, on the 6th of March, Flabell celebrates 1 Year! It has been a great year for them and they have prepared a nice bundle pack, which will be up for 10 days.
The Birthday Bundle Pack consists of 26 Flash Components (all the commercial stuff they are selling) at $317 $47! Holy cow! That’s 85% less.
All updates for these components are free, feedback is welcomed, and the Flash Components are improved daily. So, now you have the chance to get them all at a ridiculously low price.

Posted on March 5, 2010, Filled under JQuery,
Bookmark it
gMap is a very flexible and highly customizable jQuery Plugin that helps you embed Google Maps into your website. This lightweight plugin with only 2 Kb in size is available in two versions: compressed and uncompressed. The former is for those who don’t plan to alter the source code and modify the behavior of gMap. The later is intended for developers and is a bit larger in size.
Before using gMap there are just 2 requirements that you need to meet: signup for a Google Maps API key, use the jQuery library 1.3+. This Google Maps script can be customized in many different ways. Many properties can be passed including latitude, longitude, zoom, markers, scroll-wheel, map-type and icon.

Posted on March 4, 2010, Filled under MooTools,
Bookmark it
mooBarGraph is an AJAX Graph Plugin for MooTools which supports simple bar and stacked bar graphs. This plugin makes graph from your JSON data and is compatible with all major browsers including IE6.
This MooTools script has almost all jqBarGraph possibility, plus some new features such as AJAX data loading, URL bars, info boxes and negative values.
Features include:
- You can set label, color, URL and tooltip text for every bar
- Simple/Stacked Bars
- Legend can be created automatically
- AJAX data loading (can have negative values for simple type)
- Cross-browser compatibility (including IE)

Posted on March 3, 2010, Filled under JQuery,
Bookmark it
jqFancyTransitions is an easy-to-use jQuery image rotator plugin for displaying your photos as slideslow with fancy transitions effects. After testing many jQuery gallery plugins mostly having just fading and sliding effects, Ivan Lazarevic, decided to make his own slideshow gallery plugin for jQuery.
jqFancyTransitions has many interesting transition effects such as wave, zipper and curtain. There are also options that can be used for custom effect. You can set speed, number of strips, direction, type of effect, etc.

Posted on March 2, 2010, Filled under Flash,
Bookmark it

Filter Portfolio Gallery is Flabell’s new gallery with filters, on two levels. For instance, you can sort your projects by project type, and then by clients, your products by size and then by color, your products by material and then by model, or however you need. You can also use one level filtering.
This component is build from three Flabell components:
If you own any of these components (the last one in the list can be downloaded for free) you will find the XML file very similar. Each component can be customized with the same features.
For example, you can use this portofolio to feature work that you have done for either Corporate, Agencies or Personal Clients. You can sort these by the work done for them, such as Website, Branding, Interactive, etc.
Posted on March 1, 2010, Filled under Freebies,
Bookmark it
Daniel Scocco from Daily Blog Tips (ranked among the 100 most popular marketing blogs in the world) is sharing Make Money Blogging, a free eBook intended for bloggers who wish to discover how to gain some income from their blogs using various methods such as advertising and affiliate marketing deals.
The content of this e-book is completely unique and the money making concepts offered by Daniel are added in a structural and logical way. The author is sharing the core principles that he learned in years of blogging – he blogs since 2005 – and that you need to keep in mind if you want to make money blogging.
I have to admit that Daniel presents his money making strategies in a very understandable way. His simple way of writing, the well-structured content and the manner in which he shows his idea makes this eBook a must-read for any blogger seeking blog profit.
“Make Money Blogging” contains 54 pages, divided in 5 main chapters: Content, Design & Usability, Networking, Promotion and Monetization. Here’s some of the stuff covered:
- The three mistakes that bloggers make when choosing a niche.
- The three characteristics of good content.
- Why your content strategy should have one cornerstone.
- The importance of headline and the two factors that create magnetic headlines.
- A deadly mistake that bloggers make when designing their blogs.
- The importance of RSS/Email Subscriptions.
- The way you should showcase your best content for first-time visitors
- Practical tips to network effectively online.
- A promotional strategy that most people forget to use.
- The points that you need to keep in mind when trying to make money with your blog
- The two requirements for making money with Google AdSense.
- The best trick available to make money with CPM deals.
Are you ready to monetize your blog? Get this free eBook!
Posted on February 28, 2010, Filled under Freebies,
Bookmark it
Jonathan Volk, one of those “make money online” guys (CEO of Surge Marketing Inc) is offering Affiliate Marketing 101, a free affiliate marketing guide useful to learn the complete how-to for PPC, PPV, Media Buying, and Social Media Affiliate Marketing!
Jonathan used these techniques to generate over $4,000,000 in affiliate commissions!
In this guide he goes over the who, what, where, when, and why of affiliate marketing. Then it takes you step by step to learn Pay per click affiliate marketing, Pay per view (cost per view) affiliate marketing, social media marketing (facebook ads), and finally media buying.
He is also running a referral contest. You can participate. When you sign up for the guide, you will receive your own special referral link for the guide. The top 2 referrers will receive an Apple iPad (32gb WiFi and 16Gb WiFi respectively). Jonathan will also be doing a randomized drawing and each person you refer counts as one entry into the randomized drawing. The winner of the randomized drawing will also win an Apple iPad! So, download it and start referring it to your friends!
Get your free copy of ‘Affiliate Marketing 101′
To your success!
Posted on February 27, 2010, Filled under PHP,
Bookmark it
pChart is a free PHP charting library that introduces an aliasing algorithm to draw eye candy graphics. The data can be retrieved from SQL queries, CSV files or manually provided. To run this PHP class oriented framework, you’ll need to use PHP compiled with the GD library support.
The developers of pChart also created pCache to help you dealing with the fact that a chart can be computed once and displayed many times by different users.

The class can be used to generate the following types of charts:
- Pie Charts
- Simple pie
- Explodable pie
- 3D pie
- Line/Bar Charts
- Line char
- Cubic curve chart
- Plot chart
- Bar chart
- Filled Line chart
- Filled Cubic curve chart