Friday, June 25, 2010

How to add shade effect to an Image using CSS?

Using "Opacity" attribute we can add a Shade / Transparency effect to an Image.Please go through the below example for more information.

Thursday, June 24, 2010

How to show loading image for JQuery cluetip ?

When we add Jquery Clue tip , we simply copy the JQuery files but forget to assign few properties and change the loading ‘Image path’ in the CSS file.
When we download the JQuery cluetip , we get Images , Js files as shown in the beside image.
The images folder will contain all the Images for the ClueTip including the loading Image.‘Jquery.cluetip.css’ will contain all the css properties for the ClieTip.
Map the ClueTip plugin in your web-page.

How to store Image in binary format using Linq ?

In the below example I will show how we can convert the image into binary and store it in a database.
In the example when 'Submit' button is clicked the image is copied from FileUpload control and stored in the database in Binary format.

Tuesday, June 22, 2010

How to build a perfect Resume ... ?

A good Resume will help to get better visibility in the market.It helps to grab a good opportunity.I would like to provide some tips on building a good resume .

Monday, June 21, 2010

How to generate designer.cs manually in VisualStudio ?

Whenever we update aspx/ascx file it is suppose to update the designer.cs file. However this update doesn’t occur always. Instead the update happens later when you open the disigner.cs file.

Wednesday, June 16, 2010

Rules for UK-Tier1-General or HSMP Visa Extension.

Tier 1 Extension applications are for those Applicants who already hold a Tier 1 visa. Successful Tier 1 extension applications will result in the grant of a further 2 years leave to remain in the United Kingdom.

How to upload a large file in Asp.net ?

When we try to upload a large file (usually of size in MB/GB), we get an exception indicating server not responding.
This can be avoided by using <httpRuntime> section in the Web.config file.

Monday, June 14, 2010

Why should we never deploy asp.net application with 'debug=true'.

One of the common mistakes we do is setting debug=’true’ in the deployment server.

It leads to many complications such as,

Wednesday, June 9, 2010

Alternate to setAttribute() for Internet Explorer.

While working for my project , I found a strange problem with the setAttribute() method.

//Trying to set the onclick event for the element.
document.getElementById("cvId").setAttribute('onclick','return false;');

Monday, June 7, 2010

How to resize browser window using Javascript?

When ever we design a website the biggest challenge is to test it against different browser windows.Using JavaScript we can re-size the browser window based on the resolution required.

Cut and paste the following code into the address bar of your browser (one at a time) and then hit enter:

Wednesday, June 2, 2010

How to get colors from website for branding?

This website will help us to get the color's used in any site. We just need to pass the URL and it will display all the colours used . I feel this will be very useful when we go for branding .


Tuesday, June 1, 2010

How to steal colors from Image?

While designing a web site it's always difficult to choose the color's for it. And If you have a banner / Image then its more difficult to choose as the color's should match .