$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
Technology at Geneseo Community School District 228
22 May // php the_time('Y') ?>
My two new iPhone Apps
My First iPhone App
Roodhouse Tech Blog iPhone App
I have spend a little more time familiarizing myself with mobile app development on the iPhone and now have two more approved apps on the itunes app store. The first app is called the Princess and the Goblin and is my first attempt at creating a mobile reading platform for the iphone. The app is free and straightforward featuring over 30 high res illustrations and sketches along with the entire text of the novel. Since this is a chilldren’s fantasy story I thought including full illustrations a definite must and was surprised that larger free domain literature warehouses like Gutenberg do not include illustrations. I also have hopes for this being my first iPad specific app as well since I am almost finished working on a modified version of this app that uses the better screen resolution on the iPad and includes more illustrations.
Here is a screen shot of this app from the itunes App Store.
My next recently approved app is called Emergency Dial. The concept is simple and comes from a friend of mine(Thanks Tom). How does a 3 year call for help on an iPhone? With many families abandoing landlines and only having cell phones this can actually present a real issue. This app – currently free as of this writing is straigtforward and acts like a modified Speed Dial. With a Red Phone Icon you simply go to settings and setup a special emergency number (the police, 911, relatives, etc). Then when you hit the red button this number is automatically dialed. Simple and to the point, a 3 year old can simply hit the red help phone button and help is called.
Here is another iTunes App Screen shot.
22 May // php the_time('Y') ?>
Lately many people have approached me asking my opinion on recommendations for new laptops or for tips on upgrading their desktop. With all the different specs related to computers and the corresponding marketing campaigns behind many of the biggest computer producers it is easy to confuse which specs really make a significant performance difference and which are just aimed at moving more machines out of the warehouse. This will be a short post because the answer is buy a Solid State Drive – in the form of the Intel X-25 II. For example lets say you are looking at buying the new MacBook Pro 13 inch model, on the site they have listed two options.
Which option is best you say? The answer is not neither. For the best overall performance it would be wisest to get the cheaper 1099.00$ Macbook Pro and then use the 300$ to purchase the Intel X-25 160 gb solid state drive. Six screws removes the outer case and 2 more screws remove the internal hard drive, in 10 minutes you can self install this component and you will never look back.
What about the Solid State Drives offered on the Mac Store already? This is a good sign that these options are now appearing on the store but unfortunately the Apple store does not sell the Intel X25 and this model is still the industry leader by a large margin. That is not all solid state drives are equal and for the money it is better to stick with Intel’s product.
The difference between and Intel Core 2 Duo at 2.4 GHz versus 2.66 is absolutely meaningless for 98% of computer users. Both processors are extremely fast and with either one you will most likely rarely or possibly never be bottle necked by this component. The rest of the specs on these machines look very similar except for Hard Drive Size.
With Intel’s new release of the i5 and i7 they have even furthered their developmental lead over AMD and produced an even better performing processor. This kind of processing power is great for database enterprise style servers but for most consumers who again getting the faster processor looking for a faster feeling machine in a day to day productivity style setting you may be disappointed.
Traditional spinning hard drives are cheap and large. Sadly even faster 10,000K (or even 15,000K SCSI) spinning drives cannot deliver data fast enough to keep up with today’s 4 and 8 gigabyte RAM machines with Intel Core 2 Duo processors. The traditional spinning drive has been the slow poke for sometime and upgrading components around will result in only minor visible speed increases.
Changing to the Intel X25 Solid State Drive will result in a 30-40% feel in performance gain in everyday use. The system boot time will drastically be reduced, cold starting programs will launch at a unbelievably faster rate. In fact I predict that in less than two years the majority of all desktops and laptops will have their primary drive be a solid state. If you are looking to upgrade a Desktop again it is best to go with the same Intel x25M drive and perhaps by a secondary large 2 TB drive for media storage. The key is getting the OS and main program files loaded onto the Intel X25-M.
30 Apr // php the_time('Y') ?>
Not really much of an entry other than to state that my first attempt at an Iphone Application using the SDK 3.2 toolkit has been approved. Process took about 10 days of waiting to get approval and App is now available on App Store for either the iphone, iPod touch or iPad.
If you are on an iPhone, iPod, or iPad you can add the app directly from here itms://itunes.apple.com/us/app/roodhouse-tech-blog/id369005370?mt=8
The App itself is simple and directly links and displays a mobile version of my website.
Using the web function in the SDK 3.2 toolkit I have increased the size of the viewer by removing the web address bar and instead created two simple buttons at the bottom that act as Forward and Back.
23 Apr // php the_time('Y') ?>
Using the 3.2 SDK development tools from Apple I developed my first IPhone app. The goal of this intial project was to simply create a working functional app and submit it to ITunes – as a kind of test run to see what is involved in the process. The SDK tools for XCode are well polished and their is a multitude of API’s available to get things moving. For this App I decided to make a simply program that launches a web browser (without an address bar – so you get a more full screen effect) and add two buttons at the bottom for Back and Forward. This App simply goes directly to my IPhone optimized blog and is able to play embedded podcasts etc.
The process of compiling the software with the correct Iphone framework and correct security certificates is not that straightforward. There are guides available from Apple but I found this guide to be the most useful. So useful in fact I will post it in its entirity here in case anyone else is looking for a step by step method of submitting an app.
http://adeem.me/blog/2009/04/04/list-guideline-for-submitting-iphone-application-to-apple-store/
—— Start of Guide ——
I assume that you have iPhone Developer License. Please follow the following steps, one by one:
Certificate is very important part for submitting or testing your application on iPhone. It has the code-sign(Signatures) which will be checked when you submit your application on apple store or to test it on your iPhone. (You can bypass those to install application on your jail-break iPhone or to submit it to Cydia but you will not be able to submit it to appstore. Check my previous post to bypass code signature).There are two steps to create a certificate from developer portal. I simply copied those two from “iPhone developer portal”
Generating a Certificate Signing Request
Submitting a Certificate Signing Request for Approval
Download/Installing Certificate on your machine
Certificate is installed on your MAC now the next step is create a App ID. (Note:You have to follow this step only once and later you don’t have to make certificates for your other applications.)
Creating an App Id is very easy, you have to follow few simple steps:
Now the next step is to create a Provisioning File for your Xcode and this will be your last step for creating binary which you submit it to appstore.
Now everything is step up, open your project in Xcode
Now you are done from Xcode and iPhone Developer Protal. Now you will submit this binary to itunesconnect.
—– End Of Guide —–
As you can see the process is a little intensive probably requiring 2-4 hours of time.
Here is a screenshot of my App. (Roodhouse Tech Blog – bottom right hand corner).

