send email to kad1r
kad1r's twitter
kad1r's facebook
kad1r's technorati
kad1r's delicious
kad1r weblog rss 2.0
 
31.08.2010 00:35
 
 
No comment yet
 
173 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
 
247 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
 
2329 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
 
268 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
 
119 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
 
140 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
 
24.08.2010 12:32
 
 
No comment yet
 
204 read count
 
delete sql procedures, delete all stored procedures, mssql delete all stored procedures
This sql codes deletes all other stored procedures from a database in Microsoft SQL Server.
 
Create (Alter) Procedure dbo.DeleteAllProcedures
As
     declare @procName varchar(500)
     declare cur cursor
           for select [name] from sys.objects where type = 'p'
     open cur 
     fetch next from cur into @procName
     while @@fetch_status = 0
     begin
           if @procName <> 'DeleteAllProcedures'
                 exec('drop procedure ' + @procName)
                 fetch next from cur into @procName
     end
     close cur
     deallocate cur
Go
     Grant Execute On dbo.DeleteAllProcedures To Public
Go
add to twitter add to friendfeed add to facebook add to digg add to reddit add to dzone
 
20.08.2010 17:16
 
 
4 comments
 
362 read count
 
social bookmarks and seo, seo posts, social bookmarks your posts, post your articles to social bookmarks

As you know seo is very important nowadays. Seo is not just optimization. 2 months ago Google change their crawling technique and now they use Google Caffeine. In this technique social bookmarks are very important. Social bookmarks are very populer right now and if you won't use it's silly. After post or update something on you weblogs add it to social bookmarks like Twitter, StumbleUpon, Digg, Reddit, Technorati, Yahoo Buzz, Google Buzz, Delicious, Slashdot, Friendfeed, Newsvine, Diigo, Mister Wong, Dzone, Faves ...etc.

There are to many social bookmarks in web. You can find them easly on Google or if you use Wordpress or something like that there are plugins for social bookmarking. Use one of them.

With social bookmarking use website is indexing by search engines, you got many visitors and hits. Especially I'm suggesting to you StumbleUpon. It's amazing. I post an article and I've 200+ visitors via StumbleUpon.

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