<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>

<feed xmlns="http://purl.org/atom/ns#" version="0.3" xml:lang="en-IE">
<link href="https://www.blogger.com/atom/7419256" rel="service.post" title="Spotlight IT Ramblings Blog" type="application/atom+xml"/>
<link href="https://www.blogger.com/atom/7419256" rel="service.feed" title="Spotlight IT Ramblings Blog" type="application/atom+xml"/>
<title mode="escaped" type="text/html">Spotlight IT Ramblings Blog</title>
<tagline mode="escaped" type="text/html">I'm living in Dublin, Ireland and this is a collection of ramblings about my day-to-day activities in the  exciting world of web development ;-) Technologies used and projects under development. Also links of interest, mostly completely work un-related....</tagline>
<link href="http://www.spotlightIT.com/blog" rel="alternate" title="Spotlight IT Ramblings Blog" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256</id>
<modified>2006-12-22T15:01:24Z</modified>
<generator url="http://www.blogger.com/" version="6.72">Blogger</generator>
<info mode="xml" type="text/html">
<div xmlns="http://www.w3.org/1999/xhtml">This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the <a href="http://help.blogger.com/bin/answer.py?answer=697">Blogger Help</a> for more info.</div>
</info>
<convertLineBreaks xmlns="http://www.blogger.com/atom/ns#">true</convertLineBreaks>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/116679968454006869" rel="service.edit" title="Tax Calculations for Irish budget 2007" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-12-22T15:01:24+00:00</issued>
<modified>2006-12-22T15:01:24Z</modified>
<created>2006-12-22T15:01:24Z</created>
<link href="http://www.spotlightIT.com/blog/2006/12/tax-calculations-for-irish-budget-2007.html" rel="alternate" title="Tax Calculations for Irish budget 2007" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-116679968454006869</id>
<title mode="escaped" type="text/html">Tax Calculations for Irish budget 2007</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">www.taxcalc.eu Updated for the 2006-2007 budget allows calculation of tax allowances</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/116678801871021989" rel="service.edit" title="Visual Studio Team System" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-12-22T11:46:58+00:00</issued>
<modified>2006-12-22T11:46:58Z</modified>
<created>2006-12-22T11:46:58Z</created>
<link href="http://www.spotlightIT.com/blog/2006/12/visual-studio-team-system.html" rel="alternate" title="Visual Studio Team System" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-116678801871021989</id>
<title mode="escaped" type="text/html">Visual Studio Team System</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">I have been looking into pricing and features of the new visual studio team
system.It is unfortunate that this product is being pitched at the enterprise
market to the exclusion of smaller teams, which could do with the
functionality.Here are some of my favourite features:- A SQL server based replacement for Visual SourceSafe, finally !
- Code Coverage tools to show how much of the code was</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/116281508031154511" rel="service.edit" title="Replacing region specific blocks of code, T-SQL Synonyms" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-11-06T12:10:00+00:00</issued>
<modified>2006-11-06T12:11:20Z</modified>
<created>2006-11-06T12:11:20Z</created>
<link href="http://www.spotlightIT.com/blog/2006/11/replacing-region-specific-blocks-of.html" rel="alternate" title="Replacing region specific blocks of code, T-SQL Synonyms" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-116281508031154511</id>
<title mode="escaped" type="text/html">Replacing region specific blocks of code, T-SQL Synonyms</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">When dealing with different database names per country/region it is quite common to write the following code

IF @Region = @Const_Ireland
BEGIN
 Select * from DATABASENAME_IE.dbo.Orders where........
 Update DATABASENAME_IE.dbo.Orders Set OrderDate=... where........
 etc etc
END
IF @Region = @Const_UK
BEGIN
 Select * from DATABASENAME_UK.dbo.Orders where........
 Update DATABASENAME_UK.dbo.Orders</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/116133723337356109" rel="service.edit" title="Internet Explorer 7 Released" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-10-20T10:40:00+01:00</issued>
<modified>2006-10-29T14:37:02Z</modified>
<created>2006-10-20T09:40:33Z</created>
<link href="http://www.spotlightIT.com/blog/2006/10/internet-explorer-7-released.html" rel="alternate" title="Internet Explorer 7 Released" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-116133723337356109</id>
<title mode="escaped" type="text/html">Internet Explorer 7 Released</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">After years of nondevelopment the worlds most popular browser internet explorer has been released to version 7. Some nice new features but nothing that FireFox doesn't already have. 

This will probably be sent to the world in general via automatic updates at some stage.

