Getting Started

23 views
Skip to first unread message

Mohi

unread,
Dec 26, 2011, 6:35:00 PM12/26/11
to iPhoneWebDev
Hi Everyone,

I am very new to iPhone WebDev. I am planning to develop a website but
I am unable to get started. I went through the documentation provided
in the following link http://www.iui-js.org/documentation/0.50/getting-started.html
and tried using the same code provided in that link. But for some
reason it is not working. Could any one of you please suggest the
reason behind it. Thanks in advance.

Remi Grumeau

unread,
Dec 26, 2011, 7:07:43 PM12/26/11
to iphone...@googlegroups.com
Hi Mohi,

Hey, welcome!

Documentation is based on 0.50, where latest version available is 0.4. We did plan to release 0.5 + website in the same row, but 0.4 is still there... sorry for that.
Please try it using 0.5 (http://code.google.com/p/iui/downloads/detail?name=iui-0.50-remipreview.zip&can=1&q=) which is at beta stage, or keep using 0.4 but yes, some things could act weird.

If you want to keep on using 0.4, just explain us problems you have. Please consider screenshots or code snippets you already done.

Remi



--
You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group.
To post to this group, send email to iphone...@googlegroups.com.
To unsubscribe from this group, send email to iphonewebdev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.


Mohimeenu Razzack

unread,
Dec 27, 2011, 7:21:30 PM12/27/11
to iphone...@googlegroups.com
Hi Remi,

Thanks for replying. I downloaded 0.5 version of iui and used the code
from the following link
http://www.iui-js.org/documentation/0.50/getting-started.html to
create a hello world page and first screen page using iui. And I saved
it under the folder iui as two html pages but still the css file and
javascript file is not getting embedded to the html pages. Should I be
changing some path in the code or is it because of the location where
I have saved the pages. I have attached a word document to this mail
which has the screen shots and the code used.

--
Thanks,
Mohimeenu Razzack

iui_screenshot.docx

Robert D Sharp

unread,
Dec 28, 2011, 5:51:34 PM12/28/11
to iphone...@googlegroups.com
Hi Mohimeenu Razzack,
I have only looked quickly at your code and the screen shot provided.

You say that your css file is not being embedded. I see that you have an IUI file identified as a css located in the root directory, yet,
   <link rel="stylesheet" href="iui/iui.css" type="text/css" />
   <link rel="stylesheet" href="iui/t/default/default-theme.css" type="text/css"/>
I do not see it linked. Did I miss it?
If you want it linked, shouldn't it be 
   <link rel="stylesheet" href="iui.css"> ?

The same thing for your javascript. 
<script type="application/x-javascript" src="iui.js"></script>
since your own js file is not linked.

I could be wrong.

Bob

<iui_screenshot.docx>

-- 
Robert D. Sharp, Manager - Sharp Education Consulting and Marketing, LLC
Retired from Teaching after 34 years, Science, Mathematics Computers, Technology.
Author of Educators' Task Tamer, An NCLB Intervention and Contact Tracking System.


Mohimeenu Razzack

unread,
Dec 29, 2011, 8:05:58 PM12/29/11
to iphone...@googlegroups.com
Thank You Robert D. Sharp. It worked. 
sm_logo.png
vobyvery_small.png
Reply all
Reply to author
Forward
0 new messages