I am exploring a new framework and developing mobile websites.
Adjustment to a new company, culture and friends is going pretty well…
I am exploring a new framework and developing mobile websites.
Adjustment to a new company, culture and friends is going pretty well…
And finally I received a job offer and I am moving to Sweden ![]()
I have been waiting for this day for almost 1.5 years. I am confident that I will succeed, however leaving family and friends is the worst thing in the world…
The usage of the label tag is very important in mobile web development, especially for touch based devices. Generally, inside forms we use a label and an associated component such as textfield, checkbox, etc. In touch based devices, clicking on a small object like a checkbox can be frustrating if you have thick fingers like me. By using label tag and its for attribute, you may resolve this problem. This allows users to check/uncheck comboboxes or focus on textfields by clicking on a label associated with them. Here is an example form:
<form action="anAction" method="POST"> <dl> <dt><label for="name">Name</label></dt> <dd><input type="text" name="name" /></dd> </dl> <dl> <dt><label for="child">Do you have children?</label></dt> <dd><input type="checkbox" name="child" /></dd> </dl> </form>
You may use phone number URIs in your mobile web sites like mail links. Just use tel in href attribute <a href=”tel:+90222222″/>.
http://korhan.sabanoglu.net is my homepage. Now, it has a limited content but I will try to add all my spare-time and academic projects soon.
Listening is the most important element/part of a conversation that is ignored most…
Hello there.. Again, I changed my blog provider. I tried Elgg, Geeklog but I think wordpress is the best and this (P2) theme is what I need.
Yalim K. Gerger 6:08 pm on February 16, 2012 Permalink |
Formspider ile karsilastirinca nasil?
Korhan Şabanoğlu 7:40 pm on May 1, 2012 Permalink |
Birbirinden cok farklilar aslinda. Formspider tam bir paket sunarken bu daha cok bir bahis/kumar altyapisi. Tabi rutin isleri yapmak icin ornekler mevcut ama sadece ortak isleri yapmak icin bir standarti var.
Framework olarak bence Formspider’a gore eksikleri olsa da yeni birsey istendiginde cok kolay eklenebilmesi bu acigi kapatiyor. Yani istenilen ozellikler icin framework’u modifiye etmiyor ya da yeni component yaratilmasini ve standartlasmasini beklemiyor sadece implement ediyorsun.