Category Archives: Web Development

Various Aspects of my work and web development etc..

Calvin and Hobbes – daily comic

Posted in Web Development | Tagged , | Leave a comment

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 … Continue reading

Posted in MySQL, Web Development | Tagged , , , , , , , | Leave a comment

WireFraming Tools

WireFraming  Tools http://www.axure.com/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/

Posted in Web Development, Wireframing | Tagged , , | Leave a comment

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(); ?>

Posted in Php, Web Development | Tagged , , | Leave a comment

Visio Resources

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

Posted in Web Development | Tagged , | Leave a comment

DEMO GALLERY

DEMO GALLERY

Posted in Web Development | Leave a comment

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 … Continue reading

Posted in SEM, SEO | Tagged , , , , , | Leave a comment

Dailys

More to come here

Posted in Web Development | Leave a comment

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/

Posted in Web Development | Tagged , , | Leave a comment

BitNami Stack is an integrated software bundle that includes a web application

What is BitNami? The aim of BitNami is to simplify the deployment of web applications, such as wikis or blogs, in order to make them more accessible. There are a lot of high quality open source software packages that aren’t … Continue reading

Posted in Web Development, Web Hosting | Tagged | 1 Comment

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

Posted in Web Development | Leave a comment

.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 … Continue reading

Posted in CMS, Linux/Unix, Modx | Tagged , | Leave a comment

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 … Continue reading

Posted in CMS, Web Development | Leave a comment

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 … Continue reading

Posted in Web Development, XML/RSS | Tagged , , , | 1 Comment

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 … Continue reading

Posted in Web Development | Leave a comment

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 … Continue reading

Posted in Web Development | Tagged , | Leave a comment

How Online Advertising Works

How Online Advertising Works Although SEM refers to placing ads just on search engines, online advertising as a whole is much broader. The possibilities of online advertising include placing ads on nearly any type of website or page a user … Continue reading

Posted in Advertising, E-commerce, Online Marketing, Web Development | Tagged , , , , , , , , | Leave a comment

301 Page Redirects

301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It’s not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or … Continue reading

Posted in Computers/Networks, Web Development, Web Hosting | Tagged , , , , , , , , | Leave a comment

Attitude Reflects Leadership

In my opinion, organizational leadership one of the keys to the success of our country and our future.  I was surfing the web and came across a video clip from the movie, Remember the Titans, in the clip the white and black … Continue reading

Posted in Web Development | Tagged , | Leave a comment

SilverStripe – Creating a new page type

Creating a new page type Earlier we stated that every page in a SilverStripe site has a page type, and that SilverStripe will look for a template corresponding to the page type. Therefore, the first step to get the homepage … Continue reading

Posted in CMS, SilverStripe, Web Development | Tagged , , , | Leave a comment