Windows Live Writer 2011 for WordPress Posting

March 4, 2011 Leave a comment

Windows Live Writer® 2011 is a new and perfect tool for WordPress postings on Windows. This post is also made using the Live Writer. I give more advanced environment when you write, by loading real template on your desktop. It has lot of features that WordPress gives and its’ look and feel is very much similar to Microsoft Word 2010. Actually it is amazing tool for bloggers. Not only WordPress other blogging environments also available on this release.

wlwwlw2

Inserting a bing Map of any location is now very simple. Use Insert –> Map on Windows Live Writer 2011. Surprised smile

Map picture

There are lot of windows live writer plugins also. Try Windows Live Writer for your blog.

Download it for Free from Microsoft: http://explore.live.com/windows-live-writer?os=other

Or Download Live Essentials: http://explore.live.com/windows-live-essentials?os=other it is with more essential software you would need to have on your desktop. Thumbs up

Categories: windows

Start your first CakePHP Project with Zend Server on Windows

November 26, 2010 Leave a comment
  1. Visit CakePHP website
  2. Download the CakePHP Framework
  3. You must have setup a local webserver. If not, install Zend Server Community Edition and MySQL. Download Zend server and install it. If you are not installing MySQL as separate installation you can choose it with Zend server installation also. You can install it separately, do this as you wish.
  4. Create a database called “cakephp”.
  5. Go to Zend Server web root it will be “C:\Program Files\Zend\Apache2\htdocs”.
  6. Extract CakePHP Framework to your web root and re name with the version (Eg. cake_1_3 or cakephp, here I used cakephp).
    Your CakePHP project folder Structure will be as follows,
    /cakephp 

    • /app
    • /cake
    • /vendors
    • /.htaccess
    • /index.php
    • /README
  7. Open database.php on the cakephp app/config directory, and set host, login, password and save the work.
  8. Open core.php on the same directory and change Security.salt and Security.cipherSeed values for different (for tests, simply put additional character at the end).
  9. Now open “C:\Windows\System32\drivers\etc\hosts” file in a notepad and add following at the end,
    127.0.0.2    cakephp
  10. Open Apache2 configuration file (httpd.conf) at “C:\Program Files\Zend\Apache2\conf” and add the following virtual host.
    <VirtualHost 127.0.0.2>
    ServerName cakephp
    DocumentRoot “C:\Program Files\Zend\Apache2\htdocs\cakephp\app\webroot”
    <Directory “C:\Program Files\Zend\Apache2\htdocs\cakephp\app\webroot”>
    AllowOverride all
    Options All
    </Directory>
    </VirtualHost> 

  11. Copy “cake” folder from your cakephp folder and paste it in “C:\Program Files\Zend\ZendServer\share”.
  12. Open Environmental Variables and change the “path” and add “C:\Program Files\Zend\ZendServer\share\cake\console” at the end of the paths.
  13. Save all changes and RESTART windows.
  14. Access http://cakephp on your browser. It should work.
  15. Now start developing, app folder is the folder you need to work.
  16. Open Command Prompt and change the directory to your cake app drirectory, use following
    cd C:\Program Files\Zend\Apache2\htdocs\cakephp\app
  17. Press Enter and enter command cake
  18. You should get as follows,
    cakephp 1.3.6 on windows
  19. Now you can bake your cake..
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.C:\Users\Administrator>cd C:\Program Files\Zend\Apache2\htdocs\cakephp\appC:\Program Files\Zend\Apache2\htdocs\cakephp\app>cake 


Welcome to CakePHP v1.3.6 Console
—————————————————————
Current Paths:
-app: app
-working: C:\Program Files\Zend\Apache2\htdocs\cakephp\app
-root: C:\Program Files\Zend\Apache2\htdocs\cakephp
-core: C:\Program Files\Zend\ZendServer\share

Changing Paths:
your working path should be the same as your application path
to change your path use the ‘-app’ param.
Example: -app relative/path/to/myapp or -app /absolute/path/to/myapp

Available Shells:
acl [CORE]                              i18n [CORE]

api [CORE]                              schema [CORE]

bake [CORE]                             testsuite [CORE]

console [CORE]

To run a command, type ‘cake shell_name [args]‘
To get help on a specific command, type ‘cake shell_name help’

C:\Program Files\Zend\Apache2\htdocs\cakephp\app>

Categories: Apache, cakePHP, php, windows, Zend

MySQL Workbench

September 18, 2010 Leave a comment

New version of MySQL Workbench is arrived. This new release is consist with SQL Development, Server Administration and Data Modeling. Nice feature is this release have combined old MySQL GUI tools together. Although this is a 32bit version it can be used to administrate 64bit MySQL servers also. The tool can be introduce as a good remark of MySQL server, it has fulfilled the essential requirement of the DBMS.

