I was looking for some good flash charts to use and found one that is free, customizable, sleek, and works with PHP! Open Flash Charts are great even though the examples on their site don’t do it total justice. With a couple customization options you can make your own flash charts look really […]
Filed under: Web Developing on December 10th, 2007 | 1 Comment »
Since I’ve spent so much time figuring out the best method for calculating floating holidays in PHP, I’ve decided to share this little function with everyone. I found the best calculation method and mixed it in with what I thought was a little more useful. Just feed in the needed parameters and you’re […]
Filed under: Web Developing on November 14th, 2007 | 1 Comment »
I hope to provide you with enough information to get you familiar with coding PHP to work with Quickbooks Web Connector. I am going to expand on the very useful php tutorial for Quickbooks Web Connector posted by the wonderful guys at ubercart. Please read what they have provided, and then come back […]
Filed under: Web Developing on August 3rd, 2007 | 1 Comment »
A quick little tip for when you get the javascript Prototype library error
Form.Element.Serializers[method] is not a function.
When I got this error, it was because I had another element on the page with the same id. This element happened to be an anchor element. So if you get this error, make sure your id […]
Filed under: Web Developing on June 25th, 2007 | 2 Comments »
Having problems with your cart or page that “should” be secure, but isn’t? Is the lock broken or just not showing at all? Been there, done that. I went through a list of things that should have fixed the problem.
Check all images are being sent with https
Check JavaScript code
Check cookies
Are Your Images […]
Filed under: Web Developing on April 7th, 2006 | No Comments »