DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

ColinCochrane Subscribe to this feed
ColinCochrane
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories submitted by ColinCochrane
1
kicks
submitted by ColinCochrane ColinCochrane 6 months, 29 days ago

colincochrane.com — Since the IE development team releasing the first beta version of Internet Explorer 8 for developers last week, I've had the chance to play around with this latest incarnation of the Internet Explorer family. While most of the focus has been on the improved support for web standards, which is immediately evident even in this early beta, there are many more new features and enhancements that are making IE8 look like its shaping up into a solid browser. read more...

Add a comment add a comment | category: | Views: 3
tags: , , , , | tag it

5
kicks
submitted by ColinCochrane ColinCochrane 8 months, 16 days ago

colincochrane.com — Defining custom error pages is a convenient way to show users a friendly page when they encounter an HTTP error such as a 404 Not Found, or a 500 Server Error. Unfortunately ASP.NET handles custom error pages by responding with a 302 Temporary redirect to the error page that was defined. In this post I explain how to create a custom HttpModule that allows you to use custom error pages while preserving the original HTTP status code and avoiding the 302 redirect to the error page. read more...

Add a comment add a comment | category: | Views: 24
tags: | tag it

6
kicks
submitted by ColinCochrane ColinCochrane 9 months, 11 days ago

colincochrane.com — If you have a blog that is even moderately popular then you have likely fallen victim to some form of content scraping. Ever since it became possible to earn money through ads on a website there have been people trying to find ways to cheat the system. The most widespread example of this comes in the form of splogs and similar spam-based websites, which consist only of ads from Google AdSense and duplicated content that is scraped from other sites. In this post I share a method you can use to identify "evil" spiders and content scraping bots that are wasting your website's resources. read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

3
kicks
submitted by ColinCochrane ColinCochrane 10 months, 3 days ago

colincochrane.com — The use of XHTML in the context of SEO is a matter of debate. The consensus tends to be that using XHTML falls into the category of optimization efforts that provide certain benefits for the site as a whole (extensibility, ability to use XSL transforms) but offers little or no added value in the eyes of the search engines. That being said, as the number of pages that search engine spiders have to crawl continues to increase every day, the limits to how much the spiders can crawl are being tested. This has been recognized by SEOs and is reflected in efforts to trim page sizes down to make a site more appealing to the spiders. Now it is time to start considering the significant benefits that a well-formed XHTML document can potentially offer to search engine spiders. read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

2
kicks
submitted by ColinCochrane ColinCochrane 10 months, 7 days ago

colincochrane.com — Seperating the style from the markup of a web document is generally a painless, if sometimes time-consuming, task. In many cases however, the process can have some added speed-bumps; most notably when the original HTML is using an infamous table-based layout. The two most common speedbumps when dealing with table-based layouts and styling are recreating the classic borderless table and keeping the default table border appearance read more...

Add a comment add a comment | category: | Views: 1
tags: | tag it

3
kicks
submitted by ColinCochrane ColinCochrane 10 months, 16 days ago

colincochrane.com — The release of Visual Studio 2008 and the .NET Framework 3.5 this past Monday has created a considerable buzz in the .NET community. With language enhancements such as LINQ (Language Integrated Query) and lambda expressions as well as a plethora of refinements to the IDE itself there are a lot of new tools available at our disposal now. I was very eager to get acquainted with these new tools so I installed a copy of Team Edition and spent almost every free moment this week familiarizing myself with them. Here are some of my initial impressions. read more...

Add a comment add a comment | category: | Views: 1
tags: | tag it

3
kicks
submitted by ColinCochrane ColinCochrane 10 months, 16 days ago

colincochrane.com — Firefox add-ons can be one of the best set of tools a web developer can have but with so many out there it can be hard to decide on which ones are the best for you. I was reluctant to post this at first, given the countless other blogs out their who have posted their own add-on lists, but felt this would be of value for those looking for recommendations that weren't posted 2-3 years ago. I avoided going for the "Top 841 Add Ons Every Web Developer Must Have!!!!" angle, as this isn't a top list. It's simply a list of my personal favourites because, as a guy who's known around the office for having too many add-ons installed for Firefox, I've definitely used a lot of add-ons, some which were fanstastic, and some which left something to be desired. Over time I managed to pare down my pile of add-ons in to a core set that all save me a considerable amount of time, and also share the same basic qualities. read more...

Add a comment add a comment | category: | Views: 1
| tag it

2
kicks
submitted by ColinCochrane ColinCochrane 10 months, 23 days ago

colincochrane.com — When it comes to designing and developing a web site the load time is one consideration that is often ignored, or is an afterthought once the majority of the design and structure is in place. While high-speed internet connections are becoming increasingly common there are still a significant portion of web users out there with 56k connections, and even those with broadband connections aren't guaranteed to have a fast connection to your particular server. Every second that a user has to wait to download your content is increasing the chance of that user deciding to move on. read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

6
kicks
submitted by ColinCochrane ColinCochrane 10 months, 26 days ago

colincochrane.com — Configuration inheritance is a very robust feature of ASP.NET that allows you to set configuration settings in the Web.Config of a parent application and have it automatically be applied to all of its child applications. There are certain situations, however, when there are configuration settings that you don't want to apply to a child application. The usual course of action is to override the setting in question in the child application's web.config file, which is ideal if there are only a handful of settings to deal with. This is less than ideal when there are a significant number of settings that need to be overridden, or when you simply want the child application to be largely independent of its parent. read more...

Add a comment add a comment | category: | Views: 1
tags: | tag it

4
kicks
submitted by ColinCochrane ColinCochrane 11 months, 1 day ago

colincochrane.com — One topic of controversy regarding web standards has been Internet Explorer 7 not supporting the application/xhtml+xml MIME type, which essentially means not supporting true XHTML as specified by the W3C. Of course with this being related to Microsoft there is the expected amount of flak coming from the anti-Microsoft camp. That said, even once you've filtered out the extremes from the discourse, there are still a lot of people who think Internet Explorer 7 killed/is killing XHTML. read more...

Add a comment add a comment | category: | Views: 0
tags: , , , , | tag it

4
kicks
submitted by ColinCochrane ColinCochrane 11 months, 11 days ago

colincochrane.com — In an ASP.NET application the web.sitemap is very convenient tool for managing the site's structure, especially when used with an asp:Menu control. One aspect of the web.sitemap that is often overlooked is the ability to add custom attributes to the <siteMapNode> elements, which provides very useful leverage for managing a site's meta-data. read more...

Add a comment add a comment | category: | Views: 5
tags: | tag it

7
kicks
submitted by ColinCochrane ColinCochrane 11 months, 13 days ago

colincochrane.com — Avoiding the negative SEO impact from improperly handled server errors. read more...

Add a comment add a comment | category: | Views: 2
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge