Skip to main content

Posts

run PHP script with Cron

Minute Minute of the hour, 00 to 59 Hour Hour of the day in 24-hour format, 00 to 23 Day Day of the month, 1 to 31 Month Month of the year, 1 to 12 DayDay of week 3 chars - sun, mon, tue, or numeric (0=sun, 1=mon etc) Command = The command you want to execute The time is in twenty four hour time. So you may have guessed already that the 00 is the minutes and the 18 above is 6:00pm. The asterix character * is a wild card and means every. That is, every minute or every day, or every month. This means the script.php script would be executed every day of every month. For example:  * * * * * would mean every minute  0 0 * * * would mean at midnight every night. e.g. * * * * * php /yourfolder/yourfile.php

Animate background with jQuery

example to Animate background with jQuery 1 currentID = Math.floor(Math.random()*imgs.length) 2 newImage = "url(" + imgs[currentID] + ")"; 3 $("#topdiv").animate({opacity: 'toggle'}, "slow", function () 4 { 5 document.getElementById('topdiv').style.backgroundImage = newImage; 6 $("#topdiv").animate({opacity: 'toggle'}, "slow"); 7 } 8 ); change div background document.getElementById('topdiv').style.backgroundImage = newImage;

SyncML (Synchronization Markup Language)

http://en.wikipedia.org/wiki/SyncML SyncML is most commonly thought of as a method to synchronize contact and calendar information ( Personal Information Manager ) between some type of handheld device and a computer (personal, or network-based service), such as between a  mobile phone  and a  personal computer . The new version of the specification includes support for  push email , providing a standard protocol alternative to proprietary solutions like  BlackBerry .

Field Data Collection Utilizing a Windows Mobile / GPS unit

To find easy way for field projects to collect and enter data. Device Package HP iPAQ Go online with Wi-Fi, Get online easily when Wi-Fi is not available. Connect your PDA to your Internet-enabled mobile phone with Bluetooth and access the Internet through your cellular service. Garmin Mobile 10 Bluetooth Enabled GPS System Add wireless navigation to your Bluetooth-enabled laptop, smartphone, pocket PC or PDA with the Garmin Mobile 10, a GPS and Bluetooth wireless package that includes a portable receiver along with navigation and map software. Software Framework Windows Mobile 5, 6 Sql Server Mobile Sync with RDA/Merge Replication Step by Step Design Study Area in Google Map with Web Application Produce Maps for PDA Synchronize to download data to PDA Collecting Data with Different Methods Synchronize to upload Collecting Data View/Modify Data in Web application View GIS Data in Google Map/Google Earth Please contact costudio for detail about Field Data Collection solution