dotMobimobiThinkingmobiForgeready.mobiDeviceAtlasfind.mobiMowser
Switch to our mobile site

Training

Section Feature image
Posted by admin 1 year ago

In order to help web developers who are already familiar with authoring for the PC-internet adapt their skills to mobile, mTLD provides a short online course that help explains the different techniques that are required for creating a mobile site. This course is completely free of charge and streamed directly to your browser.

The course covers the following:
  • The mandatory dotMobi rules
  • XHTML Mobile Profile
  • Validating your code
  • Testing using desktop browsers
  • MIME types
  • Use of mobile emulators
  • DotMobi site templates
  • Useful tools for mobile development
  • Getting your site indexed by Google
  • World Wide Web Mobile Web Initiative best practices

If you have completed the training, you may be interested in becoming dotMobi-certified. You can find out more about our certification programme here.

Click on the image below to launch the course in your browser!

Training image

Developers should also consider looking at the following documents for further information:

 


Posted by admin 1 year ago

admin's picture

mobiForge administrator

Posted by gabe 1 year ago

Which links to the training docs are more up to date: above or the ones from the "certification" page .. some refer to different docs.

Posted by Denk 28 weeks ago

Hi

The tutorial is really helpful, but I have a problem near the start...

The tutorial says that we 'could' use the HTML Validator extension to check if our pages are valid.

My first 2 lines in my code are:
<?xml version="1.0" encoding="utf-8"?>
< !DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> (had to add a space or the site didn't want to show this line)
Now, the validator already goes 'berserk' that it doesn't recognize the DTD, since it's not an official W3C DTD.

I'm fairly sure the both lines are correct, so I don't really understand why the tutorial says that we could use that seeing it clearly doesn't work...

Any advice?

Kinds regards,
Denk