-
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
Tag Archives: sample code
Netsuite API Raw XML Request
Recently someone asked me if I could send them a copy of the XML that gets sent back and forth when you make a Netsuite API call. This could be useful if you want to implement the Netsuite API in … Continue reading
Posted in Beginning with the PHPToolkit, Netsuite PHPToolkit
Tagged Developing with Netsuite, netsuite, PHP, php toolkit, sample code, xml
1 Comment
Netsuite API Testing Script
Although I have posted many code samples on this site, I have rarely included a fully functional script. Often login information or execution code was not included since it wasn’t relevant to the particular post. However, here is a complete … Continue reading
Posted in Beginning with the PHPToolkit
Tagged api, Developing with Netsuite, netsuite, Netsuite PHP Tookkit, PHP, php toolkit, sample code
Leave a comment
o3ProtectedInput.js — JQuery Plugin to Protect Inputs
Today we are releasing a JQuery plugin we have written under an open source license (MIT). It is a small plugin that makes an input harder to edit. Although this may seem counter productive, it is acctually quite useful for … Continue reading
Posted in JavaScript, jQuery, Plugin, Uncategorized
Tagged firefox, forms, html, input, JavaScript, jQuery, jquery plugin, MIT, plugins, sample code, script
Leave a comment
Changing Symfony Routing Requirements
One of my favorite features of Symfony is the routing sub-system. It allows for very flexible routing rules. On a project I have been working on, I have been tweaking the routing requirements in Symfony. One really nice feature is … Continue reading
Posted in 1.4, PHP, Symfony
Tagged factories.yml, PHP Framework, routing, routing.yml, sample code, Symfony, YML
Leave a comment
Retrieving and Displaying Netsuite Address Information
Adam Haeder requested to see some sample code for accessing address information via the Netsuite Webservices API. So here it is:
Posted in Netsuite PHPToolkit, PHP
Tagged api, backend, Developing with Netsuite, netsuite, PHP, php toolkit, sample code
1 Comment
Jquery Validation Plugin with multiple forms
I love using the Jquery Validation plugin on my html forms. It makes frontend validation very easy and painless. However, today I noticed a strange problem, when I was pressing the submit button on a form, it was requiring fields … Continue reading
Posted in Html, JavaScript, jQuery, Plugin
Tagged data validation, forms, JavaScript, jQuery, sample code
Leave a comment
Javascript Associative Array Empty?
I was trying to form an associative array in javascript and made the mistake of trying to form it with the following code. When I dumped the variable I found it was empty. As to be expected, this is another … Continue reading
PHP Output Buffering (with HTML)
Over the past year I have made heavy use of PHP output buffering. Although it serves no function purpose, it can make for much more readable code; I have found it particlarly useful for outputting HTML from methods. Consider the … Continue reading
Posted in Html, PHP, Uncategorized
Tagged html, netbeans, output buffering, PHP, sample code
Leave a comment
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
Create Netsuite Customer with Addresses
Figuring out how to do address arrays on a Netsuite Customer can be rather complicated so I thought I would share some sample code:
Posted in Netsuite PHPToolkit
Tagged Developing with Netsuite, PHP, php toolkit, sample code
10 Comments
