Monthly Archives: January 2008

Wes Welker Got Milk Part 2

Here’s a follow up to a previous post:

Posted in Football, Red Raiders, Sports, Texas Tech | Leave a comment

SQL: First and Last Day of Year

These lines of code will get you the First and Last day of the current year. SQL: SELECT DATEADD(yy, DATEDIFF(yy,0,getdate()), 0),’First Day of the Year’ UNION SELECT DATEADD(dd,-1,DATEADD(yy,0,DATEADD(yy,DATEDIFF(yy,0,getdate())+1,0))),’Last Day of the Year’ Results: 2008-01-01 00:00:00.000 First Day of the Year … Continue reading

Posted in Code, SQL | 3 Comments

SQL Dates – First, Current, Last Day of Month

I can’t give you a full tutorial on all things Dates when it comes to SQL, but I can show you how I solved a date task for a project I am now finishing up. This project includes finding data … Continue reading

Posted in Code, SQL | 2 Comments

CSS Frameworks

Some people can master it. Some people know only enough to get a simple style set on an HTML element. Then there are some people that just don’t have the time, so they look to something that can help speed … Continue reading

Posted in Browsers, CSS, Design, HTML, Inspiration, Programing Languages, XHTML | 1 Comment

Inspiration – Harbor Chula Vista

I don’t really know what it is about these Church sites, but I am really really enjoying most of these designs. So classy and warm…and that’s most definitely the point. Well, it’s working for me! here’s another site for inspiration … Continue reading

Posted in Inspiration | Leave a comment