Category: Popular
Our most popular articles will go here. All of the articles in this category were chosen by our readers and we just move them in on place where everybody can find them easily.
Our most popular articles will go here. All of the articles in this category were chosen by our readers and we just move them in on place where everybody can find them easily.
In 1996, Macromedia released their product called Macromedia Flash which is a vector-based animation platform. With Flash, web designers were now able to create animations using a timeline and vector design tools as a video. Furthermore, Flash was and still is a great solution for web designers to provide visitors smooth view in such small file size. The only thing that web surfers need to enjoy the sites using flash is to install Macromedia Flash Player.
However, with the arrival of JavaScript in 1997, there has been a war between Flash and JavaScript because Flash was afraid JavaScript would one day replace them with all the animation it supports. Why? Because a ton of JavaScript frameworks are becoming increasingly popular as a result of their high scalability, performance and usability. Some include jQuery, MooTools, script.aculo.us, Prototype, among others but especially jQuery, as of late.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and AJAX interactions for rapid web development. Although you may have enough Javascript skills to build your own Javascript code, using jQuery instead of can simplify the process (think hundreds of lines vs. a few lines of jQuery). Furthermore, there are thousands of plugins for jQuery published and large community support for this project. jQuery deserves being the heaviest competitor with Flash.
So. Google just recently announced Google Buzz. I’m not sure about you, but I didn’t see this coming. Sure, Google was bound to start a social network of some sort at some time; but, I didn’t think it’d be this soon!
After spending a few hours on Google Buzz, we’re proud to present you with 12 simple tricks to help give you a better Buzz. Before you start drinking the Google juice, though, make sure you choose a designated driver! (Ya, I know. Bad joke.)
If I told you that there are twenty different ways you can streamline your web design business, make more money and work less, would you believe me? What if I showed you – would you believe me then? In this article, you will find twenty different ways you can streamline your web business. Some of which will cover work aspects while others will cover administrative tasks, but all in all, the end goal is the same: making more money and working less.
In the last few years, web design has improved significantly. There are so many tutorials out there to increase the skills capacity web designers and web developers. Some popular browsers such as Firefox, Safari already supported some CSS3 properties, and now the designer has many CSS3 properties. Today, I will share some tutorials, tips and tricks about CSS3.
This tutorial is in the series of “WordPress Theme from Scratch” that helps you build a WordPress theme by yourself from nothing. Previous tutorial in this series helped we convert a mockup in PSD to HTML and today, we will continue to go to last tutorial: build WordPress theme from the HTML file.
You might be familiar with the plugin jQuery Dock which allows developers to create a menu like Apple Dock. Today, you will create a similar menu with bubble effect by using CSS only. Although it doesn’t have as smooth of an effect as jQuery Dock, it’s helpful for those that just want to make a cool menu by using pure CSS. This tutorial includes two methods: CSS sprites (basic) and the image swapping (advanced).
Do you know what the most difference between the hard-working wordpress theme developer and the lazier one is? The hard-working always finds the ways to restrict plugin using for his theme, but the lazier one just needs a plugin that can use for his theme and save his time is fine. However, sometime, there are wordpress plugins that two kind of designer above must use.
This post contains 10 wordpress plugins that help you to boost up your wordpress design. Some of plugins in this collection based on the ideas around the web blog design tutorial posts. Enjoy it!
Absolute position is a feature of the CSS2 specification that is supported by all of web browsers. If you posit an element (an image, a table, or whatever) absolutely on your page, it will appear at the exact pixel you specify. In this tutorial, we will use some tricks to create a fancy link block that make our links more attractive.
Some of wordpress plugins automatically add their display below your post content which is such as: YARPP (Related Posts) or Sociable …. They added their displays into your post content, but sometime, you want to add your own code before them, even between the introduction and the main content. This article will tell you how to add anything to your wordpress theme just right before others plugin do.
In this tutorial, we will create a search page with CodeIgniter and jQuery. We’re not gonna create only a default search page using CodeIgniter framework, but also a real time search with jQuery’s support. And one more, enable GET method in CodeIginter that was stupidly disable by default. Enjoy the tut and don’t forget the … beer! Continue Reading