Tuesday, November 13, 2012

A very simple and easy to use Image Zoom Plugin

Today I would like introduce a very simple and easy to use Jquery Plugin called GS Inner Zoom. GS Inner Zoom is a jQuery plugin that allow you to do an inner zoom or magnifier inside an image. It is very useful and powerful for web developers to show their photos or images clearly on the web.

Only a few of codes will Achieve the effects. It is easy to begin:

1. Call jquery.gs-innerzoom.min.js into your head html page :

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="http://gs-libs.googlecode.com/files/jquery.gs-innerzoom.min.js"></script>

2. On your image tags, put data-big attribute that links to the big image :

<img src="/path/your-small-image.jpg" data-big="/path/your-big-image.jpg" />

3. Call Inner Zoom function into a script tag :

<script type="text/javascript">
    $(
        function()
        {
            $('img').GSInnerZoom();
        }
    );
</script>

For more advanced options, please visit GS Inner Zoom Official Website.

Reference: GS Inner Zoom Demo and Download

Friday, November 9, 2012

A essential toolkit for web developers

Emmet (previously called Zen Coding) is really a web-developers' toolkit that can greatly improve your HTML & CSS workflow.


Basically, most text editors out there allow you to store and re-use commonly used code chunks, called “snippets”. While snippets are a good way to boost your productivity, all implementations have common pitfalls: you have to define the snippet first and you can’t extend them in runtime.

Emmet takes the snippets idea to a whole new level: you can type CSS-like expressions that can be dynamically parsed, and produce output depending on what you type in the abbreviation. Emmet is developed and optimised for web-developers whose workflow depends on HTML/XML and CSS, but can be used with programming languages too.



Official Website

Monday, October 29, 2012

5 Best Resources for Free and High Quality Sound Effects Download

Today it is getting harder to download full free sound effects in mp3 format in the web. Designers eager to get these sound effects for their projects such as Flashs, movies and so on. Here's the TOP 5 websites for downloading free sound effects.

1.Soundfxnow.com


Find, Play, and Download Sound Effects Free and Quickly in a unique Soundboard Grid layout. Hundreds of Sound FX and Growing Daily.

2.freesound.org


Freesound aims to create a huge collaborative database of audio snippets, samples, recordings, bleeps, ... released under Creative Commons licenses that allow their reuse. Freesound provides new and interesting ways of accessing these samples.

3.Downloadfreesoundeffects.com


Downloadfreesoundeffects.Com is one of the best Free Sound Effects Download WebSite in the world. Download Full Free and High Quarlity Sound Effects in MP3 and WAV Formats. All sound effects are free for personal to download and use.

4.Grsites.com


Grsites.com provides Free Sound Effects FX Library, Free download.

5.mediacollege.com


MediaCollege.com is a free educational website containing tutorials, reference and other resource material in all areas of electronic media production.