.Net Tutorial: Keyboard Shortcut keys: General keyboard shortcuts CTRL+C (Copy) CTRL+X (Cut) CTRL+V (Paste) CTRL+Z (Undo) DELETE (Delete) SHIFT+DELETE (Delete the select...
Dont Put any ordinary Password to your any internet account
If you see your password below, STOP!
Do not finish reading this post and immediately go change your password -- before you forget. You will probably make changes in several places since passwords tend to be reused for multiple accounts.
Here are two lists, the first compiled by SplashData:
1. password
2. 123456
3.12345678
4. qwerty
5. abc123
6....
Interview question of asp.net
1.Difference between thread and process?
Thread - is used to execute more than one program at a time.
process - executes single program
2.Explain Namespace.
Namespaces are logical groupings of names used within a program. There may be multiple namespaces in a single application code, grouped based on the identifiers’ use. The name...
Disable Right Click of Mouse on Your web Page Using Java Script
function disable(){if (event.button == 2){alert("Sorry no rightclick on this page.\nNow you can not view my source\nand you can not steal my images")}}
<html>
<head>
<script language="JavaScript">
function disable()
{
if (event.button == 2)
{
alert("Sorry no rightclick on this page.\nNow you can not view my source\nand you...
Web Layout in photoshop
Simple Web Template in Photoshop
What is doctype of your webpage
Doctype is a special declaration at the very top of your webpage source, right above the <HTML> tag, that informs validators the rules in which to validate your page using, and for modern browsers (IE6+, Firefox, NS6+, Opera, IE5 Mac), whether to display your page in Quirks or Standards mode.
Below lists the major doctypes you can...
Add Your Recent Tweets to Blogger
Add Your Recent Tweets to Blogger
If you’ve got a Blogspot.com blog, you can add your Twitter feed to the sidebar very, very easily. The feed will list your last 5 tweets, as well as the time it was posted and link to follow if the reader chooses. I’ve seen several variations of this code and its presentation, but the one I use on my own blog, and...
desktop wallpaper
Resume Tips
Right after a job interview, you could either be supremely confident or faintly worried. Either way, we feel pretty relieved when it is all over. Perceptions about interviews usually depend on the interviewer's likeability and first impressions. It is, therefore, important to remember some statutory courtesies in order to have a positive interaction...
Shortcut for gmail in your mobile device
What shortcuts are available in Gmail? Gmail Shortcutsi – Inbox/ - Search Mailc – Compose Emailk – Newer conversationj – Older conversation+I – Mark as read+u – Mark as unread#,d,delete – Deletes – Toggle Stary – Remove from current viewe – Archivem – Mute Conversation! – Report Spamz – Undo+j – Next account+k – Previous account
While viewing a list...