If testing different browser compatability for your web pages and you still want to have IE 6 on your machine you can try these</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/116118639481729256" rel="service.edit" title="Printer Supplies" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-10-18T16:46:34+01:00</issued>
<modified>2006-10-18T15:46:35Z</modified>
<created>2006-10-18T15:46:34Z</created>
<link href="http://www.spotlightIT.com/blog/2006/10/printer-supplies.html" rel="alternate" title="Printer Supplies" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-116118639481729256</id>
<title mode="escaped" type="text/html">Printer Supplies</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">I'm buying a printer and when out at lunch today I dropped into one of those shops (that shall remain nameless) that refill cartridges to get some advice.

Q. Which is cheaper for printing large amounts of black and white A4 paper, Laser or Inkjet ?
A. You will have to replace a cartridge every 200 sheets for an inkjet, every 2000 for a laser, much cheaper...

I think this could be an exageration</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/116058619228691475" rel="service.edit" title="its official, The best chocolate bar to go with a cuppa tea" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-10-11T18:03:00+01:00</issued>
<modified>2006-10-11T17:17:48Z</modified>
<created>2006-10-11T17:03:12Z</created>
<link href="http://www.spotlightIT.com/blog/2006/10/its-official-best-chocolate-bar-to-go.html" rel="alternate" title="its official, The best chocolate bar to go with a cuppa tea" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-116058619228691475</id>
<title mode="escaped" type="text/html">its official, The best chocolate bar to go with a cuppa tea</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">Andy McDermott sitting beside me (check local press for his comedy gigs !) just bought me a Nestle "Lion Bar" to prove a point that he has been saying for the past few months, and you know, he's right, IT IS THE best accompaniment with a cup of tea.

The only payment he demanded was to spread the good word. So, to both of you reading this blog now you know, try a lion bar instead of your regular</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/116056888187301512" rel="service.edit" title="Google Code Search released" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-10-11T13:14:41+01:00</issued>
<modified>2006-10-11T12:14:41Z</modified>
<created>2006-10-11T12:14:41Z</created>
<link href="http://www.spotlightIT.com/blog/2006/10/google-code-search-released.html" rel="alternate" title="Google Code Search released" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-116056888187301512</id>
<title mode="escaped" type="text/html">Google Code Search released</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">Essential for searching for open source code, why reinvest the wheel  Google Code Search

Check out this blog for great comments like "I am drunk and coding like I am the greatest coder of all time." and other funnies found...</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/115952406510632830" rel="service.edit" title="Watch out redgate here comes VS 2005 for Database Pros" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-09-29T11:01:05+01:00</issued>
<modified>2006-09-29T10:01:05Z</modified>
<created>2006-09-29T10:01:05Z</created>
<link href="http://www.spotlightIT.com/blog/2006/09/watch-out-redgate-here-comes-vs-2005.html" rel="alternate" title="Watch out redgate here comes VS 2005 for Database Pros" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-115952406510632830</id>
<title mode="escaped" type="text/html">Watch out redgate here comes VS 2005 for Database Pros</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">The makers of the excellent SQLCompare tool will likely see a slice of their market dissappear with the comparison features of this new VS.Net 2005 edition. Here are a few more reasons its going to be successful.

What Microsoft Visual Studio 2005 Team Edition for Database Professionals Can Do for You

Automatic storage of database changes in Source control is well overdue, no more jumping through</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/115927206958299431" rel="service.edit" title="It looks like a nano, but at less than half the price" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-09-26T12:58:00+01:00</issued>
<modified>2006-09-26T12:01:09Z</modified>
<created>2006-09-26T12:01:09Z</created>
<link href="http://www.spotlightIT.com/blog/2006/09/it-looks-like-nano-but-at-less-than.html" rel="alternate" title="It looks like a nano, but at less than half the price" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-115927206958299431</id>
<title mode="escaped" type="text/html">It looks like a nano, but at less than half the price</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">This MP3 player is about the size of an iPod nano but will also play windows media WMA files, has a FM radio and the 2GB model is only €70 ex VAT 

