send email to kad1r
kad1r's twitter
kad1r's facebook
kad1r's technorati
kad1r's delicious
kad1r weblog rss 2.0
 
01.09.2010 13:41
 
 
No comment yet
 
251 read count
 
get country info, country info c#, c# get country info

// we store informations to dictionary

Dictionary objDic = new Dictionary();

// get the cultural information of the countries

foreach (CultureInfo ObjCultureInfo in CultureInfo.GetCultures(CultureTypes.SpecificCultures))

{

RegionInfo objRegionInfo = new RegionInfo(ObjCultureInfo.Name);

if (!objDic.ContainsKey(objRegionInfo.EnglishName))

{

objDic.Add(objRegionInfo.EnglishName, objRegionInfo.TwoLetterISORegionName.ToLower());

}

}

var obj = objDic.OrderBy(p => p.Key );

foreach (KeyValuePair val in obj)

{

ddlCountries.Items.Add(new ListItem(val.Key, val.Value));

}

 

add to twitter add to friendfeed add to facebook add to digg add to reddit add to dzone
 
01.09.2010 10:45
 
 
No comment yet
 
195 read count
 
google svg, svg file, svg file format, google index, google svg index

Google can index svg file formats now. They can not index svg files and it's bad for users of svg. But now svg formats can index. I read the article on Google Webmasters Blog post.


We index SVG content whether it is in a standalone file or embedded directly in HTML. The web is big, so it may take some time before we crawl and index most SVG files, but as of today you may start seeing them in your search results. If you want to see it yourself, try searching for [sitemap site:fastsvg.com] or [HideShow site:svg-whiz.com]


What is svg format?

SVG (scalable vector graphics) is an open, XML-based format for vector graphics with support for interactive elements. You can find more information in this link.

add to twitter add to friendfeed add to facebook add to digg add to reddit add to dzone
 
31.08.2010 00:35
 
 
No comment yet
 
157 read count
 
IsWebBrowserContextMenuEnabled, Disable right click c# webbrowser, c# webbrowser,webbrowser right click

If you want to disable right click on C# webbrowser you should use webbrowser properties.

Here is the example.

Webbrowser1.IsWebBrowserContextMenuEnabled = false;

add to twitter add to friendfeed add to facebook add to digg add to reddit add to dzone
 
27.08.2010 20:39
 
 
No comment yet
 
233 read count
 
avg antivirus 9, avg 9, free avg, free avg antivirus, free antivirus, avg promotion

AVG Antivirus 9

This license is the 1-PC, 1-Year edition, which means you can protect up to 1 PC and you receive protection and free product updates for one year from activation.

Click to watch promotion.

add to twitter add to friendfeed add to facebook add to digg add to reddit add to dzone
 
27.08.2010 17:45
 
 
1 comments
 
2256 read count
 
dofollow-nofollow backlinks, backlinks, dofollow backlinks, nofollow backlinks, backlink

It's all mix by r10.net. All of them are ok and good backlinks. You can get it.

Click to see dofollow-nofollow backlinks.

add to twitter add to friendfeed add to facebook add to digg add to reddit add to dzone
 
27.08.2010 13:08
 
 
No comment yet
 
257 read count
 
aspnet wiki, asp.net, asp.net wiki, asp.net wiki page

Asp.Net Wiki Page has been updated.

Expand and share your knowledge about ASP.NET Open Source Projects, speeding up Visual Studio, using SQL Server Compact 4.0 with ASP.NET 4, and more in the ASP.NET Wiki. Earn Community Recognition points by contributing!

add to twitter add to friendfeed add to facebook add to digg add to reddit add to dzone
 
24.08.2010 15:28
 
 
No comment yet
 
105 read count
 
panda internet security, panda is 2011, free panda is, panda internet security free

 

Panda Internet Security 2011 allows you to use the Internet for anything, like shopping and banking online, with total peace of mind and without any interruption. It protects you from viruses, hackers, online fraud, identity theft and all the other known and unknown threats.

It keeps your inbox spam-free, and allows you to browse the web privately and securely with the entirely new Panda Safe Browser. With the Parental Control, your children can browse the Internet safely.

Maximum protection against all kinds of Internet threats with Panda Internet Security 2011

Click here to get Panda Internet Security 2011 software promotion.

 

add to twitter add to friendfeed add to facebook add to digg add to reddit add to dzone
 
24.08.2010 12:54
 
 
No comment yet
 
129 read count
 
table sizes in sql, sql table size, find table size in sql, sql get table size
This sql codes find table sizes from a database in Microsoft SQL Server.
 
DECLARE @GetTableSizes TABLE (TableName VARCHAR(50), RowCount INT, TotalSize VARCHAR(50), UsingSize VARCHAR(50),
IndexSize VARCHAR(50), Unused VARCHAR(50))
INSERT INTO @GetTableSizes
EXECUTE sp_MSforeachtable 'sp_spaceused [?]'
SELECT * FROM @GetTableSizes ORDER BY CONVERT(INT, REPLACE TotalSize ' KB', '')) DESC
add to twitter add to friendfeed add to facebook add to digg add to reddit add to dzone
Powered by kad1r weblog | © 2010 | Coded in VS2010 ASP.Net with C# | kaBlog v1.4 (beta)
asp.net, c#, jQuery, sql, regular expressions, javascript, linux, debian, windows, seo, software promotions, programming, mvc, ubuntu, security, campaigns
kad1r weblogs - creative commons