Get Solved
  • Home
  • Web
  • Database
  • Desktop
  • Mobile
images

How to write Google App Engine Hello World Web App using Python

By admin On November 13, 2010 · Leave a Comment

Google App Engine is google’s cloud computing platform for developing and hosting web application. Its free up to a certain usage levels of CUP cycles, storage and bandwidth. Google App Engine mainly supports three programming languages Go, Java and Python. This tutorial helps you in setting up the development

Continue Reading →
PHP Logo

How to output JSON using PHP

By admin On October 23, 2010 · 3 Comments

PHP provides a method json_encode to convert array to string.

$sample = array( ‘name’=>’My Name’, ‘email’=>’my_email@example.com’ ); echo json_encode($sample);

Continue Reading →
FreeBSD

How can I show the full path of directory in command line Freebsd

By admin On July 17, 2010 · 1 Comment

FreeBSD comes with CSH (C shell) as default., that do not show full path of present working directory. We need to change default shell to BASH (Bourne-again shell) using following command:

# chsh -s /usr/local/bin/bash

Continue Reading →
Android

How to increase storage of Android Emulator

By admin On July 12, 2010 · 1 Comment

First you need to set up Google Android SDK. While creating Android Virtual Device (AVD) you can specify the storage size in SD Card settings. You can specify any size upto 128 GB. Its really helpful if you want to install .apk applications on Emulator.

Continue Reading →
Google Wave

How to invite others to Google Wave

By admin On May 31, 2010 · Leave a Comment

Now you can add anyone to new or existing wave even if he is not in your contacts. An invitation will be sent to him to join Google Wave with the description of wave.

Continue Reading →
Android

Google Android Hello World! with Eclipse

By admin On May 29, 2010 · 27 Comments

Your decision to start development on a new platform depends on how easy it is to write a “Hello World”. This tutorial helps you set up the development environment and write “Hello World” in few easy steps. This tutorial assumes that you are already familiar with eclipse and its installation.

Continue Reading →
HTML JS CSS

How to disable page jump while clicking on anchore

By admin On May 21, 2010 · Leave a Comment

How to disable link’s default behavior on click

Continue Reading →
PHP Logo

Why PHP ini_set() does not work with upload_max_filesize

By admin On August 21, 2009 · Leave a Comment

‘upload_max_filesize’ and ‘post_max_size’ are of type PHP_INI_PERDIR, which means “Entry can be set in php.ini, .htaccess or httpd.conf”. So you can’t set it in your script.

We can set PHP_INI_PERDIR settings in a .htaccess file with ‘php_flag’

Continue Reading →
PHP Logo

How can I get the name of the calling method in PHP

By admin On April 15, 2009 · Leave a Comment

I just fell in need of knowing the name of the method that is currently being called. After having a few minutes of unsuccessful searching i just thought of Late Static Binding and here the PHP Manual helped me.

Continue Reading →
Google Code

How to create Google Gadget Ads

By admin On March 12, 2009 · Leave a Comment

The APIs stuff is just making life easier.

Gadgets are like small applications we play with at different platforms.

Google already have gadgets platform available at iGoogle. Now google introduced Gadget Ads for Adwords. Now you can have more interactive ad campaigns with gadget ads.

Continue Reading →
← Previous 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