iPhone :: File exists

BOOL fileExists = [[NSFileManager defaultManager] fileExistsAtPath:somePath];

 


JavaScript

http://habrahabr.ru/blogs/javascript/119898/


Android :: Articles that helped me learn android

Custom List View with Checkboxes:

- http://www.androidpeople.com/android-listview-multiple-choice-example

- http://habrahabr.ru/blogs/android_development/119931/


PHP:: An interesting feature of “float”

Recently I had to work with the strange behavior of data type float in PHP.
Have the following code:


<?php
$i = (float)"12345";
$i++;
echo $i; // 12345 || 12346
?>

Check for localhost (Windows XP, Apache 2.0, PHP 5.2.6) displays a <12346>, but at some hosting <12345>.
Why is this happening do not know yet :)


Copyright © 1996-2010 Weblog. All rights reserved.
iDream theme by Templates Next | Powered by WordPress