• 29Jun

    The installation of program is done by accessing the repository link of the program source in the internet in xml form (Ex. Kingdom Lores game alpha version repository link: www.marcogiorgini.com/iPhone/plist.xml) using the installer application program (installer.app) with the blue icon beside the violet one as shown.

    Then press SOURCES icon and then followed by the EDIT button which is at the upper right hand corner:

    Then press ADD icon which is at the upper left hand corner:

    Input the repository link:

    The program sources found in the repository link will be placed in the program list:

  • 28Jun

    Resetting IPhone is like reformatting your computer. Therefore after resetting, it will erase the contents and files or programs that you have stored in it. It needs to be done when your IPhone crashes out so you don’t have to be scared or get rattled and worry of sending it back to the Apple service center or hire a technician to do it for you. The steps of resetting the IPhone are just straight-forward as enumerated below:
    1. Make sure that your IPhone is connected to the computer using USB 2.0 port and internet.
    2. Run iTunes program as a utility for restoring it. If you don’t have any ITunes program, download it from the Apple website at http://www.apple.com/itunes/download.
    3. Press Home and Power (sleep/wake button) buttons of your IPhone for 10 seconds. Once the screen is off and an Apple logo appears, release Prower button and continue pressing Home button while Apple icon appears until it shows a message “Connect to iTunes”. Then your IPhone is now ready for recovery.
    4. Close iTunes and restart it again and the IPhone Icon in the ITunes program will appear at the left side menu.
    5. Click the IPhone Icon and a menu will appear to restore it.
    6. Click Restore and a downloading task will appear (it will download all the files around 162MB for the recovery from Apple server). Once the downloading is done, it will automatically restore all the IPhone base applications and your IPhone is ready for use.

    Hope that this post will help you but the author is not liable for any breakdown of your IPhone. Any mistakes in my procedure, kindly send some comments below.

  • 25Jun

    Philippines is an archipelago where it comprises of more than 7000 islands. As an archipelago, the most common mode of transportation is by a ferry. Ferry navigators may face chalenging ordeals (more ships, shallow depths, bigger waves during unexpected depression) along the journey from one island to another. Navigation agencies and companies must establish safety protocols in order to avoid such disaster from happening.

    The deadliest ferry disasters in the Philippines as posted at Philippine Daily Inquirer - 05:42am (Mla time) 06/24/2008 are listed below over the past two decades:

    December 1987—A total of 4,386 die in world’s worst peacetime shipping disaster, as ferry Doña Paz, owned by Sulpicio Lines, and an oil tanker collide off Mindoro Island.

    October 1988—Doña Marilyn, sister ship of Doña Paz, sinks off Leyte province, killing around 300.

    July 1993—279 pilgrims drown when an overloaded wooden temple, mounted on three boats, collapses during a religious festival as it is being towed along the Bocaue River, in Bulacan province.

    December 1994—Ferry Cebu City collides with a Singapore oil tanker, killing more than 140.

    September 1998—Almost 200 die when ferry MV Princess of the Orient, sister ship of Doña Paz and Doña Marilyn, sinks in stormy seas near Cavite and Batangas.

    April 2000—At least 138 drown after the ML Annahada sinks off Jolo island.

    February 2004—SuperFerry 14 catches fire near Manila Bay, killing 116 people. Abu Sayyaf claims responsibility, saying a suicide bomber sabotaged the boat to protest ill treatment of Muslim communities.

    June 2008—MV Princess of the Stars sinks 3 km from Sibuyan island in Romblon in typhoon-lashed seas, leaving around 800 people missing. Reuters

  • 24Jun

    From the number (13) itself, it seems that it has many things to talk about. It is the talk of the tennis world that can RFed express deliver the package in the grass court major tournament, Wimbledon. If he can do it, then it is just one win away from the numbers done PS. Earlier this season, RFed has only won one minor tournament in Portugal and he was being humiliated by RN during the French Open which he just only won four games and zeroed in the last set. He also lost to ND in the semi-final round at Australian Open. At Wimbledon where he won almost half of the total number of major tournament wins and it is considered to be his most favourite court surface to play; will he still prevail considering the previous performance he had recently?

  • 22Jun

    IPhone, product from Apple company, is really a remarkable invention which has the latest state of the art technology taking touch screen system into mobile phones that can be connected to internet using the EDGE technology or Wi-Fi. The most unique feature is when viewing the photos stored in the phone that will be automatically rotated in either landscape or portrait positions. The IPod system is also one additional feature of the IPhone. There are a lot of programs now available for the IPhone in the market but some applications are still under development where programmers still have the room to create for other new applications especially games where the IPhone could also compete with other electronic gaming gadgets.

  • 17Jun

    Electronic gaming gadget (such as Logitech G25 Racing Wheel) is the safest way in learning how to drive. However, there is a need to invest a reasonanable amount of money for the whole unit. Computer driving simulation programs require high graphic card, higher RAM, faster speed processing units and higher capacity hard drives. With the latest existing computer specifications, it is already more than enough to run these programs without any technical problems during the driving simulation. Other driving simulation can also be done using Play Stations or XBox units which can be attached to TV screens. It is highly recommended to have larger screens so as to have a realistic view of the driving scene.

    Logitech G25 RAcing Wheel:
    - It has all the features that are used in typical cars.
    - It has 6 shifting gears, 360 degree turn steering wheel, clutch, accelarator and brake pedals.

  • 03Jun

    The usual error as shown below - “[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.” - appears when creating a visual basic program with SQL database application which has an incorrect connection set-up (especially computer with firewall) and an improper connection string.

    Connection string used for LAN connection:
    “Provider=MSDATASHAPE; Data Provider=SQLOLEDB.1; Data Source=YourComputerName\YourDatabaseInstanceName; Initial Catalog=YourDatabaseName; User ID=sa; Password=YourPassword; Integrated Security=SSPI; Persist Security Info=False;”

    Connection string using a DSN (Highly recommended one, it will work in a Windows Network Environment):
    “Provider=MSDATASHAPE; DSN=YourDSNname; UID=sa; PWD=YourDatabasePassword;”

    Tip - Create a DSN Connection using the Data Sources (ODBC) Application which can be found under the Administrative Tools at the Control Panel section. Must use the SQL Server Instance Name (ex. YourServerName\YourInstanceName) and Named Pipe (ex. \\YourServerName\pipe\MSSQL$YourInstanceName\sql\query).

    Note: YourServerName is the computer name of the server