December 2007 Blog Posts
I cant stop laughing, and neither will you! Play the video below, this reminds me of the 80s!
Its that time of year when many people have a big decision to make:
Go with the flow and take whatever your corporation gives you.
Ask for a raise
Forget about it..change careers cause you just aren't going anywhere or getting anything
It really is a tough decision to make when it involves more money. We started a post over at sqlteam about this over here: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=94258. Some very interesting comments so first check those out before you read on.
Dont Blow It
One thing you need to remember is this is probably your...
What If : The Dream Company
Ever wonder what if when it comes to your imaginary corporation where you have an unlimited amount of money to spend on talent?
What if...
Tara was my dba yelling at my programmers to ensure their SQL is solid. Backing up the databases and restoring them like no other. Ensuring my databases were running smoothly and fully optimized
See this http://weblogs.sqlteam.com/tarad/archive/2007/11.aspx
What about this http://weblogs.sqlteam.com/tarad/archive/2007/02.aspx
...
This article relates to a couple of articles that are on the site. The original article was "Cool Tricks With The ASP.net Calendar". You can find this here: http://weblogs.sqlteam.com/jhermiz/archive/2007/12/10/Cool-Tricks-With-The-ASP.net-Calendar.aspx. The other article you might find useful is the "Additional Tip For that Calendar Control In ASP.net" this article can be found here: http://weblogs.sqlteam.com/jhermiz/archive/2007/12/11/Additional-Tip-For-That-Calendar-Control-In-ASP.net.aspx.
Have you ever wanted to create a nice calendar control much like the sharepoint calendar control? You know the calendar control with hyperlink data directly on each calendar day. The previous articles shows you how to use the DayRender Calendar control event to add image controls. But what...
Regarding my post about the tips and tricks with the ASP.net calendar control someone emailed me asking how to add additional text / images to the calendar control to give the calendar day a more appealing visual representation.
Something to this effect:
You handle images like so in the same event as we discussed before. The event you want to use for this is the DayRender event since you want to control each day. Anytime you need to handle something that is associated with a single day cell you have to take care of it in the day render event.
How To Do...
UPDATE: Additional tips: More Tips
Been A Long Time
Hello world...sorry I haven't posted in quite some time, we've been real busy at home this Christmas season. Anyhow I thought I would share some tricks and tips with using the calendar control before you or your company spends some change to buy a control on the internet.
What Is The ASP.NET Calendar Control
The ASP.net calendar control is simply the calendar that comes prepackaged with visual studio and is available as a standard control. Here she is on the standard control:
And here is what the calendar control may look like:
The Problem
You have been tasked...