06th Oct

way back machine – history of IndiaNIC

Lets check how IndiaNIC design improve over the period. I started this venture for web hosting and domain registration, Its reflect from its first layout. This layout design in Netobject Fusion , a very easy and popular software at that time to design web pages.

IndiaNIC - 2009

Read the full article by clicking Read More below…

06th Oct

Best custom cool fonts

Best custom cool fonts has the coolest collection of original fonts on the web.
We have put together a great collection of cool fonts from freelance designers and typographers who were kind enough to take the time to create these fonts. Be sure to check the usage rights of these fonts before you start throwing them in your projects. If you have created any cool fonts yourself, be sure to lets us know about your font in the comments below. Enjoy the cool fonts!

CUSTOM COOL FONTS

1. HisMannerMild | Download

Read the full article by clicking Read More below…

25th Sep

Instant Domain Search Tool

Very good , Instant domain search tool, domain search and show through AJAX and show availability as you type.

20th Aug

Mastering Photoshop With Paths

Anomalously residing within the pixel-gridded world of Photoshop are a series of tools waiting to break out of the canvas’ inherent squareness. Mastering these tools opens the stage for a higher level of flexibility, full of clean lines and non-destructive editing. Presented here is a guide to help you build proficiency, increase productivity and demystify the elusive world of Paths.

Photoshop Mastery Series: Paths

Creation

Pen Tool

The Pen tool (P) – simple to use but difficult to master. It provides a precise method for creating paths, but requires an experienced hand to plot naturally flown curves. The power unlocked by mastering this tool is well worth the time needed to do so. While no amount of instruction can make you a Bezier master, below are some tips to keep in mind as you practice.

  • Always use as few points as

20th Aug

10 Useful WordPress Hook Hacks

Hooks are very useful in WordPress. They allow you to “hook” a custom function to an existing function, which allows you to modify WordPress’ functionality without editing core files. In this article, we have compiled 10 extremely useful ready-to-use WordPress hooks, along with examples and coding explanations.

What Is A Hook?

To achieve a particular effect on a WordPress blog, you have to modify how WordPress works. Some of these modifications are made to what WordPress developers call “core files,” files required by WordPress to work properly.

But modifying core files is always a bad idea. It may create a security loophole. Also, you will have lost the modification when you upgrade your WordPress installation.

Still, developers need to overwrite some of WordPress’ functionality, which is why WordPress provides the Plugin API.

Hooks are one of the main