Posts Tagged ‘Web Server’

Can you help with my Wordpress Installation Error?

Sunday, February 14th, 2010

I’m installing wordpress on my GoDaddy domain and I keep getting this error message when I run the install file: Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

I know there is a lot of literature on how to fix this, but I don’t understand any of it! Could someone please baby me through it?

I’m using Firefox, Mac OS X, and a godaddy hosted account.
Thanks, dhyrm!

I had no idea it was that easy, you just saved me a bunch of time.

What that is telling you is that there is a problem with the Web server itself.

Use GoDaddy’s built-in installer and you should not have these problems:

http://help.godaddy.com/article/834

Alternatively, contact GoDaddy tech support if their installer is causing you trouble.

I remain the last person on Earth who reads technical documentation.

Technorati Tags: , , , , , , , , , , , ,

What You Need To Know About WordPress Podcasts

Thursday, January 21st, 2010

WordPress is a blogging platform that has podcasting support. A podcast is a pre-recorded audio program, very much like a radio program that is listened to on the computer. Podcasting is distributing audio or video content via RSS 2.0 or atom as WordPress creates all the necessary links for the site.

Using WordPress for Podcasting

WordPress works for podcasting. It starts with the creation of a video or audio that is intended to be shared. The file is uploaded to a server and the line to the file is posted in the weblog. WordPress automatically includes a link to the file in the RSS/Atom feed. Listeners will then subscribe to the feed where new files are downloaded automatically.

Podcasting is supported by WordPress 1.5. Linking to an audio file in one of the posts will result to WordPress automatically adding the enclosure tag to the RSS2 feed to make it usable as a podcast. It is important to use a complete and absolute URL when linking to an audio file or wordpress will not be able to make an enclosure for it.

The RSS2 feed should be made available by putting a linking somewhere on the page. As of WordPress 1.5, the RSS 2.0/Atom links are located at the bottom of the page by default. This only works for posts and not for static pages. When a linked file is inaccessible upon publishing of the post, WordPress will not be able to collect the information it needs from the linked files.

A change in the linked file would require refurbishing of the posts so that WordPress can update its file size information about the file. In order for WordPress to recognize m4a and m4b files as podcast, the web server has to be configured to serve the right content type. An XML at the end of the RSS/Atom URL may occasionally be needed for it to work properly.

Dedicated podcast feeds can be made by creating a category in the Admin>Manage>Categories panel for the audio files, and a post containing an audio link must be assigned to every category. If audio file are being hosted on http://archive.org, a custom field called “enclosure” should be added and the full URL is posted for the MP3 file in the value field.

Podcasting allows anyone to create his/her own audio programming and deliver it via the web. The usual way of distributing podcasts are through RSS enclosures as it allows the reference of binary data from within the RSS feed. Podcast readers subscribe to the RSS feed and download the audio files contained in the enclosures. The downloaded audio files are then moved to a portable audio player for later consumption.

Of WordPress Plugins

There are resources that will help in getting to know the WordPress blog platform better. The WordPress podcast features easy and understandable commentaries about WordPress plus a couple of plugins. It is a great learning resource for any skill or experience level. The Diagnosis plugin presents the detailed information about the server, operating system and the database. It is presented in a way that could be understood by the least technically-inclined person using it. Most will be able to appreciate its rich tech content.

The PodPress plugin is designed to make podcasting with WordPress as easy as possible. It has several features that will make its use fruitful to the user. It has full featured and automatic feed generation as well as auto generation of enclosure tag. It provides a preview of what the podcast would look like on iTunes. The podcast is able to download stats and there is support provided for premium content for pay accounts. This plugin makes adding a podcast to a post very simple and makes possible the viewing of MP3 files’ ID3 tag information. The contents of the ID3 tags can even be copied into the post.

It likewise provides control where the player will display within the posts. Support for various formats including video podcasting is given while it facilitates support for unlimited number of media files. It has automatic media player for MP3, MP4, MOV, FLV, ASF, WMV, AVI and others. It also includes in-line and Pop-up Windows support and provides preview image for videos.

The Mechanics of Podcasting

Podcasting’s publish/subscribe model makes use of the push technology wherein the information provider chooses which files to offer in a feed and the subscriber chooses among available feed channels. As a digital recording of a radio broadcast or similar program which is made available on the Internet for downloading to a personal audio player, podcasting makes use of an automatic mechanism that transfers multi-media computer files from a server to a client. Podcasts are generally analogous to a recorded television or radio server.

The content provider starts by making a file available on the Internet usually by posting the file on a publicly-available web server. However, it is not technically necessary that the file be publicly accessible but it is required that it be accessible through some known URL or a general-purpose Internet address. He then acknowledges the existence of the file by referencing it in another file known as the feed.

The feed is a machine-readable list of the URLs by which episodes of the show may be accessed. One episode refers to the originally made file while the list provides other information such as publish dates, titles and accompanying text description of the series, and each of its episodes. This list can either be published in RSS format and less frequently in atom format.

