-
Recent Posts
Ubuntu Countdown
Archives
Recent Comments
Categories
Tags
ajax apache api bandwidth bash browsers bug config custom fields data validation Developing with Netsuite Doctrine embed error firefox forms google google analytics html HTML 5 JavaScript jQuery linux netbeans netsuite Netsuite Bugs Netsuite Errors Netsuite Sucks network override PHP PHP Framework php toolkit plugin routing sample code script search security Symfony task Ubuntu web browsers xml YML
Monthly Archives: January 2012
Symfony including extra libraries or classes
I had a need lately to include an external library of php classes in a Symfony project. On option was dumping them into the lib folder, but I didn’t want to do that. At first I tried placing a script … Continue reading
Linux test network connection
Lately I have begun to suspect on of my servers is losing its network connection under certain circumstances. Naturally I started with basic connectivity test such as ping: However, I also wanted to put it under a little strain so … Continue reading
Posted in Linux, System Administration
Tagged bash, command line, file transfer, linux, sh, ssh, Ubuntu
Leave a comment
Doctrine Query Foreach Problem
The other day I was trying foreach loop through a Doctrine collection. I was getting confused, because my loop was never executing even though count() returned a positive value. It turns out that I had forgotten to run ->execute() on … Continue reading
Netsuite Webservices and Multiple Item Sales Orders
By request, here is a post on creating a sales order record with Netsuite PHPToolkit with more than one item: Its not all that intuitive, but that’s Netsuite Web-services for you…
Posted in Netsuite PHPToolkit, PHP
Tagged Developing with Netsuite, netsuite, PHP, php toolkit, sample code
3 Comments
Wordwrap in Netbeans
To enable the wordwrap functionality in Netbeans IDE. Go to Tools >> Options and then click the Editor then Formatting tab. On the “Line Wrap” drop down click “After Words.” Wordwrap is now enabled.