It still remains to be seen if Apple will approve of my free App but I am now familiar and confident in the process of design/compiling/and submitting. With this first project down I am going to start development a more full featured and functional application. If you are looking for my app – it is not yet listed as it is still being “evaluated” by Apple
.
15 Apr // php the_time('Y') ?>
At home I have a large 50 Inch HDTV 1080 DLP Samsung Television. I have been happy with this unit as the picture is great and 50 inch is large (actually maybe too big). Last week while watching there was a quick pop and fizzle with and then nothing on the screen. Since this television is a DLP unit at first I thought it was a bad lamp and indeed my lamp was broken. Additionally this unit had a failed Ballast which is separate from the lamp and is a part the essentially powers the lamp.
DLP 50 Inch Samsung (Model HL50A650)
When a DLP (Digital Light Processing) TV breaks it usually is only because of one of three things.
1. The Lamp Fails (most common)
2. The Ballast fails (can happen powers the lamp)
3. The color Wheel fails – either the motor breaks or the wheel itself shatters (too much heat?)
To Replace the Ballast and Lamp (and Check Color Wheel).
First remove the lamp by unscrewing the back lamp panel (one screw) open the level and pull out the lamp. Next remove 10 screws on the back of the TV so that the entire lower back panel easily comes off. With the Back Panel off on the bottom you will see 2 More screws which can must be removed. With these screws removed you can pullout the projector/lamp/ballast module all on a single tray. Before pulling this tray out make sure you unhook any connected cables and be careful when doing so. Also with everything opened now is a good time to use a can of compressed air to clean out all of the fans and components – since this unit really circulates air it will likely be very dusty inside.
With the Tray removed you can now easily access the Color Wheel and Ballast.
Here is a pciture showing location of Ballast and Color Wheel. Remove the screws on top to look in and remove the color wheel. If it is not shattered it is most likely okay.
I found a new Ballast on Samsungparts.com (http://www.samsungparts.com/Products/Parts_and_Accessories/PID-BP47-00043A.aspx) You can usually tell if your ballast is dead if it has burn marks on it (mine had clear burn marks, if not you probably only need the lamp.)
Lamps can be found here as well, although I have had better luck with electrified (http://electrified.com/Catalog/Items/?CampaignID=Froogle&ItemID=36976) Lamp Part is BP9601653A – a quick google search will find plenty of sellers.
With New Ballast and Lamp TV is back to working like new.