August 10, 2011
Most of the iPhone applications at present are being developed in objective C which, for those who don’t have a programming background, is quite hard to learn. However, you can create a native app that lives with all the other apps with the help of HTML5 and CSS. Developing the startup screen and other simple [...]
Read the full article →
August 6, 2011
XML files, as we know by now, are plain text files just like the HTML files. Hence, just like HTML, XML can also be easily stored and generated by a standard web server. For example, consider the following piece of code: <?xml version=”1.0″ encoding=”ISO-8859-1″?> <note> <from>John</from> <to>Tove</to> <message>Remember me this weekend</message> </note> The above code [...]
Read the full article →