Goal: figure out how to get days between two date I’ve found a page: www.timeanddate.com with many interesting date time function. One of them was duration between two date. If you want to know how many days you lived on the Earth just put your birth date as the first date and the actual date […]
Get the days between now and the past
0:53 |
php
|
1251 views
webOS Emulator – Gestures & Keyboard shortcuts
0:32 |
cheetsheet
, webOS
|
1651 views
Goal: to simulate gestures and keyboard events on emulator Using the emulator for webOS development on a PC lacks one important item that is key a mobile device, touch. Fortunately, there are keyboard and mouse shortcuts to emulator the gestures. Below is the list of ones I’ve found so far. Gestures Gesture Touch Gesture Description […]
Goal: to simulate gestures and keyboard events on emulator Using the emulator for webOS development on a PC lacks one important item that is key a mobile device, touch. Fortunately, there are keyboard and mouse shortcuts to emulator the gestures. Below is the list of ones I’ve found so far. Gestures Gesture Touch Gesture Description […]
Simple upgrade of Palm Pre device
1:21 |
webOS
|
1319 views
Goal: to upgrade the OS on a simple way Recently I’ve received an unlocked Palm Pre 2 phone but with webOS 2.1.0. So I was unhappy with this. As I realized many valuable features missing from this version. I need webOS 2.2.4 but how can I upgrade my phone. The simple answer is NO WAY […]
Goal: to upgrade the OS on a simple way Recently I’ve received an unlocked Palm Pre 2 phone but with webOS 2.1.0. So I was unhappy with this. As I realized many valuable features missing from this version. I need webOS 2.2.4 but how can I upgrade my phone. The simple answer is NO WAY […]
Debug javascript on webos device
1:57 |
webOS
|
1169 views
Goal: catch some information from behind the curtain In WebOS Quick Install open a Linux Commandline and type the following: or after ENTER you will see the log and error messages in this window…
Goal: catch some information from behind the curtain In WebOS Quick Install open a Linux Commandline and type the following: or after ENTER you will see the log and error messages in this window…
secrets of webOS ipk files
2:15 |
webOS
|
1302 views
Goal: open your eyes and see the truth The webOS is linux based, and we can install applications from (debian?) ipk files. The last truth is the ipk file is extractable just we need to know how. This file is a special archive file and we can extract it with 7zip. So the ipk package […]
Goal: open your eyes and see the truth The webOS is linux based, and we can install applications from (debian?) ipk files. The last truth is the ipk file is extractable just we need to know how. This file is a special archive file and we can extract it with 7zip. So the ipk package […]
install/uninstall app to Palm Pre 2
11:57 |
webOS
|
1169 views
how to add linked site finished. webarchive link: here and how to delete linked site finished. webarchive link: here Nice articles, thanks guys!
how to add linked site finished. webarchive link: here and how to delete linked site finished. webarchive link: here Nice articles, thanks guys!
Bypass activation on Palm Pre 2
2:12 |
webOS
|
1408 views
Goal: to skip the unworking activation step During first use, you tap on the make emergency call button, erase the 911, and enter ##DEVMODE# (CDMA) or #*DEVMODE# (GSM) like this: #*3386633# nota bene: not with letters but with numbers!
Goal: to skip the unworking activation step During first use, you tap on the make emergency call button, erase the 911, and enter ##DEVMODE# (CDMA) or #*DEVMODE# (GSM) like this: #*3386633# nota bene: not with letters but with numbers!
missing tempdb.dbo.ASPStateTempApplications table
13:23 |
mssql
|
1499 views
Goal: to solve the missing tempdb.dbo.ASPStateTempApplications table problem Just recreate this temp object with the following code snippet:
Goal: to solve the missing tempdb.dbo.ASPStateTempApplications table problem Just recreate this temp object with the following code snippet:
Vista internet speed increase
10:10 |
web trick
|
1566 views
Goal: to increase the speed of the internet connection I’ve read many articles about this topic and seemingly I’ve found a good idea. Let’s open a command prompt as an Administrator and type netsh interface tcp set global autotuning=disabled This solution is enough to the happiness. nota bene: this solution working without restart! check the […]
Goal: to increase the speed of the internet connection I’ve read many articles about this topic and seemingly I’ve found a good idea. Let’s open a command prompt as an Administrator and type netsh interface tcp set global autotuning=disabled This solution is enough to the happiness. nota bene: this solution working without restart! check the […]
check ctrl key is pressed
18:30 |
javascript
|
1084 views
Goal: etxend mouse interaction by handling the ctrl key
Goal: etxend mouse interaction by handling the ctrl key

