Search Results
Sunday, September 21st, 2008
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!Today I got into a wonderful debate about php errors.
I myself prefer to have the system handle the suppression of errors at system init (turn error displaying to off), and only use error suppression (@function) when needed.
Why? @function is […]
Tuesday, March 11th, 2008
Before you start
Before starting anything you should be sure that you have the developer tools package installed. If your not sure, then you don’t. No worries: submit a request to install the developer tools package and you’ll be ready in about 45min to a hour.
Get started
first login as root
next download electroserver:
wget www.electro-server.com/downloads/builds/ElectroServer_4_0_4_linux.rpm
next install the rpm:
[…]
Monday, November 19th, 2007
saw a few incoming searches for xmlrpc errors.
if your using curl and getting ssl errors add the following
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
if your still having issues add this as well
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
hope that helps
Monday, November 19th, 2007
First off this class is incomplete, it will allow you to do the basics up to checking hotel availability. hopefully it offers someone a starting point. I don’t plan on working on this any further unless a client or the community wants it.
Wctravel class ver 0.5.jj
Greg Sidberry
web: elsid.net
email: greg@halfgray.com
This class currently depends on the xmltoarray […]
Friday, November 9th, 2007
Cynthia is a web
content accessibility validation solution, it is designed to identify errors in
design related to Section 508 standards and the WCAG guidelines. The main
purpose of this portal is to educate web site developers in the development Web Based content
that is accessible to all. This online test only validates one page at a time.
Note this […]
Monday, October 15th, 2007
THIS PROJECT HAS BEEN SHUTDOWN, CEASED, SHOT, STABBED, ETC
Why?
I’m shutting down this project due to spam concerns, lack of time, and because it can be done a lot better.
Next Steps
http://myspaceapi.info It’s not live, and i have no idea when i’ll start or finish it, but i’m aiming for an end of the year launch. […]
Thursday, September 20th, 2007
No, I’m not asking that question. Instead, I am going to answer it and explain the reasons why it’s not as easy to traverse the display list like you could in ActionScript 2. In addition, I’ll give you a couple options for how to get around any errors you may encounter when you need to […]
Sunday, September 9th, 2007
I kept receiving privilege related errors when installing flex. After enabling the admin account (still didn’t work) I tried running the install in xp compatibility mode Bingo! Installs just fine now.
Friday, August 31st, 2007
Alot of web host turn off error reporting. and you’ll beat your head turning to turn them back on.
here’s what worked for me - from the comments @ the php manual online
< ?ini_set('display_errors','1');
ini_set('display_startup_errors','1');
error_reporting (E_ALL);?>
then include what file you want to test.
Sunday, June 24th, 2007
the how to covers installing ffmpeg on media temple dv and similar centos setups. I’m going to use yum. Please note that you’ll still need to compile ffmpeg to reinstall it with shared libraries
*note : when i started this tut, yum seemed to be the easiest method. due to the fact i like a challenge, […]