make tooltips using css

  Here’s a nice easy method for making link tooltips entirely in CSS, without any Javascript. For a demonstration of what I mean, hover over this link with your mouse. To do this, you will need to create a class for the links which require tooltips, and a within that link to include the tooltip text: this is a link This is a tooltip I have put some spaces inside the tooltip span on both sides, so those with CSS turned... [Read More...]

Free alternatives to cpanel

  Checkout this article to find out free alternatives to the best linux control panel – Cpanel   1. Webmin Webmin is the best free alternative to cPanel. Webmin is an open source server and hosting control panel. It provides lot of similar feature as cPanel. Some of the features include bandwidth usage, user account management, backups, SSH access, and email management. Webmin is built on modules, and more third party modules can... [Read More...]

Pure css lightbox

What is a lightbox ? To put it simple lightbox is just like a popup message that pops when you click on something or some link  Thanks to  Devin R. Olsen for this awesome tutorial . Original tutorial link    A light box is web slang for a way to divide and present such things to your viewers as pictures in a gallery or special site notices. Today I wanted to quickly show you how to create a pure CSS light box. Lets start... [Read More...]

Best freeware applications for a developer

Hi Guys! I am making a list of recommended freeware applications for a developer . If you are a developer these softwares might be very useful to you and maybe alternatives to softwares that you pay for . So the first one is Notepad ++ A free, mature source code editor and Notepad replacement, which supports several programming languages, running under the MS Windows environment. The editor can be considered as an advanced yet simple text-editor which... [Read More...]

Free phpmotion Templates

Hi There ! You might be searching for a phpmotion or a clipbucket template or theme . We have recently started a new service called Orange-Templates And we are thinking of including phpmotion and clipbucket support also If you want us to edit your theme . It is very simple Just read the policy here and let us know what you want via comment. If you are planning to customise the default look of your site it can be any site (wordpress,joomla,phpmotion,clipbucket... [Read More...]

How to create an apple navigatin bar using photshop

Have you seen apple.com awesome navigation bar ? If not then do see it now because you will see how to create an apple navigation bar using photshop and then coding it by css tutorial by Shane Jeffers See the tutorial Here  Read More →

How to make your own cms

Do you want to create your own content management system like joomla  , wordpress or drupal . Well here is a series of tutorials by Peter Zeidman Part 1 of the series begins with a look at the overall plan for the CMS, and a look at PHP and the concept of object-oriented programming.  Part 2 takes a look at the basic PHP code that will power the CMS.  Part 3 examines the creation of the database and the database connector.  Part 4 explores validation,... [Read More...]

Run your vb.net application as administrator

At times. you may require your program to run as administrator There are 2 ways to do this 1. Modify the project UAC settings 2. Go to debug and then run your program .exe file as administraotr We will discuss both the methods let’s start with the first method Well for the first method you need to replace only 1 word . See this video for the first method : Here is the 1st method “You need to make your application UAC compliant so that... [Read More...]

Pdf reader in vb.net

Do you want to create an application that can read pdf files ? Well you have a way by which you can do this . There is A COM component which will allow you to do this task very asily . Please see this about.com article which shows you how to do this task –http://visualbasic.about.com/od/quicktips/qt/disppdf.htm Also it is recommended that you watch this video also . Credit for this video goes to Roylyn Andrews You can view the code online –... [Read More...]

Free jquery video tutorials

 Thanks to 1stwebdesigner for this wonderful article. You can almost anything related to jquery here . If you want to suggest more stuff and content to add please let us know If for whatever reason you don’t know jQuery, it is a “write less, do more” JavaScript library. It has many Ajax and JavaScript features to allow you enhance semantic coding and user experience. From jQuery homepage – “jQuery is a fast and concise JavaScript Library... [Read More...]

Option infer,option strict,option compare,option explict in vb.net

Sources : About.com, Google.com and my knowledge Back to the Future – VB6 Variant Redux? In VB6, we could use a variable without declaring it as … myVar1 = “whatever” myVar2 = 666 The variables were compiled as Variant types, which could hold anything. This was carried over into .NET as Object types. If Option Explicit is Off, then you can write the same code and the variables became Object types. Again, they could hold anything.... [Read More...]

« Previous PageNext Page »