Posts filed under 'open source'
jorjevio now blogging on a new address
Hello all thank you for all your vistis im now blogging at blog.social-media.gr
Add comment August 6, 2009
How Do I Implement a 301 Redirect?
How Do I Implement a 301 Redirect?
- PHP (.htaccess) redirect
- ASP redirect
- ASP .NET redirect
- Windows redirect (IIS)
- ColdFusion redirect
- Canonical issues
PHP 301 Redirect (with a .htaccess File)
If the .htaccess file does not exist, create a new file with no trailing extension after the “.htaccess” using a plain text editor (Remember to put the period at the beginning of the file name!). For a Mac, we recommend BBEdit; for Windows, TextPad. Upload it to the root directory. Usually that’s in /public_html or /www on your server.
Add a new line that reads:
redirect 301 / http://www.new-site.com/
Or to redirect individual pages use the following as an example:
redirect 301 /old_page.html http://www.yourdomain.com/abc/new_page.html
In ASP:
Open the old web page and replace all its content with the following code, replacing “www.new-location.com” with the file name of the new page.
<%@ Language=VBScript %>
<%
Response.Status=”301 Moved Permanently”
Response.AddHeader “Location”, “http://www.new-location.com”
%>
Add comment April 8, 2009
social media presentation
http://www.slideshare.net/chriss/social-media-web-20
Add comment April 8, 2009
Wp plugins
http://wordpress.org/extend/plugins/all-in-one-seo-pack/
Optimizes your WordPress blog for Search Engines (Search Engine Optimization).
Some features:
- Automatically optimizes your titles for search engines
- Generates META tags automatically
- Avoids the typical duplicate content found on WordPress blogs
- For WordPress 2.7.1 you don’t even have to look at the options, it works out-of-the-box. Just install.
- You can override any title and set any META description and any META keywords you want.
- You can fine-tune everything
- Backward-Compatibility with many other plugins, like Auto Meta, Ultimate Tag Warrior and others.
Pods is a CMS
Download http://wordpress.org/extend/plugins/pods/
Pods is a CMS plugin that allows for the creation and management of content types (pods). Unlike Custom Fields, Pods allows you to create actual relationships among content types. With support for relationships, you’re free to create a highly interconnected site with the simplicity you’d expect from WordPress. If you’ve been looking for a clean, lightweight alternative to Drupal/CCK or Joomla, then look no further.
Pods includes several other helpful features: PodPages (custom pages with wildcard support), full access control, a complete Menu Editor (for building top-level and local navs), an intuitive content browser, and much more.
Add comment March 12, 2009
Tutorials of CMS
Website Tutorials
In order to provide you with comprehensive and easy accessible information SiteGround has now launched its NEW rearranged Tutorial Indexes. For your convenience you can now choose between an Index and a Category View in order to find what you are looking for. You can also check out our Getting Started Tutorial!
| Web Hosting Tutorials | Getting started | Resellers’ Guide | Web Hosting |
| CPanel | FTP | ||
| PHP & MySQL |
| Website Tutorials | 10 Website Ideas | Website Promotion | How to create a blog? |
| Website Performance | DreamWeaver | Flash | |
| Zen SiteBuilder | RapidWeaver | SiteMap |
| CMS Tutorials | Joomla | Joomla 1.5 | Mambo |
| Drupal | Moodle | WordPress | e107 |
| Typo3 | ezPublish | phpSQLiteCMS | |
| MiaCMS | |||
| phpSQLiteCMS | |||
| Nuke and Clan Tutorials | PHPNuke | Zikula | PostNuke |
| Shopping Cart Tutorials | OsCommerce | CRE Loaded | Zen Cart |
| CS-Cart | Cube Cart | Magento |
| Forum Tutorials | phpBB | phpBB 3 | SMF |
| vBulletin | Invision board |
| Gallery Tutorials | Gallery | Coppermine | Expose Gallery |
| Miscellaneous Tutorials | MediaWiki | SugarCRM | vTiger | |
| dotProject | Groupware | phpLive | ||
| Claroline |
CMS Software Tutorials
osCommerce Free OnLine Flash Tutorials Center
Add comment February 18, 2009
WordPress 2.7.1
WordPress 2.7.1 By Ryan Boren. Filed under Releases. 2.7.1, the first 2.7 maintenance release, is now available. 2.7.1 fixes 68 tickets. You can automatically upgrade from 2.7 to 2.7.1 via the Tools->Upgrade menu, or you can download the package and upgrade manually. Consult the list of fixed tickets and the full set of changes between 2.7 and 2.7.1 for details.
3 comments February 12, 2009
about seo + design
http://sharebrain.info/brainpicks/menu-navigation/styled-menus-free-professional-css-menus-gallery/5505/
http://www.styledmenus.com/
http://sharebrain.info/category/brainpicks/seo-tools/
Add comment February 11, 2009
Zen cart Modules
Zen cart components ready to download. ie: lightbox, photogallery
Continue Reading Add comment February 11, 2009
