Admin privilege in Vista and Windows 7 By C# (Visual Studio) Admin privilege in Vista and Windows 7 By C# (Visual Studio) Reviewed by Bhaumik Patel on 1:02 AM Rating: 5
Disable Right Click webpage by JavaScript, ASP.Net Disable Right Click webpage by JavaScript, ASP.Net Reviewed by Bhaumik Patel on 12:47 AM Rating: 5
.net Naming Conventions and Programming Standards .net Naming Conventions and Programming Standards Reviewed by Bhaumik Patel on 10:32 PM Rating: 5

int, bigint, smallint, and tinyint

Bhaumik Patel 10:26 PM
int vs bigint vs smallint vs tinyint Exact number data types that use integer data. difference between bigint Integer (whole number...Read More
int, bigint, smallint, and tinyint int, bigint, smallint, and tinyint Reviewed by Bhaumik Patel on 10:26 PM Rating: 5

No More Types for Scripts and Links

Bhaumik Patel 9:05 PM
No More Types for Scripts and Links You possibly still add the type attribute to your link and script tags. <link rel="s...Read More
No More Types for Scripts and Links No More Types for Scripts and Links Reviewed by Bhaumik Patel on 9:05 PM Rating: 5

small Redefined

Bhaumik Patel 8:54 PM
<small> Redefined In HTML 5 "small Redefined" Read More
small Redefined small Redefined Reviewed by Bhaumik Patel on 8:54 PM Rating: 5

The Figure Element

Bhaumik Patel 7:17 AM
The Figure Element <img src="image/path" alt="About image" /> <p>Image of earth. </p> In HTML 5 ...Read More
The Figure Element The Figure Element Reviewed by Bhaumik Patel on 7:17 AM Rating: 5

New Doctype

Bhaumik Patel 7:10 AM
New Doctype <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-t...Read More
New Doctype New Doctype Reviewed by Bhaumik Patel on 7:10 AM Rating: 5

html 5 features

Bhaumik Patel 7:06 AM
html 5 features tips New Doctype The Figure Element <small> Redefined No More Types for Scripts and Links To Quote or Not to...Read More
html 5 features html 5 features Reviewed by Bhaumik Patel on 7:06 AM Rating: 5

twitter search wpf

Bhaumik Patel 6:50 AM
twitter streaming API in WPF application In the text field, you may enter simple search terms and get result from twitter. Config .net...Read More
twitter search wpf twitter search wpf Reviewed by Bhaumik Patel on 6:50 AM Rating: 5

Create a Directory c#

Bhaumik Patel 6:55 AM
Create a Directory add namespace using System.IO; // declare the directory path string _directoryName = @"C:\test\directory-test&qu...Read More
Create a Directory c# Create a Directory c# Reviewed by Bhaumik Patel on 6:55 AM Rating: 5

Dynamic META Tags in asp.net

Bhaumik Patel 6:53 AM
Dynamic META Tags in asp.net <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name=...Read More
Dynamic META Tags in asp.net Dynamic META Tags in asp.net Reviewed by Bhaumik Patel on 6:53 AM Rating: 5

Dynamic Title Tags add in asp.net

Bhaumik Patel 6:45 AM
Dynamic Title Tags in asp.net <title>lesson8 - Dynamic Title Tags</title> // Provide a title tag in the header if (Page.Header ...Read More
Dynamic Title Tags add in asp.net Dynamic Title Tags add in asp.net Reviewed by Bhaumik Patel on 6:45 AM Rating: 5

decimal format in datalist c#

Bhaumik Patel 6:24 AM
string.Format() formatting numbers Number formatting is culture dependant. For example, formatting a currency string on my laptop w...Read More
decimal format in datalist c# decimal format in datalist c# Reviewed by Bhaumik Patel on 6:24 AM Rating: 5

Shadow Effect in WPF

Bhaumik Patel 7:52 AM
Shadow Effect in WPF Create BitmapEffect Drop Shadow Effect in WPF <Ellipse Height="139" Width="136" Stroke="...Read More
Shadow Effect in WPF Shadow Effect in WPF Reviewed by Bhaumik Patel on 7:52 AM Rating: 5

gujarati text in html

Bhaumik Patel 3:28 AM
Declare Unicode Encoding The codes listed below are valid for Unicode HTML pages only, and may not work on very old browsers. To make yo...Read More
gujarati text in html gujarati text in html Reviewed by Bhaumik Patel on 3:28 AM Rating: 5

String Replace Case insensitive

Bhaumik Patel 3:19 AM
String Replace Case insensitive using System.Text.RegularExpressions; string myString = "String Replace Case insensitive in c# AND ...Read More
String Replace Case insensitive String Replace Case insensitive Reviewed by Bhaumik Patel on 3:19 AM Rating: 5

byte to Bitmap Image

Bhaumik Patel 7:13 AM
Convert byte to Bitmap Image Convert byte to bitmap image in wpf Byte[] _Image = null; BitmapImage bi = new BitmapImage(); bi.BeginInit...Read More
byte to Bitmap Image byte to Bitmap Image Reviewed by Bhaumik Patel on 7:13 AM Rating: 5

WPF Data Triggers

Bhaumik Patel 7:09 AM
wpf data triggers <Style x:Key="NormalStyle2" TargetType="{x:Type Button}"> <Setter Property="C...Read More
WPF Data Triggers WPF Data Triggers Reviewed by Bhaumik Patel on 7:09 AM Rating: 5

Convert ToList To DataTable

Bhaumik Patel 6:19 AM
Convert ToList To DataTable public DataTable ToDataTable (IList list) { PropertyDescriptorCollection props = TypeDesc...Read More
Convert ToList To DataTable Convert ToList To DataTable Reviewed by Bhaumik Patel on 6:19 AM Rating: 5

CKEditor

Bhaumik Patel 8:08 PM
CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor , which means that the text being edited on it looks as s...Read More
CKEditor CKEditor Reviewed by Bhaumik Patel on 8:08 PM Rating: 5

Auto Complete Textbox asp.net

Bhaumik Patel 7:11 AM
Auto Complete Textbox asp.net Autocomplete, when added to an input field, enables users to quickly find and select from a pre-populated lis...Read More
Auto Complete Textbox asp.net Auto Complete Textbox asp.net Reviewed by Bhaumik Patel on 7:11 AM Rating: 5

Jquery Accordion WPF

Bhaumik Patel 8:04 AM
Jquery Accordion Using WPF Animation Animate Current Stack Panel private void AnimateCurrentStackPanel(StackPanel pspnlCurrentPanel) ...Read More
Jquery Accordion WPF Jquery Accordion WPF Reviewed by Bhaumik Patel on 8:04 AM Rating: 5
Busy Bar Window And Color Animation Using Expression Blend Busy Bar Window And Color Animation Using Expression Blend Reviewed by Bhaumik Patel on 7:40 AM Rating: 5

wpf Animated Menu

Bhaumik Patel 7:20 AM
WPF Double Animation Using Key Frames Using C# <Grid Width="610" Height="50" > <Grid.Col...Read More
wpf Animated Menu wpf Animated Menu Reviewed by Bhaumik Patel on 7:20 AM Rating: 5

delegates events in c#

Bhaumik Patel 7:39 PM
Create delegates events in c sharp Whate is delegate ? A delegate is a type-safe object that can point to another method (or possibl...Read More
delegates events in c# delegates events in c# Reviewed by Bhaumik Patel on 7:39 PM Rating: 5