Archive for January, 2009

Lots of .mobis for sale!

You can see a bunch of mobile websites for sale over at the Mobility forum. Here is a direct link.
http://mobility.mobi/forumdisplay.php?f=84
I’m selling:
MWO.mobi
JKA.mobi
InTheaters.mobi
Rainy.mobi
LondonWeather.mobi
Tato.mobi
and more…

Developers, Sites for Sale

MWO.mobi and DVW.mobi

I had a little bit of down time today that allowed me to create 2 more sites out of my LLL collection.
The first one is http://mwo.mobi. MWO is a mobile web directory, that already has a couple hundred sites posted on it. This is probably one of my favorite designs to date.  This site is [...]

Developers, Domains, Sites for Sale, dotMobi Sites

A couple of mobile RSS feeds

Just thought I would share a few of these feeds that I have found. You can use RSS feeds on your site to bring in more content, and keep your users interested.
USA Today Mobile
http://asp.usatoday.com/marketing/rss/index.aspx (Mobile feeds are towards the bottom)
BBC News Mobile
http://news.bbc.co.uk/1/hi/help/5338006.stm#world
Reuters Mobile
http://www.reuters.com/tools/mobile/rss
I will add more as I find them.

Articles, Developers, General, RSS

.htaccess, Mod_Rewrite and the Mobile Web

Hey all,
I’ve recently been re-doing all of my mobile sites for a fresh 2009 look! I’ve been using Mod_Rewrite to make ‘clean URLs’. Why you might ask? Well, I’ll come clean, I’m no SEO expert, more of an SEO hack. So using Mod_Rewrite can change my URL structure from:
page.php?var=variable&var2=variable2
to:
/page/var/var2/
I thought I would share with everyone [...]

Articles, Code Snippets, Developers, SEO, dotMobi Sites

Big LLL drops & 2 new pages

Tonight and tomorrow night are the nights of the 4,500 LLL.mobi drops. Back order yours now while you can!
On another note, I’ve added 2 pages to the site. The Coder Experiment, will allocate me $100 to spend on a domain, development, and advertising. The experiment is to see how quickly I can make back the [...]

Articles, Developers, Domains, dotMobi Sites

Celebwire.mobi gets a face lift!

Celebwire.mobi got a face lift today. The old version was very cluttered, and pink and purple. This new version is better for SEO with clean URLs, title and h1 tags. The new version scores a 4/5 on ready.mobi – only because Google Mobile Adsense does not follow dotMobi standards.. You’d think that a supporter [...]

General, SEO, dotMobi Sites

Local Portal is live again!

LocalPortal.mobi is live again. After being a victim of the c99shell attack, we have added further security to the site. Local Portal will be backing up daily to help protect the content of the site. What is Local Portal you ask ?

Developers, General, Local Portal

Adding Multiple RSS feeds to your site

Here is another trick that allows you to pull multiple rss feeds onto your site. This may be useful if you want to have a news section on your site with multiple feeds.

Code Snippets

How to get users to your site

I wanted to share some techniques that I use to gain traffic to my mobile websites. Once my site is tested, debugged and ready to go, I look to these services first.
1) Admob
On just about every site I create, I spend atleast $10 in admob on advertising. Most of the time my sites require a [...]

Articles

Quick SMS code to embed in your xhtml

I’ve gotten many requests from my clients to have a SMS feature on their site. This isn’t much of a daunting task anymore, as I have built my own application to use, but this code snippet will allow the user to send an SMS using their own texting service, rather from the mobile website.
A big [...]

Code Snippets