enable the following extension in php.ini file to say:
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
extension=php_xmlrpc.dll
extension=php_xsl.dll
extension=php_http.dll
Posted on 31 August 2009.
enable the following extension in php.ini file to say:
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
extension=php_xmlrpc.dll
extension=php_xsl.dll
extension=php_http.dll
Posted in PHP0 Comments
Posted on 31 August 2009.
A feed is a function of special software that allows feedreaders to access a site, automatically looking for new content and then posting the information about new content and updates to another site. This provides a way for users to keep up with the latest and hottest information posted on different blogging sites.
There are several different kinds of feeds, read by different feedreaders. Some feeds include RSS (alternately defined as “Rich Site Summary” or “Really Simple Syndication”), Atom or RDF files.
By default, WordPress comes with various feeds. They are generated by template tag for bloginfo() for each type of feed and are typically listed in the sidebar and/or footer of most WordPress Themes. They look like this: Continue Reading
Posted in PHP0 Comments
Posted on 26 August 2009.
To set the dialog box options, follow the next steps:
Posted in JavaScript - Ajax, PHP, Programming0 Comments
Posted on 22 August 2009.
When trying to automatically upgrade a blog from 2.8.1 to 2.8.2 it wouldn’t work and I saw an error message similar to this: Allowed memory size of 33554432 bytes exhausted. It seems the error is pretty common and I found the solutions on the WordPress.org support forums. In my case it was an active plugin causing the problem. I started deactivated one plugin at a time and trying the automatic upgrade after each one. It wasn’t until the 8th deactivated plugin, Contact Form, that the automatic upgrade worked.
Posted in PHP0 Comments
Posted on 22 August 2009.
Its very simple to chage the passwords
log into the asterisk box, ie command prompt, you can do this through puttty or a terminal window.
The password you need to change are the following
passwd will change your route password
passwd-amp is your portal password
passwd-maint will change your admin for free pbx
passwd-meetme to see up meetme
Posted in Trixbox0 Comments
Posted on 03 August 2009.
For a website that has URLs that end with a slash (/), it’s a good practice to ensure that all url links been parsed by the web server ended with trailing slash, even if visitors forget to enter the ending slash. This avoid visitors been served with 404 Page Not Found or Page Cannot be Displayed error as some webservers treat links without trailing slash as a file name instead of directory, and thus unable to locate the documents. It also eliminates the possibility that both pages with same content, one with slash at the end and another without, been viewed by search engines as duplicate content.
As an example, all hits to http://www.mydigitallife.info/contact should be redirect to http://www.mydigitallife.info/contact/. Continue Reading
Posted in .htaccess0 Comments
Posted on 03 August 2009.
Also see the FAQ for thunderbird contact sync.
more info http://www.zindus.com/faq-thunderbird-google/ Continue Reading
Posted in Tips & Tricks, Tutorials, Windows0 Comments
