| Webtraffic Exchange
How to change primary key values in MySQL?
To change values of existing integer field (`table` is the table name, and "id" is the column name), you may use the following update SQL command:
Read More +
| Webtraffic Exchange
To change values of existing integer field (`table` is the table name, and "id" is the column name), you may use the following update SQL command:
Read More +
| Webtraffic Exchange
We have been using the DirectAdmin control panel for a number of years, and each time we set up a server it is necessary to change the root password. By default, Direct Admin creates a MySql superuser called "da_admin" w...
Read More +
| Webtraffic Exchange
I am kicking off a new PHP project with the Zend Framework 2 (ZF2) and chose to use Doctrine as the persistence layer with ORM capabilities. Knowing that I need two Zend modules for Doctrine support, I've cloned the two...
Read More +
| Webtraffic Exchange
One of the time-saving settings you can add to your Eclipse preferences is to limit your file searches to your source code and exclude 3rd-party folders. Such folders may include .git, .svn, cache, or templates_c folder...
Read More +
| Webtraffic Exchange
For anyone getting started with Zend Framework 2 (or ZF2), the best way to get up and running quickly is by installing the Zend Skeleton Application available on GitHub. Here is the quick and easy way to get the skeleton...
Read More +
| Webtraffic Exchange
I am newly acquainted with ZF2 and played with EdpModuleLayouts to configure different layouts for each module. For someone with very limited exposure to ZF2, the instruction provided in EdpModuleLayouts is not quite eno...
Read More +
| Webtraffic Exchange
Each CSS selector has a specificity value and the more specific the selector is the higher precedence it has. If multiple selectors apply to a single element, the highest specificity CSS rule applies to the element. Have...
Read More +
| Webtraffic Exchange
ZF2 introduces a new routing for the framework which is similar to ZF1 but has slightly different semantics. The skeleton application ships with a default Application level router which takes a matching controller/action...
Read More +
| Webtraffic Exchange
I've created a fair amount of PHP code to create custom searches on the Netsuite Platform. With the introduction of 2012.2 endpoints late last year, my examples have to be rewritten using the 2012.2 PHP Tool Kit API.
Programming CMS, CRM and ERP Systems
Read More +
| Webtraffic Exchange
There has been a lot of talk about Android ROM and how to flash it with a custom ROM to bring new features to your smartphone. People are also talking about rooting an Android OS and installing aftermarket firmware on it...
Read More +