To much urls

April 27th, 2009 § 0

Sometimes you find great sites that you wish you’d bookmarked but didn’t.

Think I first noticed Frank Buchwald on Slashdot. Took me more than a year to find his url back (forgot his name ) http://www.frankbuchwald.de

If you like his work, also visit http://klockwerks.com/ , Art Donovan, Eric Freitas

frank buchwald

frank buchwald

Google analytics api – no PHP

April 23rd, 2009 § 0

Google finally released an api for Analytics this month. The example code includes code for java and javascript but no PHP. Fortunatly The electric toolbox hosts some example data of how it can be used with Curl.

White hat seo exists

April 22nd, 2009 § 0

Great post at Blue Hat SEO, detailing how you can dynamiclly tweak your pages. You can even take this some steps further and add keywords based on gender with the css gendercheck. Steal your competitors hard work by checking the referers. If someone ranks higher than you in Google, scrape the keywords and add them to your database.

Related Blogs

usersniffing: visitors from a dogs point of view

March 27th, 2009 § 0

Companys put a lot of time and effort in creating compelling websites. Tons of resources are spend to ensure sites add to sales. But is all this money well spend? Thats what analytics software should clarify. Tools like Google Analytics, AWstats,… give a wide overview of visitors, time on site, conversions and other usefull information. But what if this is not enough? What if you want to target your visitors in a more personal way. What follows are some of the options that I found and that could help you change your content on a page per page level.

GeoIP:
This tool allows you to check the visitors ip adres and make an estimated guess as to where he/she is from. Maxmind offers a free and a licensed version for GeoIP Country and GeoIP City.
I tried out the free version and it gave me:

  • country code
  • city
  • Postal code
  • latitude – longitude

Device

Handsetdetection.com has a big list of hardware it can detect. Even Kindle 2 is included.

PHP

With php you have a few tools to analyse your visitors. Just like GeoIP, you cannot be 100% sure. Some of the data that gets send to the server can be manipulated. Here are some of the things that I use.

$_SERVER referer. What is the page that the visitor was on before he came to the current.
get_browser A php function that uses an ini file to detect browserinfo.

CSS, HTML and Javascript

performance checklist AS3

March 25th, 2009 § 0

  • cach bitmaps when possible
  • use correct object types: int and unit instead of Number if possible
  • set mouseEnabled and mouseChildren to fals for items that don’t use mouseevents
  • keep only the objects that you use and when you use them. Assign null when nolonger needed
  • Bitwise math

searching mysql for a columnname

February 27th, 2009 § 0

SELECT table_name,column_name
FROM  information_schema.COLUMNS
WHERE table_schema = ‘your database here’
and column_name = ‘your columname here’

Noir Nouar

February 19th, 2009 § 0

Juxtapoz posted an interview with Nouar this week about the upcoming exhibition.
Her twisted imagery looks booth childish and commercial. Maybe that’s because she used to work for Nickelodeon.^_^ Check out her gallery for more of this nice imagery.

unchecked checkbox not in $_POST

January 20th, 2009 § 1

Iamcam posted a good hack on his blog. It makes your unchecked checkboxes show up in the $_POST on the server.
It’s very simple and doesn’t need javascript.

<input type="hidden" name="box1" value="0" />
<input type="checkbox" name="box1" value="1" />

If the checkbox is not checked then the value of the hidden input is submited, else the value of the checkbox.

scraping your pc for mp3 files

January 19th, 2009 § 0

The following is a simple dos trick to create a playlist of all your mp3’s.

  1. go to the start menu
  2. click run
  3. enter cmd  => this opens a black dos window
  4. type dir /b/s *.mp3 > c:\mp3list.m3u

When this command finishes, a file will be created under c: with a list of all your mp3 files.
The m3u file is a plain text file with links to all your music. Some audio applications us this format for playlists.

Travian.nl

January 14th, 2009 § 0

Some tools to help play Travian

http://asite.110mb.com/cropfinder.php
Graandorpen zoeken

http://www.travianmap.nl/
http://travian.drvdijk.nl/
http://traviantool2.ww7.be/ mensen die niet actief zijn
http://www.traviantoolbox.com/combat_simulator
http://travian.ws/analyser.pl Speler analiseren
http://traviantoolbox.com/index.php

travian FAQ:http://help.travian.nl/index.php?type=start&mod=100
wiki travian(Eng):http://dhost.info/travian2005/Wiki/index.php/Main_Page
travian wiki v3 (Eng): http://travianwiki.uni.cc/index.php?title=Main_Page
Travian guide: http://tg.dutchtraviantools.nl/
DutchTravianTools: http://dutchtraviantools.nl/
help: http://help.travian.nl/
gebouwen stamboom: http://img107.imageshack.us/img107/7140/gebouwenenunitsv37zo.jpg

troepen vergelijker: http://n00bz.biz/travianstuff/troops.html

travian troepen tabel: http://forum.travian.nl/showthread.php?t=14297