Archive for the 'web developing' Category

Restrictions on iPhones Safari

Monday, September 15th, 2008

Temporarly i have to build an iPhone ready website for nulaz.com. But the thing, which is a little bit annoying is that there are some real unconvenient restrictions on the safari browser application which makes the difference between desktop safari and mobile safari on iPhone as well on iPod Touch. But let show you first […]

Multiple Feed Parsing

Tuesday, April 15th, 2008

Background

The last days i tried to develop a multiple feed parser. For our Project www.livescreaming.eu we need to have an intuitive feed parser which shows User more or less different feeds. More or Less depends on each users interests on reading feeds. If the User klicks on feeds more frequently his Feedoutputbox will get more […]

Google Ajax Feed API

Friday, April 11th, 2008

I try to develop a multiple Online Feed Reader based on Ajax. I succeeded already with a single Feed Parser but for a Project I need an Application which fetches more than one Feed. The feeds are stored in a database and should be loaded after Users login. SO the problem was the multiple feed […]

Google Optimizing

Tuesday, April 8th, 2008

Recently i found a very good site which shows a well structured overview of what you have to consider when you want to “google-optimize” your website!
http://www.screendesignshop.de
Check it out!

How to work with RSS, KML, GoogleMaps and DOM - A simple Webapplication

Thursday, March 20th, 2008

Let me show you how to use the Content from an RSS Feed including a location. Based on this Location the Feeds will be shown local on Google Earth. There are 3 Steps which are very importand to implement:

Parsing the location from the Newsfeed
Getting GPS Data from Google Maps by using the Google Maps API
Creating a […]