2013-08-04 | 2my4edge

10 August 2013

How to create an animated .jpg image

5 comments:
Here I’m going to show you that, how to make animated image with the extension of .jpg. we all know that, the .jpg file (joint photography experts group) does not support animation and all. But here we have some tricks to make it.
animated jpg image

08 August 2013

Animated scroll to top by using Jquery

No comments:
Animated Scroll to top by using JQuery is one the simple technique, here we going to see that. how i made this with simple coding. this back to top or scroll to top is mostly used for the purpose of going down to the page by scrolling. and have go back to the top of the page. so for we are using this scroll back to top. and most of them using short cut key i.e CTRL+HOME using to go for top of the page. but here we are using by click automatically go to top of the page. with smooth scrolling effect.
animated scroll to top

06 August 2013

Facebook style 'see more' text onclick using php, mysql, Ajax and Javascript

5 comments:
This is small implementation in the last tutorial, as we discussed in the last tutorial, we know how to make insert and fetch data from database without refreshing the page, here i'm going to show you that, if i'm entering more number of data or texts in the field that will be shorten and make see more link, and to extract the full view of text, we have to make javascript hide and show concept for that, let see how i made it, in this. If you want to get clear idea from this you must have to see the previous tutorial i.e Insert and view data without refresh using PHP, MySql and AJAX.
see more onclick using php mysql javascript

05 August 2013

Insert and view data without refresh using PHP, MySql and AJAX

57 comments:
Insert and view the data from database without refresh using PHP, MySql, AJax and JQuery. this concept is mostly searching by everyone, here i'm going to show you that, in an usual insert and view take page refresh. so the loading will make page loading delay, so here i'm going use AJAX for make that insert and view without refreshing the page. and i already show you that how to create database and how to insert data in that.
insert and view database image

04 August 2013

Rotate image on hover using CSS3

No comments:
Rotate image on image hover using CSS3. now in CSS3 we have more flexible feature to make more animations and more design by using CSS coding. similarly here we are going to see how to make animated rotating image on image hover by using CSS transform code. by using this transform we can rotate the image. and also we are going see make delay transition for make the operation slow, by using ease-out. let see the details about the css rotation on hover.
rotate image on hover
^