Create flowers with CSS3 gradient background

CSS3 has introduced many new and exiting features to make your web application make more appealing. In this post i am going to demonstrate CSS3 gradient background effect. I just wanted to introduce it so that the demo created is compatible with firefox only. This demo is not supported in other browsers. When i thought to explain CSS3 gradient … [Read more...]

Ajax file upload HTML5 drag and drop file upload progress bar

drag_drop_file_upload

HTML5 has really changed the way we used to define HTML. For the years we have been using third party javascript libraries like jquery, prototype, script.aculo.us and many more. Before that iframe technique was there. Almost more than 70-80% web application needs file upload feature, keeping this in mind HTML5 came with inbuilt file upload api. … [Read more...]

How to find youtube fake videos greasemonkey script

youtube fake video

Users script updated, Now you dont have request likes and dislikes. It will show rating automatically once you open the page. Youtube is one the mostly used website for advertising. YouTube is monetizing over 3 billion video views per week globally, Because of this there are lot of freaks uploading fake videos and making us fool. I dont know how … [Read more...]

How to create pacman like animation using jquery css

pokemon

     In the previous post i wrote about creating different shapes using css tricks. One of the shape was "pacman" which inspired me to make this script. I created pacman shape with css and then thought lets move this pacman around the screen. This is quick and dirty script so there might be code repetition, less reuse of … [Read more...]

Creating shapes triangle circle ribbon bubble with css

triangle-css

    This tut will be focusing on creating different shaped made with css only and no images. This sounds funny but we can create many shapes by just using css. You can see this feature on facebook.com, google.com, tooltoop plugins and many other websites, its mostly used in bubble and tooltip. Its always good to use css instead … [Read more...]

create gmail like app using html5 history api and hashbang

gmail html5 history api hashbang 1

Today i solved one mystery which was bouncing around in my mind since the day i saw gmail. How come google guys handle all the gmail operations without refreshing the page even once ? I was under impression that this should be something divine, like i was thinking about one of the facebook's script, add friends to the list. In case of facebook it … [Read more...]

Facebook like status update link extractor

facebook like status update link extractor

Actually there's nothing special about this, what you are looking isnt what i want to explain, i mean my main concern isnt to teach you how to make facebook like link extractor, my main concern was to learn PHP's DOM extention. In short PHP DOM extension provides standard set of objects and interfaces to manipulate HTML as well as XML document. It … [Read more...]

ipad online dictionary with jquery mobile

ipad dictionary app jquery mobile

Here we go with one another ipad application build with jquery mobile framework. Its simple dictionary application using google's un-official dictionary api. google dictionary project is dead, but thanks to google, dictionary api service is still alive and we can use it.    Here is link to googles (un) official api … [Read more...]

Youtube like rating script jquery php

Youtube rating script

   In this tutorial we will create youtube like video rating script using jquery and php. Actually there is no use of php apart from saving the rating choice, (thats not less) but main role has been played by the jquery and css.    Lets start with html, and dont forget to enable quirks mode, which will trigger … [Read more...]

Googles latest easter egg “do a barrel roll”

google easter egg ascii art

Google always strive to be the best, with there best performance, products, simple but attractive ui, Doodles and one more interesting thing Google's Easter Eggs . Today i got to know about the latest googles easter egg "Do A Barrel Roll", try it here . I tried it, its awesome and unexpected because its too much different than googles previous … [Read more...]