Web Fundamentals
Best pratices for web development defined and delivered
I love the web. The web should allow anyone to access any experience that they need without the need for native install or content walled garden.
Best pratices for web development defined and delivered
I'm experimenting with AdWords to drive traffic to both this site and Topicala.com. So far, I'm getting about 60 extra visitors per day to each site. I've tweaked my campaigns, disabling ads in Google's search results due to high costs. While I achieved a high volume of ad impressions (600,000) for kinlan.co.uk recently, the click-through rate remains low, and I need better insight into keyword performance and ad placement. I'd love to hear any marketing suggestions. If you arrived here through an AdSense ad, please share your feedback and the referring website. I'm considering using ads to promote specific blog posts for increased visibility.
I had a comprehensive blog post on sealed classes and their benefits within Google Search, but unfortunately, it was lost. I plan to rewrite it soon.
I've added a custom search provider to my blog using Google Search for Internet Explorer 7 Beta 2 users. It lets you easily search my site's content. The provider is set up using an OpenSearch XML file linked in each page's header. Not sure about Google's terms on this, so I'll remove it if there's an issue. Hopefully, this example helps others implement search providers.
Someone googled "are switchmedia any good?" and landed on my blog. As a satisfied customer, I can vouch for them! They're a great web hosting company, and the websites they've built look fantastic. (FYI, this blog uses a Blogger template.)
A visitor searched Google for a "c# css parser" and landed on my site. Intrigued, I explored existing C# CSS parsers but found nothing. This sparked an idea for a personal project: creating my own parser. I envision distinct classes for each CSS type, managing their rules and attributes. A "Finder Class" would locate CSS classes and instantiate corresponding C# objects.
This post addresses the Google search query "c# convert date from uk to usa." It provides a C# code snippet using CultureInfo
and DateTime
to convert a date string formatted according to UK conventions into a US date format. The code takes the date string from a textbox, parses it using the UK culture settings (en-GB
), and then formats the resulting DateTime
object according to US culture settings (en-US
) before outputting it to another textbox.
Seeing increased C# searches in my blog logs. Visitors might appreciate the lack of C# content here, so I'll start addressing C# topics.