Categories: MySQL, Ubuntu, windows

Configure Apache/MySQL/PHP on Windows

August 18, 2010 Leave a comment

For novice only, I remember I found this article three years back. We must be thankful for Dr. Robert Kline for the generous contribution of this article for its’  timely updates. This online guide is the most updated wamp configuration guide. I have written a easy guide for Ubuntu. This is the best guide for windows. Read it.

Categories: Apache, MySQL, php, windows

How to install mobile broadband on ubuntu 10

August 13, 2010 8 comments

1. Connect your Mobile broadband device. (You don’t want additional software, Ubuntu includes latest connection information)
2. Click on Network connections item
3. Select Setup a Mobile Broadband Connection
4. Follow only following steps

This slideshow requires JavaScript.

That’s all.

Categories: Ubuntu

Insert Quick Text in MS Word

August 11, 2010 Leave a comment

When you want to have sample text, you can generate it on MS Word very easily. Try following commands on Microsoft Word.

just type following command and press enter key
=rand()
=lorem()

When you need number of paragraphs and lines. =rand(number of paragraphs, number of lines)
=rand(1) – will produce a one paragraph.
=rand(10,2) – Ten paragraphs with 2 lines
=lorem(10,2)

To repeat press ctrl+Y

:D

Categories: MS Office

Project-Fork a project management solution with joomla!

August 7, 2010 Leave a comment

This is about how to create a easy project management solution with free and open source products. Project Fork is a joomla component which includes useful customizations and lot of project management features. for any kind of project management events can be tracked on it and nice communication system is there by emails for project users. Tasks, Milestones, Deadlines can be notified by the system.

project-fork with carbon theme

Use project-fork. I’m also using it. if you are willing to donate some, you can find new themes compatible with smart-phones.

Categories: joomla!

JA T3 Framework 2 for joomla! 1.6 designers

August 7, 2010 2 comments

JoomlArt is the the best template designers for the joomla! according to my experience. They have released their new version (2.0) of T3 Framework for designers. This is very extravagant creation for designers from the joomlart. I think this will change the mind of designers too. This a quick equipment to design. This T3 Framework is to follow how joomlArt do. This framework is under GPL license. You must have to use the following logo if you use this framework in your design. Now you can download the framework for joomla! 1.6 also. As joomla 1.6 allows you to use various templates in one site itself this would be great.

JA T3 Framework 2.0 Overview | JA T3 Framework 2.0 Developer Guides

For joomla! 1.6

Categories: joomla!

How to translate your own component in joomla! 1.5

May 7, 2010 1 comment

In Joomla! 1.5

If you have programmed a component in joomla 1.5, you are able to make available to translate into any language that joomla could do. for this you should use the most popular and only translation pack “joomfish”.

1. install your language for site in joomla administrator (download from the languages at joomla.org)

2. install joomfish

3. enable your language if it is not only one of your site

4. select the database table you have in your own component

5. get all the fields available in the table and arrange it like follows in an XML format

<?xml version=”1.0″ ?>
<joomfish type=”contentelement”>
<name>Your Component</name>
<author>Your Name</author>
<version>2.0.4</version>
<description>Definition for your component</description>
<reference type=”content”>
<table name=”yourtablename”>
<field type=”referenceid” name=”id” translate=”0″>ID</field>
<field type=”titletext” name=”field1″ translate=”1″>Field 1</field>
<field type=”text” name=”field2″ translate=”1″>Field 2</field>
<field type=”text” name=”field3″ translate=”1″>Field 3</field>
<field type=”created_date” name=”created” translate=”0″>Created</field>
<field type=”modified_date” name=”modified” translate=”0″>Modified</field>
<field type=”checked_out_by” name=”checked_out” translate=”0″>Check out by</field>
<field type=”checked_out_date” name=”checked_out_time” translate=”0″>Check out date</field>
<field type=”published” name=”published” translate=”0″>published</field>
</table>
</reference>
</joomfish>

6. save the file according to the table name so you can identify it also, and go to joomfish in admin panel

7. select content element and select install. select your file and select upload file and install

8.  Go to control panel of joomfish and select translate, now your table is available to translate

Categories: joomla!

How to install Ubuntu inside Windows 7

May 6, 2010 19 comments

1. Download the latest copy of Ubuntu

2. You should have installed Deamon Tools Lite or install it

3. Mount the image of Ubuntu ….desktop-i386.iso

4. Run with wubi.exe on mount, it gives auto run

5. Click on install inside windows

6. select the drive

7. That’s it… If you want to uninstall go to windows -> programs -> uninstall ubuntu

Categories: Ubuntu, windows
Follow

Get every new post delivered to your Inbox.