Monday, June 13, 2011

Asus Eee Pad Transformer Honeycomb 3.1 Wifi Bug

Got my Asus Eee Pad Transformer a couple of weeks back.  The day after I got it, I upgraded to Honeycomb 3.1.  After the 3.1 update, I noticed that the wifi will timeout.  That is to say, after letting the tablet go idle for a few hours, the wifi drops.  In my setting, I did have the wifi to stay alive even when the device goes to sleep.  The only fix I found was to turn on Airplane mode, and back.

Today, I read in a forum that someone changed their wifi setting to static IP.  Since the only place that I constantly connect to is my home, I had no problem doing that.  I have to say, so far, so good.

Here are instructions on how to do this.

1. Bring up the wifi settings.
2. Long press the wifi seetting that you want to change.
3. The following screen appears.





4. Select Modify network.
5. The following screen appears. Change the IP setting to Static.



6. What's really nice is once the IP is set to static, it will retain and hold the current set of IP and network settings.
7. Click Save and enjoy!

Tuesday, May 3, 2011

Problems Continue

Can't believe it's been over an year since my last post. Can't believe the problems at work still persists. As much as they say we are working in a production environment, the system still goes down every other day. As much as they say things are working, we are constantly waiting for processes to be designed and tested. I guess, after a whole year, I am still here venting. Things haven't changed much.

Life continues...

Thursday, April 22, 2010

Facebook "Like" Button

Recently, Facebook opened its doors to give people the ability to add what they call "Social Plugins" to their sites. For what it's worth, Google had their version, friend connect, almost 2 years ago. I had built a website with Google friendconnect over a year ago. Though it was interesting, it lacked usage. I was able to add social gadgets to my site, allow commenting and rating of just about any unique object. However, one has to admit, Facebook, having over 400 million members, seems to be the preferred social environment.

Last night, within a couple of hours, I was able to integrate another website with the new "Like" button. It works relatively similar to the Google solution. The difference is that when I, or anyone with a Facebook account, clicks on the "Like" button, a message is posted onto the profile wall. Facebook-like links to that object and that site are listed. I have to say it's quite slick! I will post this same blog on that site. Perhaps you will find this blog there before here.

Happy hunting!

When Development and Production Collide

Following my previous post, I recently ran into some other problems. My current job puts me in the development side of the fence. Having worn the hat of a consultant and implementation delivery person, I know how new projects can be tough. However, while I was still in my development process, Production decided to run some tests. As a result, some of my data got corrupted. This week, as the release date draws near, everyone, including Production, is looking to me for delivery. What I don't understand is why is it that when Production breaks my work, I have to be the one fixing it? I guess because I am the author, they can easily push the responsibility back to me. I'm the one that didn't do it right in the first place.

If that's the case, why is it that everyone tells me that I am not doing anything wrong?

Thursday, March 18, 2010

Pilot Versus Production

Recently, I was put on a "Pilot" project at work. Over the years, I've always been one that can adapt to new technology. This time around, I guess the pain has outgrown the gain. Working in pilot mode with production data at a production schedule is not the thing to do. If I was the one administering this pilot with a customer, I believe the sale would not have gone through. Maybe I have been too good of a customer.

Tell me it's not my aging that's making my pilot program so difficult.

Tuesday, March 9, 2010

Microsoft Word 2007 Crashing On Exit

For a little while now, my Word has been acting up. Today, I got fed up, and did a bit of searching. Came across this article describing a similar situation. The fix listed totally fixed my problem.

Word 2007 mystery crash resolved

Monday, March 8, 2010

High Quality Image Resizing in ASP.net

I've been searching everywhere for a good way to resize images in ASP.net. So far, I have used every tip I could find.

- Set the System.Drawing.Graphics object property SmoothingMode to HighQuality

- Set the System.Drawing.Graphics object property CompositingQuality to HighQuality

- Set the System.Drawing.Graphics object property InterpolationMode to High

Unfortunately, I still see a good deal of artifacts created from the shrinking. I am seeking ideas and help. I am going from roughly 20Megapixel down to about 640X480. I am willing to try just about anything.

Thanks in advance to anyone who can help!