2008
Control Windows from your iPhone 3G

- App Name: WinAdmin
- AppStore Cost: $11.99
- Download IPA from here
WinAdmin is the best app to connect to any Windows machine be it Windows XP, Windows Vista, Windows Server 2003 and even Windows Server 2008 and make any changes if you’re out of the office.
This app “uses the Windows Remote Desktop Protocol to let you manage and interact with any Windows computer from your iPhone or iPod Touch – so you can finally rest assured that you can quickly and easily fix a problem, view an important document, or use a desktop application on any of your Windows computers all from the palm of your hand.” Continue reading »
2008
Get drunk with your iPhone – “Drinks”

- AppStore Cost: $3.99
- Download IPA from here
Ever wondered how that Long Island drink is done or what ingredients you need so you can make it at home. Well wonder no more as the AppStore has the answer.
There are plenty of drink apps in the App Store, but one of the best apps is Drinks which allows you to search for drink recipes by ingredient. So if you check that in your cabinet you only have Malibu and Jack in stock, you can tap the “ingredients” tab, and Drinks will give you a list of cocktails that can be made with those ingredients.
Drinks includes over 4,500 high quality cocktail recipes, includes both popular and lesser-known drinks. It even includes the type of glass, garnish and lets you to add your own recipes or tweak theirs to your liking. You can even add notes about how your Dad like his Valencia Punch.
Download Drinks For Free
2008
Sync iPhone 3G with Google Calendar

The following post’s instructions also work with the iPhone 3G! Click here to view how you can sync your iPhone 2G or iPhone 3G with Google’s Calendar Online App.
2008
Sync iPhone with 2 Computers

One of the problems in iTunes is that you cannot sync your iPhone (or iPhone 3G) between different computers. So i started googling, and this is what I found…
In the instructions on the following website, you’ll find how to modify any iTunes Library so it can also be synced with your iPhone. You can then either manually manage your iPhone on a second computer, or sync different data on different machines (E.g. Music at home, Contacts/Calendar at work).
Click here for more info.
2008
Sync iPhone with Google Calendar – Take 2

In my first take to sync the iphone with google calendar, it didn’t end well as apple doesn’t allow apps from it’s appstore change anything in its calendar application. But today, i found an app that will make synching iPhone with google calendar a breeze.
And this time, i tested it on two iphones so, it should work
. The only problem is that you’ll have to jailbreak your iPhone to do this. Why? Because the app that makes this magic is not on AppStore but on Cydia (if you don’t want to jailbreak your iPhone, please check the links at the bottom of this post).
Let’s Start!
First open Cydia, go to Search and type in “NemusSync”. Only one app is loaded. Select it and click “Install” at the top. Then click “Confirm” in the next window. After it’s installed, return to the main menu on your iPhone and select NemusSync… Continue reading »
2008
Turn your iPhone into a Storage Server – Discover

Download Free from iTunes.
I will be reviewing some iPhone Applications for the AppStore making your life easier with your iPhone. One of the most useful is Discover. This application lets you easily transfer files between your iPhone and your Computer (either Windows or Mac) and even other iPhones using your Wifi Network.
You can even upload documents and other files from any computer to your iPhone. It’s really awesome. You don’t need bluetooth anymore using this tool.
To connect from your computer to your iPhone, you don’t need to install any software, you just need a browser. When you start Discover from your iPhone, an address is loaded. Just insert that address in any browser and you’re off to go (screenshots after the break).
More screenshots after the break… Continue reading »
2008
Jailbreak iPhone to 2.2 on Windows

