Workshop

a word from me

  1. s3Slider, slick jQuery slideshow plugin on 2011-03-06 14:11:09 difficulty: easy

    ABOUT The s3Slider jQuery plugin is made by example of jd`s smooth slide show script. I needed something like that for jQuery (for my web site kruskica.net). Since i didnt find it after a small research i decided to build it by my self. Demonstration HOW TO USE It is very easy. First include the jQuery library then include the s3Slider javascript in the head of the page(s) where you want to use s3Slider. jQuery can be download from jQuery`s

    Labels: s3Slider, jQuery, JavaScript, plugin, css, html
  2. s3Capcha, jQuery captcha plugin on 2012-02-07 10:45:06 difficulty: easy

    ABOUT The s3Capcha jQuery plugin is made by an example of WebDesignBeach Ajax Fancy Captcha.When i saw this plugin that my friends from WebDesignBeach made i thought "this would be perfect addon to my web site kruskica.net". But after reviewing it, there was 3 things why i decide to build my own rather then use theirs. Doesn't gracefully degrade if javascript is off (witch is not a big problem since 95% of the web users has it on), but since the whole

    Labels: s3Capcha, jQuery, php, JavaScript, plugin
  3. s3ShareIt, fancy social share jQuery plugin on 2012-04-03 04:40:07 difficulty: easy

    ABOUT The s3ShareIt jQuery plugin is a fancy social network sharer plugin. If you want that your content be heard of, this is what you need. This plugin will automatically integrate to the left side of your website and "follow" you on the page as you scroll up and down. To see it in action, just look at the left side of this page.. HOW TO USE It is very easy. First include the jQuery library then include the s3ShareIt javascript in the head of the

    Labels: s3ShareIt, jQuery, JavaScript, plugin, social network
  4. Extending jQuery - plugins on 2012-06-29 10:21:09 difficulty: easy

    Extending jQuery There are many ways to extend jQuery, one of the most used are jQuery plugins. When someone create a plugin for jQuery, what he actually does is he extends jQuery that is initialised on web page. Plugin can have more or less functionality, it all depends of its author. Most people think that extending jQuery must be all about plugins, but that is not true, you should extend your jQuery with simple functions in your daily use just to group more

    Labels: jQuery, create, plugin, JavaScript