In this article, i explain how to use Git and how to use its commands. I see that commands are better than using apps because when using commands, you know what you did. Also you can fix problems when it happens..
Responsive CSS Frameworks: What to use?!
The 960 Grid systems are the way to develop a faster websites. At the mean time, developing websites should support mobile browsers while mobile usage is increasing. So, supporting all screen sizes called: Responsive web.
I am not writing this to talk about this, i am writing it to give me details and features about several Grid Systems that mostly common. This will help you decide, what to use? and what is suitable for you.
Tips for Better Website Performance
I am here not talking about Server-side improvements. I am here talking about Front-End improvements that really affects the web page speed.
The time spent till the website is running on the client’s browser. If we analyze that time, we will get:
Request Time (in milliseconds)
Server Process Time, or response time (usually in milliseconds)
Downloading web page and files into browser (few to several seconds, depending on internet speed)
Rendering on browser.
Drag and Drop with jQuery for Touch Devices
In the last post: Drag and drop with HTML5, i explained how to drag and drop using HTML5 and Javascript (jQuery). I mentioned that touch devices such as iPhone, iPad, BlackBerry, Samsung…. etc, does not support HTML5 Drag and Drop features.
Now, in this post, i want to explain how to make Drag and Drop possible for all devices. Before we start, you must know that it’s all about Javascript.. And i will use jQuery library while i am familiar with it and it simplifies writing javascript.
How to: Drag and Drop with HTML5
Drang n’ Drop in HTML 5 is supported by: IE9+, Firefox 3.6+, Safari 4+, Opera 11+ and Chrome 12+. But its not supported yet for touch devices like Touch Mobiles and Tablets.
To make things more clear, its not only HTML 5.. Its a combination between HTML 5, CSS 3, and Javascript.
How to convert HTML Forms into AJAX simply
Hello reader, You may have a normal HTML Form, like: contact form, feedback form or […]
15 Free Ebooks for Front-End Development and Design
Hi reader,I have collected 15 free ebooks for front-end development to put it between your […]
10 Top jQuery Plugin for Images – 2011
1) Nivo Slider: A stunning jQuery image gallery with 16 unique transition effects. Comes with […]
15 Free IDEs for Developers
Komodo Edit (Windows, Mac, Linux) Komodo Edit is an open source application that has support […]
Apply a custom font to your website, Works on all Browsers
For web developers and web designers who want to add their FONT to websites without […]
jQuery Animate – Advanced
In the last jQuery Animate article I wrote, I mentioned how to use the .animate() […]
jQuery Animate
Here I will mention how to use the jquery animate function and the usability and […]