Tuesday, June 29, 2010
Monday, June 28, 2010
Tuesday, June 22, 2010
Sunday, June 20, 2010
Monday, June 14, 2010
Tuesday, June 08, 2010
code reviews at google
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
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
* 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
Tuesday, June 01, 2010
Saturday, May 29, 2010
Friday, May 28, 2010
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 /
Tuesday, May 04, 2010
Wednesday, April 14, 2010
Thursday, April 01, 2010
Subscribe to:
Posts (Atom)