Get Solved
  • Home
  • Web
  • Database
  • Desktop
  • Mobile
Google Code

How to Learn Google’s Javascript APIs: AJAX Playground

By admin On February 10, 2009 · Leave a Comment

Google gives a lot of AJAX solutions through AJAX APIs that the developers love to use. APIs need a little attention to be implemented.

How do you believe and get courage of using new things until and unless you have a live visual demo of that.

Continue Reading →
MySql

How to Copy Data from one Column to another Column of Table: MySQL

By admin On January 29, 2009 · Leave a Comment

You might have a table with some information and you want to copy the data of a few columns to another table. First thing you need to do is to create a table with columns same to the specific columns you require from original table.

Continue Reading →
MySql

How to Copy Data from one Table to Another: MySQL

By admin On January 29, 2009 · Leave a Comment

You can copy data from one table to another no matter both the tables are in same database or different databases.

Let say you have two tables named table1 and table2 in database named db1.

Continue Reading →
PHP Logo

How to save cURL output to string

By admin On January 8, 2009 · 1 Comment

You can save the cURL output as a string for further manipulation.

Following code takes care of:

// create curl resource $ch = curl_init(); // set url curl_setopt($ch, CURLOPT_URL, "http://example.com"); // return the transfer as a string curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // save output to string $output = curl_exec($ch); // close curl resource to free up [...]

Continue Reading →
Seamonkey

How to install SeaMonkey Automatically in Ubuntu 8.10

By admin On December 7, 2008 · Leave a Comment

SeaMonkey gives internet solution by providing internet browser, mail and news groups client, HTML Editor and IRC.

It can be installed manually by downloading tar.gz but you may experience some unsolved dependencies.

Continue Reading →
MySql

Database Server Load Balancing — Using MySql Proxy Server

By admin On November 24, 2008 · 1 Comment

Load Balancing for database server is actually to distribute the load to multiple database servers.

Question arises that When and Why we need this?

Just suppose, you have a database based application. You will start by deploying your web application (or any other using databases) with a single database server. And fortunately your [...]

Continue Reading →
Next Entries →
  • Ask questions
  • Categories

    • Database (3)
      • MySQL (3)
    • Desktop (2)
      • Linux (1)
      • Unix (1)
    • Mobile (2)
      • Android (2)
    • Web (9)
      • API (1)
      • Javascript (1)
      • PHP (4)
      • Product (2)
      • Python (1)
  • Tags

    Ad ADT Adword AJAX Android API balancing Binding Calling Class Column Configure Copy Curl Data Database Eclipse Error Gadget Google Hello ini ini_set Install Invite Javascript Late Linux Load Master Method MySQL Output PHP Playground Proxy Replication SeaMonkey Server Slave Static String Table Ubuntu upload_max_filesize

Get Solved

Pages

The Latest

  • How to write Google App Engine Hello World Web App using Python
    Google App Engine is google’s cloud computing platform for developing and hosting web […]

More

Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed.
© 2011 Get Solved
Platform by PageLines