The Internet is bombarded with thousands of applications that can be used in all purposes. It seems that the developers of these applications are always searching for new clients from all areas of the Internet. Most of these developers came up of gimmicks and strategies to fatten their client database. Today, I am going to review an application called Chatwing. Currently, this tool is making a buzz in online portals because of its features that empower global communication.

Chatwing climbed the ranks of website apps because of the level of interaction that it can offer to web users. Customization is elite; you can select from Chatwing’s color schemes and styles, or you can create a style of your own. Never before has a widget such depth of customization. [Read more…]

{ 0 comments }

Sorry for writing after a long period. I have been a fan of WP-Types plugin these days. I found this plugin provides great ease of use in terms of adding more post types. Another great advantage of using custom post types in WordPress is that it gives you better search engine links. So for example, if you are posting book titles in your site, you would need to have “book” as a keyword in your URLs. It is really simple to do using WP-Types plugin. Let’s see an example below [Read more…]

{ 0 comments }

Rewrite wordpress post template based on custom post type

December 22, 2012

Tweet Many of us find it very difficult when it comes to have custom post template. Even if you create a custom post template, the question comes how would you define for your custom post type? I have written a quick and handy tutorial for using a custom post template based on your custom post [...]

Read the full article →

Creating Flying Menu with CSS3

October 13, 2011

Tweet Among the various forms of task bars and menus that can be created with the help of CSS3 only, the flying menu is one interesting yet easy to implement type. This menu would be implemented in this tutorial with the use of CSS3 only. The transition propertyof CSS3 would be used in this implementation [...]

Read the full article →

Web Storage Specifications for HTML5

October 12, 2011

Tweet Local storage over the internet is supported by most of the modern browsers. This local storage provides functionality similar to that of cookies, but it is different from cookies to some extent. In a sense, the storage provided by this method is much more refined and better compared to simple cookie storage. In this [...]

Read the full article →

Benefiting from Multiple Backgrounds in CSS3

October 11, 2011

Tweet The property of multiple backgrounds in CSS3 is very powerful and can be used for a variety of purposes in web development and programming. But still many people using CSS3 do not make the right use of this feature. Initially, this feature existed only in Safari but eventually all the updated browsers were equipped [...]

Read the full article →

Creating Simple Puzzle Game with HTML5 Canvas

October 10, 2011

Tweet A lot of interesting developments can be performed with the help of HTML5 <canvas> element. In today’s tutorial, we would create a simple puzzle game with the help of this element. The HTML and CSS that we would need for initial stages is quite easy to comprehend. Specifically, we would need <canvas> element with [...]

Read the full article →

Developing feed widget in CSS3

October 2, 2011

Tweet CSS3 in conjunction with JQuery can be used to develop an attractive feed widget which would display the feed on blog or website’s sidebar. This can be used to display the latest posts, news or comments present on the website. The choice between different feed formats can be set according to the requirement. First [...]

Read the full article →

Creating a Portfolio with HTML5

October 1, 2011

Tweet You can create a completely customizable portfolio with the help of HTML5 and optionally using JQuery. First of all, we would need to write a markup for the HTML5 document, after which we would proceed on to the JQuery code. The markup HTML5 code is as follows: <html> <head> <meta charset=”utf-8″ /> <title>Making an HTML5 Portfolio [...]

Read the full article →

CSS3: Creating Liquid Faux Columns with Background

September 29, 2011

Tweet Using faux columns is a technique to create a background image which simulates equal-height columns. However, the drawback with the simple technique that was used previously was that it only worked with fixed-width columns. That problem was overcome with the advent of liquid faux columns, which uses some background-position trickery and a bit of math to create [...]

Read the full article →