Posted by Samir in Photoshop, TutorialsJun 30th, 2010 | 18 Comments
In this photoshop tutorial we will learn to design a clean website layout. 960 grid system is what we are going to use in this tutorial and lots of photoshop techniques will be dealt as we go through. Before starting, here is final preview of the photoshop layout.
Posted by Rishabh Agarwal in TutorialsJun 10th, 2010 | 20 Comments
Typography is the most valuable asset of your blog. It doesn’t matter if you have a colorful design blog, an awesome web magazine or a plain simple blog. The main focus always stays on the content and the readability of your text. And that’s where the importance of good typography comes. Well, in this article, I’m not going to give you tips upon good typography (as we already have some good tips on that thing) but, I’m going to explain and implement a rather new and innovative concept from Google that aims at providing a helping hand to all web designers and web masters...
Posted by WAD in Jquery, Menu, TutorialsJun 2nd, 2010 | 6 Comments
Design calls in loads of out of the box thinking. Design needs loads of effects and functionality that should make a distinctive image and perspective. jQuery is one tool that makes all of this possible.
When we are thinking about creating an extraordinary design we need to consider the usability of web design as well. Usability is directly linked with navigation and navigation has great impact on visual appearance of the site. So when you bring along navigation and JQuery you are in a state to create navigation menu that stands out from the crowd, as jQuery provides plenty of options.
Posted by Samir in TutorialsMay 26th, 2010 | 23 Comments
After spending couple of hours searching for floating share box plugin for Wordpress, I finally decided not to use plugins. Those plugins were not good enough to produce what I thought of like menus on Mashable or Hongkiat. Then I came across this article Scroll/Follow Sidebar, Multiple Techniques by Chris Coyier.
In this tutorial, I will use same jQuery code from Chris Coyier’s article and will add some bits and pieces to build a floating share box. Keep in mind this is not a plugin, but can be integrated with static as well as dynamic sites.
Posted by WAD in Photoshop, TutorialsMay 20th, 2010 | 3 Comments
Wallpaper are the most appreciated and refreshing creation of designers that has so much of art in it. When you have the power to customize the wallpaper in your own way that gets even better. So here are some splendid techniques where you can create your own wallpaper by learning some distinctive photoshop tricks in these.
Posted by WAD in Jquery, TutorialsApr 28th, 2010 | 9 Comments
jQuery these days has become talk of the town because of its increasing crave and demand in the designing field. It has captivated attention by its fast and concise JavaScript Library that simplifies, event handling, animating, HTML document traversing and Ajax interactions for speedy web development.
jQuery is a lightweight JavaScript library that highlights the interaction between JavaScript and HTML and focuses on write less do more. It is one booming platform that has captivated the mass with its noteworthy significance in designing field.
It has now become essential to keep yourself updated...
Posted by WAD in Icons, Illustrator, Photoshop, TutorialsApr 21st, 2010 | 5 Comments
Icon is a work of art that adds beauty to a website. We all know the importance of artistic design in a web page. Icon is another essential aspect of any design as icon plays an important role in making the website user-friendly and striking.
Icon can be grabbed from a free zone or purchased but if you want an icon to match you web page you can get one by creating it yourself. Here are some tutorials that shall help show you how to create beautiful icons and add beauty to your page.
Posted by WAD in Design, TutorialsApr 14th, 2010 | 17 Comments
A logo defines your brand; it is one that gives you a perception of what you and your organization is all about. Logo design is one of those things that have to be ideal, because a logo represents an idea, a brand and an identity. A logo is moreover like you, you can portray yourself through a logo so it is very necessary you do it with great care and creativity. So here are some tricks and tips to reduce the sophistication and complexity of logo design which you can give your logo a innovative structure.
1. Logo Design Process and Walkthrough for Vivid Ways
Logo Design Process...
Posted by Snigdha in Tutorials, UsabilityApr 13th, 2010 | 27 Comments
If the layout of your workspace is not in your control and you are looking to have the liberty to create your own schedule then you are in a hedge to follow and move towards your own workplace with the exact kind of ambiance you desire. Working environment is that space where you bring out the best you have and cherish through the input that you can give to work. Motivation and efficiency are the very important aspect to get desired result. No matter how hard you work if the output is haywire you can’t value yourself. So if you are a person not ready to chain yourself with a table and desk...
Posted by Bhoj R Dhakal in PHP, TutorialsDec 16th, 2009 | 7 Comments
Classes and Objects:
The programming paradigm we have learned so far is called Procedural Paradigm. In Procedural programming paradigm, programmer writes a program as collections of independently behaving procedures and makes use of procedure call to access those procedures. As we already discussed in Part8, how procedural programming is a better choice than a simple unstructured programming. It has been a long time, programmers have started thinking about new paradigm called Object oriented paradigm (OOP) which provides a better way to develop big and complex system than procedural programming....