Monthly Archives: May 2009
The question of What’s that user agent string used for? should has been duly answered in the previous post. The next question is about How to change or spoof user agent string? The structure of Internet Explorer user agent string. The template of user agent string used by Microsoft Internet Explorer. Why there is a need to change or spoof user agent string? Well, this question should have been answered in the previous post too. In short, changing or spoofing user agent string is needed when online security is a concern or to bypass web services access restriction for certain […]
This is the start of all iPhone Developers. It will be an extremely brief tutorial meant just for those which are at the absolute start of iPhone development. First checks: 1. System requirements: verify if the iPhone sdk needs are met. 2. Go to Apple’s iPhone Developer Center , then download the SDK. 3. As you’ll need some experience and code to work on, download the Hello World sample application. 4. Double click (gotcha!) on the the Hello World project file (the .xcodeproj). 5. Alternatively, you can use the research assistant to increase your knowledge about the iPhone libraries. 6. […]
I just started the most interesting lab of my life : Programming Apple’s iPhone using a MacBook with Cocoa Touch. It is held in Frauhover FIT, under Prof. Dr. Wolfgang Prinz and Dr. Wolfgang Gräther. In this lab we will start develop an iPhone application using Usability principles, Apple’s User interface Guides.
Starting from the Fall of 2002 a close collaboration begin between the RWTH Aachen University, University of Bonn, the Fraunhofer Institute Centre Birlinghoven Castle IZB and the University of Applied Sciences Bonn Rhein-Sieg . They joined forces to establish the Bonn-Aachen International Center for Information Technology (B-IT) who, as a collaboration, ranked the first university in Computer Science in Germany, above Technical University of Munich and the University of Karlsruhe. As for now, I study in Media Informatics master held by RWTH Aachen university joint Master with University of Bonn. I just got the confirmation that I will be […]
Adobe Flex 3 has a very interesting component : LocalConnection. The idea behind is that the modules (which runs on client side) might change some data. The exchanged data is not limited at all to simple forms, but can be from a simple String to a XML or Arrays. Few things must be known from the start, but as any technology, only after you learn it everything becomes easy. First of all, the communication can be restrained to a certain domain, let’s say by example www.radupoenaru.com . You can’t have bidirectional communication from a single LocalConnection. One module acts as […]
Do you have a website and would like to post your tweets from it ? Or maybe you want to create a widget that posts weather on your twitter account? I encountered this situation and overcome it with the following script. It is pretty simple, but beware that JavaScript is run on CLIENT side, thus any code must be sent in clear.Since it is needed that you provide a password for your account, would not be so wise to put it in clear. NOTE: I use it for a Vista sidebar gadget, so only IE code is below. For FireFox […]