Feeds may contain entries for all episodes in the series but are usually limited to a short list of the most recent episodes. A feed from one author is commonly used for standard podcasts but the practice of having multiple authors contribute episodes to a single podcast feed is fast becoming popular. The location known as the feed URI or feed URL at which the feed is posted by the content provider is expected to be permanent. This is to be made known to the intended audience.

The user enters the feed URI into a software called a podcatcher or aggregator which retrieves and processes data from the said feed. A podcatcher is a program which starts when the computer is started and runs in the background. A set of feed URIs is managed by it which is added by the user and downloaded at a specified interval. Any substantive change in the feed data from the time it was previously checked will trigger automatic downloading of the location of the most recent item to the user’s computer. Some podcatchers make the newly downloaded episodes available to a user’s portable media player. Downloaded episodes can be played, replayed, or archived like any other computer file.

Danny Wirken
http://www.articlesbase.com/communication-articles/what-you-need-to-know-about-wordpress-podcasts-56641.html

Technorati Tags: , , , , , , , , , , , , ,

What software do you use when building a website using a wordpress theme?

Wednesday, January 20th, 2010

Other the Dreamweaver, what software would you use?

Yeah, ditch Dreamweaver. Building a Wordpress template entails a degree of familiarity with the code that Dreamweaver won’t give you.

I personally use gVim (an excellent, powerful text editor), GIMP, and Inkscape when I build wordpress themes. I also run a full server stack on my computer so that I don’t have to constantly upload stuff to some web server for debugging — so that includes Apache, PHP, and MySQL. Additionally, I use Firefox with a couple of extensions, FireBug and Web Developer, to help me tweak the page designs and debug any Javascript I’ve written. Then I test in Internet Explorer, Chrome, Safari, and Opera.

I think that’s it!

Technorati Tags: , , , , , , , , , , , , , , , , ,

I’m trying to install Wordpress templates…I have a third party server…do I need to use their ftp site ?

Thursday, October 22nd, 2009

I have a free template downloaded, ready to install to my site, which is hosted by a third party server. I have FileZilla on my laptop. Do I need to transfer the template files from my FileZilla or go through the third party’s FTP site to upload the templates ?

The best way to upload and or modify web files (templates in your case) is to use a web page editor. I prefer dreamweaver as do many other people.

Dreamweaver and other html editors has a built in ftp manager that lets you upload, download files as you work on them. If you want to start with the basics, try FrontPage.

You may also use third party FTP clients as well such as:
WS_FTP
Cute_FTP
or web based FTP clients such as what our company has on the website demo
( http://www.fiberftp.com/ftp_client/fiberftp/index.html )
that will allow you to transfer the files to and from your web server.

Fiber FTP Hosting Team
http://www.fiberftp.com

Technorati Tags: , , , , , , , , , , , , , , , , , , ,

Could someone please install wordpress on my Webhost?

Saturday, October 17th, 2009

Could someone please install wordpress on my Webhost? If you do I am good with Sony Vegas and Photoshop so I could design you somestuff. If you are interested just email me at jb.itechsupport@gmail.com

1. Download and unzip the WordPress package, if you haven’t already.
2. Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.
3. Rename the wp-config-sample.php file to wp-config.php.
4. Open wp-config.php in your favorite text editor and fill in your database details as explained in Editing wp-config.php to generate and use your secret key password.
5. Place the WordPress files in the desired location on your web server:
* If you want to integrate WordPress into the root of your domain (e.g. http://example.com/), move or upload all contents of the unzipped WordPress directory (but excluding the directory itself) into the root directory of your web server.
* If you want to have your WordPress installation in its own subdirectory on your web site (e.g. http://example.com/blog/), rename the directory wordpress to the name you’d like the subdirectory to have and move or upload it to your web server. For example if you want the WordPress installation in a subdirectory called "blog", you should rename the directory called "wordpress" to "blog" and upload it to the root directory of your web server.

Hint: If your FTP transfer is too slow read how to avoid FTPing at : Step 1: Download and Extract.
6. Run the WordPress installation script by accessing wp-admin/install.php in your favorite web browser.
* If you installed WordPress in the root directory, you should visit: http://example.com/wp-admin/install.php
* If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://example.com/blog/wp-admin/install.php

That’s it! WordPress should now be installed.

Technorati Tags: , , , , , , , , , , , , , , , , , , ,

How can I own a web server and install wordpress on it?

Saturday, October 17th, 2009


To own a Web Space you need to buy a hosting space and need to install a Wordpress on it.

wordpress is well known for its ease of installation. Under most circumstances installing WordPress is a very simple process and takes less than five minutes to complete.

You can buy the cheapest hosting space in the following website:

www.rarws.com

By paying extra they will also install a Wordpress on your Web space and hand it over to you.

I am a regular customer of this website and I am using Joomla. You can contact them at admin@rarws.com

Technorati Tags: , , , , ,

How can I install Wordpress on a windows web server running merak icewarp?

Wednesday, October 14th, 2009


I am not using icewarp, try to use Easy php from http://easyphp.org/index.php , it acts like a real webhost so you can run your wordpress locally and test your wordpress themes and plugin in your windows.

Technorati Tags: , , , , , , ,