How to Backup MySQL Database automatically (for Linux users) 15 2 * * * root mysqldump -u root -pPASSWORD –all-databases | gzip > /mnt/disk2/database_`data ‘ %m-%d-%Y’`.sql.gz This post will show you how to backup MySQL Database automatically if you are a linux user. You can use cron to backup your MySQL database automatically.”cron” is a time-based scheduling utility in Unix/Linux operating system.

WireFraming Tools

WireFraming  Tools Features http://pencil.evolus.vn/en-US/Home.aspx http://balsamiq.com/products/mockups http://www.flairbuilder.com/f Articles on WireFraming http://www.smashingmagazine.com/2009/09/01/35-excellent-wireframing-resources/ http://www.onextrapixel.com/2009/07/15/the-importance-of-wireframes-in-web-design-and-9-tools-to-create-wireframes/

301 – Permanent redirection Script php

301 – Permanent redirection ————————— <?php // Permanent redirection header(“HTTP/1.1 301 Moved Permanently”); header(“Location: http://www.somacon.com/”); exit(); ?> 302 – Permanent redirection ————————— Redirecting a page in PHP <?php header(“Location: http://www.domain.com/temporary-address/temporary-file-name.html”); exit(); ?>

Visio Resources

Visio Resources http://www.visiocafe.com/ http://www.visguy.com/

Create good meta descriptions

The HTML suggestions page in Webmaster Tools lists pages where Google has detected missing or problematic meta descriptions. (To see this page, click Diagnostics in the left-hand menu of the site Dashboard. Then clickHTML suggestions.) Differentiate the descriptions for different pages. Using identical or similar descriptions on every page of a site isn’t very helpful when individual […]

WordPress Theme Sites

High quality and professional free WordPress Themes http://newwpthemes.com/ Premium WordPress Themes from Solostream Make it Quick, Easy and Affordable to Set Up Your Website, Blog or Online Magazine http://www.solostream.com/

Search Engine Scripts

Search Engine Scripts http://www.thefreecountry.com/perlscripts/searchengines.shtml http://www.scriptarchive.com/search.html http://www.extropia.com/applications/search.html http://www.kscripts.com/ksearch_templates.html http://www.xav.com/scripts/search/ Find Songs Robbie Robertson – Unbound Chinmaya Dunster – Manipuri Megh Nabiha Yasbeck – Astahel

.htaccess File – Modx friendly URLs

# Vital components of your .htaccess file RewriteEngine On RewriteBase / # Force “www.yourdomain.com” instead of just “yourdomain.com” RewriteCond %{HTTP_HOST} . RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com [NC] RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L] # The Friendly URLs part RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] Make sure your site is still working… you can still use […]

CMS TEST

The official definition of enterprise content management was created by the Association for Information and Image Management (AIIM) International, the worldwide association for enterprise content management, in the year 2000. The abbreviation ECM has been reinterpreted and redefined many times [2]. In late 2005 AIIM defined ECM as: Enterprise content management is the technologies used […]

Rss Line Breaks

How does one add a line break to an RSS Feed? You want the code instead like this: <Info><![CDATA[This Picture was created by<br /> Type-Style back in 2007. ]]></Info> Example Code <item> <title>Example hot to put link break in XML file – FREE – Adobe Seminars</title> <description><![CDATA[“EXAMPLE, 2:30 – 3:50 – Attend the Flash CS5 […]

Blog notes:

Blog notes: Check the Freshness of a Web Page’s Content Sometimes you like to know how up-to-date the contents of a Web page are. In some cases authors put information about when a page was updated at the bottom of the page but very often they do not. You can use a short JavaScript command […]

BBC Radio Links – Reading

BBC Radio World Service http://www.bbc.co.uk/worldservice/meta/tx/nb/live_infent_au_nb.asx (ZZZlink) BBC World Service 24 Hour News Channel http://www.bbc.co.uk/worldservice/meta/tx/nb/live_ennws_au_nb.asx (ZZZlink) BBC Radio 1 – http://www.bbc.co.uk/radio/listen/live/r1.asx (ZZZlink) BBC Radio 1xtra – http://www.bbc.co.uk/radio/listen/live/r1x.asx (ZZZlink) BBC Radio 2 – http://www.bbc.co.uk/radio/listen/live/r2.asx (ZZZlink) BBC Radio 3 – http://www.bbc.co.uk/radio/listen/live/r3.asx (ZZZlink) BBC Radio 4 – http://www.bbc.co.uk/radio/listen/live/r4.asx (ZZZlink) BBC Radio 4 Long Wave LW – http://www.bbc.co.uk/radio/listen/live/r4lw.asx (ZZZlink) BBC […]