Tuesday, June 08, 2010

Hackers plant virus in smartphone games

http://www.smh.com.au/digital-life/mobiles/hackers-plant-virus-in-smartphone-games-20100607-xp59.html

code reviews at google

Google tries to do as much as possible through the browser, and that extends to code reviews. We use a web-based code review tool called Mondrian that integrates with the rest of the development infrastructure to provide some unique features.

link

Office is now live on SkyDrive

If you don’t live in one of those regions, you can still get access – just click here. You might not get the Web Apps in your favorite language yet, as we are still rolling out updates to different regions. Note that people you share documents with may also need to visit the link above before they can access the documents you share with them.

link

Microsoft Expression 4 tools, minus WP7 support

Microsoft is making Expression Studio 4 available in three main versions, going forward:

* Microsoft Expression Studio 4 Ultimate: For professional Web designers and organizations. IncludesExpression Blend with SketchFlow, Expression Web with SuperPreview, Expression Encoder Pro and Expression Design.
* Microsoft Expression Studio 4 Premium: Includes Expression Blend, Expression Web with SuperPreview, Expression Encoder and Expression Design.
* Microsoft Expression Studio 4 Web Professional: For Web design professionals. Expression Web with SuperPreview, Expression Encoder and Expression Design.


link

Sunday, May 23, 2010

How to transfer my Drupal from one host to another

How to transfer my Drupal from one host to another?

Transferring your Drupal application includes copying your files and
database and modifying the settings.php file in the sites/default
folder.

The most important setting which should be modified in settings.php is:

db_url - the MySQL details for your Drupal; the format you should
follow is mysql://username:password@localhost/databasename, e.g. :

$db_url = 'mysql://user_drpl1:password@localhost/user_drpl1';


You should also make sure that the RewriteBase rule in the .htaccess
file is correct. For example, if your Drupal is placed in your
account's main public_html folder, the RewriteBase rule should be:

RewriteBase /