New PDF Reader Software that Kicks ass#
For those of you that cringe when you accidently click a lick that is a pdf and have to wait forever for the thing to load and then get bothered with adds to upgrade to other products, I have the ultimate solution for you. I was listening to dotnetrocks.com the other day and someone suggested this new pdf reader that is super fast. Check this out, I love this thing.

http://www.foxitsoftware.com/pdf/rd_intro.php
Saturday, January 21, 2006 10:00:00 AM UTC #    Comments [0]  |  Trackback

 

Fort Lauderdale Code Camp#
I will be doing two session in fort Lauderdale on Feb 4th, 2006 at the Code camp down there. I am very excited to learn many new things that are out there now a days. There is so much that is new and exciting that my mind is already overloaded. This will be a great time to learn from people that have real world experience and meet some cool people that also like to code late on Friday nights, like I am tonight.

Here is a link to my session information
http://64.139.141.119/speakers.aspx?#ZIMMERMANJIM

Also here is the link to the actual code camp even itself
http://www.fladotnet.com/codecamp

Hope to see you all there and for those that have never been to a superbowl party in Fort Lauderdale, you need to stick around the next day and hang out downtown. They block everything off and it becomes a street part with big screens. Lots of fun!
Thursday, January 19, 2006 10:00:00 AM UTC #    Comments [0]  |  Trackback

 

My dream came true with the treo 700w#
I have always loved my pda phones. I first had a G1000 pocket pc phone almost 4 years ago and it was a great pocket pc with internet access, but other than that it was bulky and could hardly be called a phone. I liked the keyboard idea built in and I knew that would go somewhere. I will get fun here and add a few pictures of the phones.


Here is the G1000, it was huge!


You had to touch the screen to dial which was a real mess in traffic. You could dial from the touch pad, but all the numbers were in a row like a keyboard. Not a very good idea. Well I convinced sprint almost a year later that the phone was bad for internet and they gave me a treo 600 which is exactly what I wanted except for the fact that it did not run windows and I could no longer try to hack my phone. I loved the ease of use of the treo. The hardware was superb and you could navigate without having to touch the screen. Only how I wished that they had windows on it instead.




Then comes the treo 700w.


This has got to be the best phone i have ever had. I am a little biased because I write Microsoft software, but so do millions of others. How many palm developers do you know? This phone is a little different to navigate from the treo 600, but easy once you get used to it. Buttons do different things now, but you have more options and the start menu is actually very helpful compared to the menu button i had to click on the keyboard to get to my real music player on my treo. Thats another thing that kicks ass with this phone. It already has the media player for video and audio. It also support subscription music which I have been hooked on for 6 months now. No more paying for music per track. Also this thing used the verizon EVDO network, which is superfast for a phone. I think around 700k. I also have it hooked up to my laptop so that I can go online anywhere there is a cell connection. So all around what else could i ask for. Anything i do ask for I could probably write it myself since it is windows based. I am not trying to sell you anything, but wow this device is going to make my life so much easier as I am sure it will for others in my situation.

Did I mention that it also receives email like the blackberry does and syncs contacts and calender for those that have exchange or other corporate email systems. The camera has a 1.3 megapixel also which takes much better pictures than the treo did. Oh and I almost forgot. I was able to remote desktop into my servers with the terminal services client it has installed on it. Unbelievable.

All in all this is a phone for developers and corporate types who want to be full integrated. I see a lot of potential for applications for this phone and others like it. Get out that Mobile SDK, I know I am going to.
Tuesday, January 17, 2006 10:00:00 AM UTC #    Comments [0]  |  Trackback

 

.NET Developer Podcasts#
Well you know you have reached true geek status when you start listening to .NET developer radio or what we are now calling podcasts. Podcasts are so cool. I love listening to shows I actually can learn from. I listen to DotNetRocks and aspnet podcast. I found that one recently. I am sure there are others, but I only know of those 2 right now. Here are the links to those podcasts:

http://www.dotnetrocks.com/

and

http://aspnetpodcast.com/CS11/blogs/

