Tags
.htaccess /usr/local/ AdWords Assests bin CMS Content Management Systems Creating new page Creating Themes SilverStripe DNS ESL firewall HTTP Images Installing Korea Korean Learning Guitar Links Linux New page Type open ports page type Port number ports President Elect Obama President Obama Protocol rpm Scalextric SEO SilverStripe SilverStripe 2.1 Slot Cars Tags tar TCP themes Time Magazine cover Todays Laptop and NoteBook Specials voip wamp server wget wowza wowzamedia server
Category Archives: Web Development
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 Cron, Cron Backup, Database, Database Backup, db Backup, MySQL, MySQL Backup, MySQL Script backup
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/
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 301, 301 - Permanent redirection Script php, 301 php
Leave a comment
Visio Resources
Visio Resources http://www.visiocafe.com/ http://www.visguy.com/
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/
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
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
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 line breaks, RSS feed Line break, xml, xml line breaks
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
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
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
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 Creating new page, New page Type, page type, SilverStripe
Leave a comment