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?
Philly.NET Presentation Went Great!
Last night I was in Malvern to present on Membership and Personalization in ASP.NET 2.0. It was amazing to see that a room full of ASP.NET developers had very little experience with this. Many of the presentations at conferences and user groups are about …
Read More.NET Valley Meeting - May 24th (Johnson College, Scranton PA)
The next .NET Valley meeting will be held on Wednesday May 24th at Johnson College, Scranton PA. A map of the campus can be found here. The building and room will be announced in the upcoming days on the website, DotNetValley.com. The event will begin …
Read MoreeCommerce with .NET
I just saw a post come across from Ken Cox on his blog regarding a real eCommerce article. Its definitely something to check out…
Read MoreeWeek Spoils Announcement of CodePlex
CodePlex has been announced on eWeek by Mary Jo Foley. CodePlex is considered by many to be the replacement for GotDotNet’s code repository. CodePlex is a hosted version of Team Server. The long term plans is to have this integrated with Visual Studio…
Read MoreFirst Peak of Expression Web Designer at Philly.net
During my presentation tomorrow at Philly.net, I plan on providing a demo of the Microsoft Expression Web Designer. The event begins at 5:30pm with my presentation starting around 7:00pm. I will begin with my talk, “Understanding Membership and Profiles…
Read MoreTheme Support in Web.config
Another thing Scott Guthrie pointed out to me is that in order to get the Theme and the stylesheet to work across the site in design mode, I must set both the theme and syleSheetTheme
properties in the web.config
file. Otherwise, it will not render in the designer. Again, another thing I just realized. I must have been setting this on each page in previous projects or ignored the designer and assumed that it wasn’t supported.
Design Rendering of Master Page set in web.config
I asked the ASP.NET team a simple question: Why/How can I get the design view to work when I set the master page file in the web.config instead of the page level. Scott Guthrie replied back with a link that didn’t necessarily answer my question, but provided some good tips and tricks for Master Pages. In short, it doesn’t appear as though it can be done. This is something that might make the Orcas list. I can’t believe that in using this for the past 2 years that I haven’t noticed this.
Read MoreMicrosoft Improves CSS Support with Expression WD and CSS Control Adapters
Have you downloaded the Microsoft Expression Web Designer or CSS Control Adapters yet? If not, what are you waiting for? Many designers have argued that Microsoft does not support CSS throughout the design/dev tools and also with rendering the controls. Well, that’s no longer the case. You can now design using Microsoft Expression Web Designer using built-in CSS templates. You can also use CSS Control Adapters to convert the table-based controls such as menu
and treeview
to a CSS control.
Center for Information Work at Microsoft
Microsoft has been working with a few other companies creating a “Center for Information Work.” Here are some photos from CIW: http://www.microsoft.com/presspass/presskits/ciw/gallery.mspx. However, this week they released something even cooler. There is a new monitor that companies are developing to “wrap around” your workstation. Here is a picture from eWeek:
Read MoreUsing LINQ to create a website
Scott Guthrie has just posted a cool tutorial on building a website using LINQ which can now be downloaded. If you haven’t downloaded LINQ yet to try it out, be sure to do so. LINQ will be fully integrated with the next version of Visual Studio.
Read More