Upgrading your Wordpress blog to the latest version (2.5.1 at the time of this posting) is usually a breeze:
- make a backup copy of your blog database should something unexpected happen.
- download the zip folder containing the latest version of wordpress (i.e wordpress 2.5.1) from http://wordpress.org/
- extract the content of that folder somewhere in your computer
- use an FTP program or Dreamweaver to upload all the newly downloaded wordpress files except the wp-content ( and whatever is inside the wp-content folder)
- execute the upgrade program by entering http://www.your-blog-address/wp-admin/upgrade.php in your web browser’s address bar.
http://www.your-blog-address is whatever your blog address is. For instance our blog web site address is http://www.saheltech.com/blog
- follow the step-by-step instructions displayed on your screen.
Keep reading »
Posted in WordPress Blog | No Comments »
Related Posts
WordPress 2.2.1 admin panel problem with Email Notification Plugin v2.3.1Visitors Counter in PHP for your web siteAbout This BlogBlog IndexJavascript: what is it for
Email This Post
The WordPress Email Notification Plugin v2.3.1 in the WordPress 2.2.1 admin panel makes the file upload functionality to go awol. This plugin would allow the blog author to automatically send notification to the blog subscribers about updates and new posts in the blog.
Keep reading »
Posted in WordPress Blog | 3 Comments »
Related Posts
Upgrading Wordpress Blog for Yahoo Web Hosting
Email This Post
I thought I needed to write this small visitors counter in PHP to display the total number of visitors in your web site. This counter is written in PHP therefore your web hosting account must have PHP enabled in order for the counter to work.
Keep reading »
Posted in Javascript Tips, Web Design Tips, web design tools | 1 Comment »
Related Posts
No related posts
Email This Post
I just had a pleasant surprise this morning while surfing one of the e-commerce web sites I am in charge of maintaining and search engines marketing: the google PageRank of most of the web pages has skyrocketed from 0 to 3.
For over a year or more, only the home page had a Google Pagerank 3. All the catalog and the individual product pages still had a PR 0.
Keep reading »
Posted in E-Business Marketing, Search Engines, Site Optimization | No Comments »
Related Posts
Javascript: what is it forConsecutive Spaces in Text with DreamweaverUpgrading Wordpress Blog for Yahoo Web Hosting
Email This Post
When editing text within Dreamweaver, web site owners are often discover a very the large gap between lines after pressing the Enter on the Keyboard.
That keystroke is interpreted by Dreamweaver as the end of the previous paragraph and the opening of a new one. Depending on the web browser you are previewing the current page with a gap of 20 to 30 pixels appears between the two lines of text.
Keep reading »
Posted in Dreamweaver Tips | 1 Comment »
Related Posts
Consecutive Spaces in Text with DreamweaverVisitors Counter in PHP for your web siteUpgrading Wordpress Blog for Yahoo Web Hosting
Email This Post
In its default settings, Dreamweaver will not allow you to put several blank spaces in a row when editing text in your web page.
In order to correct this situation and make your page update as easy as in a word processor you need to modify your Dreamweaver software preferences.
Keep reading »
Posted in Dreamweaver Tips | No Comments »
Related Posts
Single Line Break in DreamweaverUpgrading Wordpress Blog for Yahoo Web HostingCSS what can you do with it?Layer Scrolling without Horizontal scroll barCSS in Classified Ads
Email This Post
CSS stands for Cascading Style Sheets.
Typically a Style Sheet is a plain text document with a set of instructions (CSS styles, rules) specifying how each element (selectors) in your web page should be appear in a computer screen or even how it is printed on a sheet of paper.
Keep reading »
Posted in CSS Tips & Tricks, Definitions and Usages | No Comments »
Related Posts
No related posts
Email This Post
How to make the vertical navigation column expands through the entire height of the web page with CSS. That’s question often asked time and time again on various forums.
While this can be easily achieved with table-based web page layout, it can be tricky when using CSS instead. As a matter of fact maintaining columns of same height when one of them is expanding vertically is quite a bit of a challenge in CSS without the use of javascript.
Keep reading »
Posted in CSS Tips & Tricks | 1 Comment »
Related Posts
Layer Scrolling without Horizontal scroll barJavascript: what is it forCSS what can you do with it?CSS in Classified AdsConsecutive Spaces in Text with Dreamweaver
Email This Post
The power of CSS, besides giving the web desigers more control over the web pages layout is also the separation between the page content and its presentation.
Linking your web pages to an external CSS file makes the HTML code cleaner, creates a more consistent look throughout your web site and updating your web pages layout much much easire: modify your CSS files then all your web pages follow the new CSS rules in a snap.
Keep reading »
Posted in CSS Tips & Tricks | No Comments »
Related Posts
No related posts
Email This Post