drinker

Stories submitted by drinker

SEOMoz Linkscape API wrapper in .Net(gathadams.com)

submitted by drinkerdrinker(245) 3 years, 3 months ago

SEOMoz have just made their Linkscape API public and 100% free. This API gives great SEO stats for any site on the net - here is a wrapper in .Net to get started. read more...

add a comment |category: |Views: 143

tags: another

Allowing special characters (/, #, * etc) in ASP.Net MVC URL params(gathadams.com)

submitted by drinkerdrinker(245) 3 years, 4 months ago

A solution to the problem of having special characters (/, &, * etc) in URL parameters for ASP.Net MVC websites. read more...

add a comment |category: |Views: 133

tags: another

Getting Flights information from the Kayak API(gathadams.com)

submitted by drinkerdrinker(245) 3 years, 5 months ago

Full source code to get Flight Information from Kayak.com through their API read more...

add a comment |category: |Views: 124

tags: another

See how your website looks in over 60 browsers - in minutes(gathadams.com)

submitted by drinkerdrinker(245) 3 years, 6 months ago

BrowserShots makes checking your site in multiple browsers easy. Just submit your URL & choose the browsers you want (over 60 available), wait a few minutes in the queue, then view the results. You can also specify Flash and Javascript support. read more...

add a comment |category: |Views: 12

tags: another

Quick tip to tune your SQL Server queries(gathadams.com)

submitted by drinkerdrinker(245) 3 years, 6 months ago

This short tip shows how to quickly view stats on your queries and how to locate the bottlenecks. read more...

add a comment |category: |Views: 19

tags: another

How to access HttpServerUtility.MapPath in a Thread (gathadams.com)

submitted by drinkerdrinker(245) 3 years, 7 months ago

A simple workaround when you want your website's root directory while running inside a thread or timer. read more...

add a comment |category: |Views: 101

tags: another

Extending .Net with JQuery - A cool Client-Side Alert Box(gathadams.com)

submitted by drinkerdrinker(245) 3 years, 8 months ago

Full code to display a cool client-side JQuery Alert Box (colors,rounded corners, rest of the site gray - you'll love it) from server-side code. read more...

add a comment |category: |Views: 118

tags: another

Remove Name Mangling from ASP.Net Master Pages(gathadams.com)

submitted by drinkerdrinker(245) 3 years, 9 months ago

Master Pages in ASP.Net will mess up the IDs of your controls - here is a handy snippet which will allow you to use getElementById with the normal control ID (no more worrying about the mangled name). read more...

add a comment |category: |Views: 77

tags: another

Create a Website Comparison Widget using GoogleTrends(gathadams.com)

submitted by drinkerdrinker(245) 3 years, 9 months ago

Full source code so you can add a website comparison chart to your site/blog/desktop. read more...

add a comment |category: |Views: 11

tags: another

Convert MySQL to MS SQL Server(gathadams.com)

submitted by drinkerdrinker(245) 4 years, 3 months ago

Automatically convert MySQL tables to MS SQL Server. Online demo and source code. read more...

add a comment |category: |Views: 12

tags: another

Check 1000s of images for duplicates in .Net(gathadams.com)

submitted by drinkerdrinker(245) 4 years, 5 months ago

Here is the complete code which shows how to detect and remove duplicates from 1000s of images - quickly! read more...

2 comments |category: |Views: 1

tags: another

Easy code to add Draggable Markers to your Google Maps(gathadams.com)

submitted by drinkerdrinker(245) 4 years, 8 months ago

Continuing on from my Post 'Add Google Maps to your site in 10 Minutes' - Here is the full code to add draggable markers to your maps and handle events. read more...

add a comment |category: |Views: 37

tags: another

How to add Google Maps to your .Net site in 10 minutes(gathadams.com)

submitted by drinkerdrinker(245) 4 years, 9 months ago

Add Google Maps to your .Net website in 10 minutes. Full code to display a map with a marker & also geocoding (supply address in text & have the map display it). read more...

add a comment |category: |Views: 83

tags: another