Enjoy!
Tuesday, January 10, 2006 10:00:00 AM UTC #    Comments [3]  |  Trackback

 

FlaDotNet Meeting 12-29-05#
Here are some of the links to the several libraries I discussed at the meeting tonight about the different AJAX style libraries for ASP.NET 2.0 and ASP.NET 1.1:


http://jason.diamond.name/weblog/2005/10/29/my-ajax-dot-net-release-12
http://anthem-dot-net.sourceforge.net/
http://atlas.asp.net

It was fun to hang out tonight and always love the pubs. Check out CarCentral.com and build your car, get a free price quote or find a used car. See you again, hopefully in fort lauderdale in February!
Thursday, December 29, 2005 10:00:00 AM UTC #    Comments [3]  |  Trackback

 

Using GridView and ObjectDataSource for Paging and Sorting#
I was scratching my head trying to figure out how to automagically sort and page through a dataset in asp.net 2.0 without having to write my own custom code like I used to have to in .net 1.1. In my code behind I was calling my business object and then setting the datasource properties in the Gridview. I could not get the sorting and paging to work. It was driving me crazy. Then I read that you need to set the DataSourceID property of the GridView to a sqldatasource or objectdatasource.

So I created an objectdatasource and pointed it to my business ojbect function that was doing the search and returning a dataset. I set the parameters of the ObjectDataSource to use QueryString and then everything worked fine.

I then was able to delete all of the code in my code behind. Amazing. You can actually implement a fully functional GridView without writing any code in a code-behind page. I love it.
Thursday, December 15, 2005 10:00:00 AM UTC #    Comments [2]  |  Trackback

 

.NET 1.1 Sites no longer work after upgrade from .NET 2.0 beta 2 to RTM#
Ok, now I am writing this after panicking for about an hour after updating my server from .NET 2.0 beta 2 to .NET 2.0 RTM. After uninstalling beta 2 and then installing the rtm for .net 2.0 I noticed that my .net 1.1 sites no longer worked. Two things happened. On one of the 1.1 sites it changed all of the page mappings to 2.0. That was an easy fix, I just changed the mappings back to 1.1.

The second problem was stranger. I could not find any aspx pages on the site. Although I had proper mappings reset. The problem again was in the web service extensions. Believe it or not I went on that track after searching for "404 error only on aspx pages asp.net 2.0" and finding an old post of my own. Go figure. Anyway I went to IIS and clicked on Web Service Extensions. I noticed that the ASP.NET v1.1.4322 extension was not even there anymore and that it had gotten deleted. All you need to do is click the "Add a new web serice extension" link and then name it "ASP.NET v1.1.4322" and then browse to "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll" when it asks after you type in the name. Do not forget to click the "Set extension status to Allowed". Everything should work fine now.
Sunday, December 11, 2005 10:00:00 AM UTC #    Comments [0]  |  Trackback

 

Running .NET 1.1 and .NET 2.0 at the same time with IIS#
The other day I was trying to set up my bug tracking software on a server that was running only websites using the new asp.net 2.0 stuff. Well when I went to run the .net 1.1 application, I got a "Service Unavailable" errror in red. What the hell is this I thought. Well after many nights of just saying, well I don't need that app right now on this dev server anyway, I decided to dig into what was going on. I noticed that there was only one app pool running for IIS when I looked at the task manager. Then I thought that the two might be in conflict trying to access simlar resources. So I created a separate app pool for 1.1 and one for 2.0 sites. And magically it worked.

I hope this helps someone that is at their wits end trying to figure this one out. I feel your pain.
Wednesday, November 16, 2005 10:00:00 AM UTC #    Comments [0]  |  Trackback

 

 

All content © 2010, Jim Zimmerman
Book
New Book
Links to me
On this page
Sponsors
Calendar
<January 2006>
SunMonTueWedThuFriSat
25262728293031
1234567
891011121314
15161718192021
22232425262728
2930311234
Archives
Tags
Blogroll OPML
Technorati
Favorite Links
Disclaimer

Powered by: newtelligence dasBlog 1.9.6264.0

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Send mail to the author(s) E-mail