Neon mp3 player</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/115642823772136073" rel="service.edit" title="Forcing pages to expire in .Net 2.0" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-08-24T15:03:57+01:00</issued>
<modified>2006-08-24T14:03:57Z</modified>
<created>2006-08-24T14:03:57Z</created>
<link href="http://www.spotlightIT.com/blog/2006/08/forcing-pages-to-expire-in-net-20.html" rel="alternate" title="Forcing pages to expire in .Net 2.0" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-115642823772136073</id>
<title mode="escaped" type="text/html">Forcing pages to expire in .Net 2.0</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog"> Add the following </summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/115522549179710192" rel="service.edit" title="ASP.Net 2.0 Themes, Styles, Skins and Layout" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-08-10T16:55:00+01:00</issued>
<modified>2006-08-10T15:58:11Z</modified>
<created>2006-08-10T15:58:11Z</created>
<link href="http://www.spotlightIT.com/blog/2006/08/aspnet-20-themes-styles-skins-and.html" rel="alternate" title="ASP.Net 2.0 Themes, Styles, Skins and Layout" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-115522549179710192</id>
<title mode="escaped" type="text/html">ASP.Net 2.0 Themes, Styles, Skins and Layout</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">Download these professionally designed Starter Kits and XHTML templates to get you started creating compelling, standards-compliant Web pages with ASP.NET 2.0. There are four Starter Kits. These Starter Kits are complete web site solutions using ASP.NET’s latest controls (tree view control, grid view control, detail view control, login control, site map path controls and more). There are another 5</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/115296542683856507" rel="service.edit" title="CSLA .NET 20" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-07-15T13:10:26+01:00</issued>
<modified>2006-07-15T12:10:27Z</modified>
<created>2006-07-15T12:10:26Z</created>
<link href="http://www.spotlightIT.com/blog/2006/07/csla-net-20.html" rel="alternate" title="CSLA .NET 20" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-115296542683856507</id>
<title mode="escaped" type="text/html">CSLA .NET 20</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">I have just started a new contract role delivering ASP.Net 2.0 web applications agains a SQL Server 2005 database. One of the aspects of this project is the use of the CSLA .NET 20 framework by Rockford Lhotka. 

This open source framework allows the creation of object oriented business objects that can be located across 5 logical tiers. It encapsulates common functionality encountered when</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/115019140169526636" rel="service.edit" title="VS Team Edition for Database Professionals" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-06-13T10:36:41+01:00</issued>
<modified>2006-06-13T09:36:42Z</modified>
<created>2006-06-13T09:36:41Z</created>
<link href="http://www.spotlightIT.com/blog/2006/06/vs-team-edition-for-database.html" rel="alternate" title="VS Team Edition for Database Professionals" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-115019140169526636</id>
<title mode="escaped" type="text/html">VS Team Edition for Database Professionals</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">Microsoft have finally got on the bandwagon, instead of having to use tools from Reg Gate software such as SQLCompare when Team system releases in late 2006 you will be able to add new database objects through your project, compare database schemas (even if they aren't part of your Database Project), compare the data contained within a table for differences, reverse-engineer objects from a</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/114958168949703653" rel="service.edit" title="Check if your pc is capable of running Windows Vista" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-06-06T09:14:49+01:00</issued>
<modified>2006-06-06T08:14:50Z</modified>
<created>2006-06-06T08:14:49Z</created>
<link href="http://www.spotlightIT.com/blog/2006/06/check-if-your-pc-is-capable-of-running.html" rel="alternate" title="Check if your pc is capable of running Windows Vista" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-114958168949703653</id>
<title mode="escaped" type="text/html">Check if your pc is capable of running Windows Vista</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">Windows Vista: Get Ready</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/114848644868026562" rel="service.edit" title="CodeTranslator: Free Code Translation From VB.NET &lt;-&gt; C#" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-05-24T17:00:48+01:00</issued>
<modified>2006-05-24T16:00:49Z</modified>
<created>2006-05-24T16:00:48Z</created>
<link href="http://www.spotlightIT.com/blog/2006/05/codetranslator-free-code-translation.html" rel="alternate" title="CodeTranslator: Free Code Translation From VB.NET &lt;-&gt; C#" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-114848644868026562</id>
<title mode="escaped" type="text/html">CodeTranslator: Free Code Translation From VB.NET &lt;-&gt; C#</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">CodeTranslator: Free Code Translation From VB.NET  C#

Very useful tool, does a great job from C# to VB.Net 2005 anyway. They also say that privacy of code is assured as its converted on the fly and not saved on their server.</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/7419256/114777745754340865" rel="service.edit" title="Five XHTML Elements You Didn't Know But Were Afraid to Ask" type="application/atom+xml"/>
<author>
<name>Craig</name>
</author>
<issued>2006-05-16T12:04:17+01:00</issued>
<modified>2006-05-16T11:04:18Z</modified>
<created>2006-05-16T11:04:17Z</created>
<link href="http://www.spotlightIT.com/blog/2006/05/five-xhtml-elements-you-didnt-know-but.html" rel="alternate" title="Five XHTML Elements You Didn't Know But Were Afraid to Ask" type="text/html"/>
<id>tag:blogger.com,1999:blog-7419256.post-114777745754340865</id>
<title mode="escaped" type="text/html">Five XHTML Elements You Didn't Know But Were Afraid to Ask</title>
<summary mode="escaped" type="text/plain" xml:base="http://www.spotlightIT.com/blog">Here are some important XHTML tags that are rarely used by web developers

Five XHTML Elements You Didn't Know But Were Afraid to Ask  by Adam Tibi

Nice short article about the use of optgroup, label, fieldset/legend, col/colgroup and acronym tags, with screenshots of what they look like.

I especially like the optgroup one, very useful, the fieldset I have been using for a while and makes</summary>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
</feed>