This week, I finally upgraded my iPhone 2G to version 2.2. It was very easy and fast. (Click here if you need to jailbreak an iPod Touch to version 2.2)
What needs to be downloaded for the upgrade?
Create a folder QuickPWN on your desktop and download the following items in this folder. So that you don’t have to search for your files when needed.
- iTunes v8.xxx – (if you don’t have installed, download from here)
- QuickPWN Tool 2.2 – here
- 2.2 Restore IPSW File
- Bootloader v3.9 – here
- Bootloader v4.6 – here
Install iTunes (if not installed) and the QuickPWN tool.
What should I do Next?
There are many guides to help you upgrade your iPhone 2G and 3G phones. So instead of creating another guide, i’m only showing you the steps you need. Continue reading »
2008
Unselectable Text
There are many methods and options to make text unselectable on a website, but not all of them work on the major browsers. Below please find different source code to help you achieve this.
If you combine all the below source codes together in the same html/asp/aspx form, you’ll get all their functionality on the same page, thus no one can select any text from your website from the following browsers:
- Internet Explorer 7
- Firefox 3.0.4
- Google Chrome 0.4.x
- Opera 9.62
Source Code 1 - Unselectable
var Unselectable = {
enable : function(e) {
var e = e ? e : window.event;
if (e.button != 1) {
if (e.target) {
var targer = e.target;
} else if (e.srcElement) {
var targer = e.srcElement;
}
var targetTag = targer.tagName.toLowerCase();
if ((targetTag != “input”) && (targetTag != “textarea”)) {
return false;
}
}
},
disable : function () {
return true;
}
}
if (typeof(document.onselectstart) != “undefined”) {
document.onselectstart = Unselectable.enable;
} else {
document.onmousedown = Unselectable.enable;
document.onmouseup = Unselectable.disable;
}
You need to insert this in the <head> section of the html form in the following form: Continue reading »
What you missed
Check these Out!
Favourite Links
Tags
Archives
- May 2013 (1)
- January 2013 (2)
- December 2012 (5)
- November 2012 (4)
- October 2012 (3)
- September 2012 (1)
- August 2012 (4)
- July 2012 (2)
- June 2012 (1)
- May 2012 (10)
- February 2012 (6)
- December 2011 (2)
- October 2011 (3)
- September 2011 (1)
- April 2011 (6)
- March 2011 (14)
- February 2011 (9)
- January 2011 (10)
- December 2010 (6)
- November 2010 (10)
- October 2010 (6)
- September 2010 (10)
- August 2010 (4)
- June 2010 (10)
- May 2010 (2)
- April 2010 (1)
- March 2010 (1)
- July 2009 (1)
- June 2009 (1)
- April 2009 (4)
- March 2009 (1)
- February 2009 (5)
- January 2009 (10)
- December 2008 (8)
- November 2008 (4)
- September 2008 (6)
- August 2008 (11)
- June 2008 (2)
- May 2008 (3)
- March 2008 (1)
- February 2008 (1)
- November 2007 (1)
- September 2007 (2)
- July 2007 (2)
- June 2007 (1)
- May 2007 (2)
- February 2007 (3)
- January 2007 (4)
- November 2006 (1)
- October 2006 (1)
Categories
- Android (3)
- Apple (5)
- ASP.Net (37)
- Be Creative (1)
- Blackberry OS (1)
- CMS (5)
- Creative Computing (4)
- Crystal Reports (5)
- Day to Day (21)
- Deep Design Malta (8)
- Design and Development (22)
- Development Tools (15)
- Facebook (1)
- Games (3)
- Google Analytics (3)
- Google Gmail (1)
- Hotmail (1)
- Internet Explorer (7)
- iPhone/3G (19)
- iPod Touch (6)
- JavaScript (13)
- JQuery (2)
- Lumia (4)
- Microsoft (18)
- Microsoft SQL Server (21)
- Microsoft Visual Studio (27)
- MS Office (3)
- MVC (2)
- My Blog (3)
- NetBeans (1)
- Nokia (4)
- Off Topic (16)
- Online Services (3)
- Permissions (1)
- Phones and Tablets Platforms (7)
- Project NINE (11)
- PSP NGP (1)
- Quickie (9)
- SEO (7)
- Silverlight For WP7 (4)
- Sitefinity (1)
- Sony (1)
- Uncategorized (32)
- Utilities (57)
- VB .Net (1)
- Windows 7 (14)
- Windows 8 (3)
- Windows Live (3)
- Windows Mobile (5)
- Windows Phone 7 (18)
- Windows Phone 8 (1)
- Windows Vista (15)
- Wordpress (1)
- WP Apps (2)
- Yellow Pages (4)



