Smooth Scroll to Top Using CSS3 Animations!

Smooth Scroll to Top Using CSS3 Animations!

Providing a go to top button is a nice behavior on your website, and adding some scroll effects is more welcome. jQuery animate function help us doing this task, but in this tutorials we'll not use the jQuery animate for handle the smooth effects, but we'll rely on the CSS3 animations, and to be honest we'll need a bit help from jQuery ..

Smartly Backup Your (mt) Website into Dropbox!

Smartly Backup Your (mt) Website into Dropbox!

It's a good feeling to have a successful website with a good contents and thousand of visitors! But imagine this scenario, one day you wake up and found that your host get down, or there servers damaged with an earth-quack or even get damaged with Sandy storm :D
And beside all that you didn't have a safe copy for your website!

I Finally Got My Windows 8 Pro!

I Finally Got My Windows 8 Pro!

Windows 8, the new fresh system of Microsoft! It's release for the public on October 26 2012, and it was designed to be friendly with the touchable devices, using a shell and user interface based on Microsoft's "Metro" design ..
On this article I'll discuss about my experience for getting my W8 pro copy installed on my Laptop, the problems I figured, and how I solve them! BTW there is a good discount offer from Microsoft for the pro edition of windows 8 and it'll end in about 2 days!!

Dribbble 2x Invite Giveaway

Dribbble 2x Invite Giveaway

Update: The Giveaway is end and the winners are Soben and Antihero, Congratulation!

Dribbble, What are you working on? It's one of the most popular design community, where the designers share screenshots of designs they are working on, to get some feedback from the other designers ..
Anyway, if you want to join Dribbble and submit your shots, you have to get an invitation first, and here you can get your chance ..

Send Canvas to Server As File Using Ajax

Send Canvas to Server As File Using Ajax

HTML5 introduce us a new amazing element called Canvas. It's used to drawing shapes, rendering texts, make gradients and patterns, manipulate images pixels, set an animations, even creating a stunning games!
Any way all this stuffs occur on the client side in the browsers (of course I mean the modern ones). So let say you make an app that render some effects in a Canvas element and you want to save the result in your server. In this tutorial we'll discuss how we implement this ..

Get your latest tweets with PHP, and cache them!

Get your latest tweets with PHP, and cache them!

Twitter is a very important tool these days, and it's API used in many apps. In this tutorial we'll create a PHP script that bring our latest tweets, this script help us in creating a twitter widget for example. We'll using the cURl functions, the twitter API and we'll create a simple cache system for reduce our requests ..