Hello, I'm
Jason
I live with my family in the rolling hills of Northeastern Pennsylvania. I'm a web developer by trade, but have broad experience in various business areas. Want to know more about me?
Full Schedule Released for TECHbash 2008
The TECHbash 2008 session schedule has been released. Registration begins at 7:30am. During the registration period, a continental breakfast will be served in the dining room. The keynote presentation by Joe Stagner will begin at 8:30am with breakout sessions to follow. Lunch will take place at noon in the dining room and we may have some activities going on during that time. The final breakout sessions will take place after lunch with a presenter Q&A following that. To wrap up the event, we will be holding a raffle. Some raffle prizes will require that you are present to win. More details about the raffle prizes, our “Pick-A-Prize Auction”, and our SWAGbags will be announced next week.
Read MoreCount in LINQ using Lambda Expressions
I had a table that contained a couple of columns defined in SQL 2005 as tinyint
. In SQL, I’d generally write something like:
Aggregate Functions in LINQ
I found a great post which summarizes aggregate functions in LINQ. It includes examples for Average, Sum, and Count. Check it out at http://www.dev102.com/2008/04/16/how-to-use-aggregate-functions-with-linq-to-sql/. As always, you can test your functions by using LINQPad which is available at http://www.linqpad.net/.
Read MoreUpdated RSS Feed
I’ve updated my RSS feed on this blog to use my FeedBurner account. Be sure to change the RSS feed to http://feeds.feedburner.com/JasonNGaylord. Sorry for any inconvenience!
Read MoreCopy Source As HTML in Visual Studio 2008
Still Some Openings for TECHbash 2008
We still have some open registration for TECHbash 2008. Be sure to visit http://techbash.com/registration to register for the event. We’ve confirmed some great speakers from some great companies including, but not limited to, Microsoft, Cisco, Oracle, and Nortel. Joe Stagner will be presenting the keynote presentation.
Read MoreRegister Today For TECHbash 2008
[](http://techbash.com/registration/) |
Since its inception in 2005, TECHbash has evolved into the premier technology conference in Northeastern Pennsylvania. Join an estimated 300 Developers, IT Professionals, CIO’s and Industry Experts from Maryland, New Jersey, New York, and host-state, Pennsylvania. This one day event brings together a broad spectrum of Technology Professionals to network, knowledge share and discuss existing technology solutions to business challenges, as well as preview prerelease products on the bleeding edge.
This year, we expanded to three tracks offering more presentations and providing you with more content choices representing a greater breadth of Industry insight. We will open the event with a keynote presentation from the unstoppable juggernaut, Joe Stagner, Program Manager for Microsoft’s Web Tools and Platform Division.Attendees will have the opportunity to:
Read MoreHow To: Properly Reference A JavaScript File
Wow. After 2 hours of pain and suffering, I ran into my own daily WTF. I had some script contained within a .js file in my web. Like many times before, I created a reference to the script in the header. However, the script would only work in the Internet Explorer family and not in Firefox. After some aggravation (and my Starbuck’s Pike Place Roast kicking in) I realized that the MIME type was set to text/jscript
instead of text/javascript
. I wish we can modify IntelliSense locally to get items added/removed as needed.
Mario Brothers in JavaScript
I came across this post and found it to be an interesting implementation of Mario. The game is written in 14kb of JavaScript. Check it out at http://blog.nihilogic.dk/2008/04/super-mario-in-14kb-javascript.html.
Read MoreExpression Blend Tip: Modifying the Rows or Columns of a Grid
It took me a couple of minutes to realize that RowDefinitions and ColumnDefinitions of a Grid are in the Advanced Properties of the Layout category. For more information about using a Grid to layout data, you can read more on Scott Guthrie’s blog at http://weblogs.asp.net/scottgu/pages/silverlight-tutorial-part-2-using-layout-management.aspx.
Read More