[SOLVED] Google has disabled use of the Maps API for this application

Aug
20

With Google API v2 being deprecated, the app that was working perfectly before started to spit errors on the user's screen like the one showing below:

Posted By admin read more

Getting started with Doctrine 2 in ZF2

Aug
03

Using Doctrine as an ORM to persist your data significantly lowers your overhead in managing your database. However, if you're just getting started with Doctrine, you'll have to invest in moderate time to overcome learning curve. Here is some of not so obvious tricks you'll have to learn as a beginner to utilize Doctring.

Q. How do you install ZF2 doctrine modules?

Posted By admin read more

Getting started with composer (composer.phar)

Jul
31

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 modules (DoctrineModule and DoctrineORMModule) from GitHub to enable doctrine support in my ZF2 project. Oops, just installing those two Zend modules from GitHub do not make doctrine work! What am I doing wrong? Do I need a core Doctrine library from doctrine-project.org installed in addition to those two modules in order to make this work in ZF2?

Posted By admin read more

SuiteCloud Developer Tools

Jul
31

I've had a chance to listen in on condensed version of webinar that discusses developer tools for the SuiteCloud platform. I have personally worked in Netsuite platform for about a year and have worked with SuiteTalk and SuiteScript development tools to integrate a standalone ecommerce application into Netsuite. Although I do have the administrative privileges, I have not thoroughly explore the available development tools that are offered by Netsuite.

Posted By admin read more

How do you customize Google Custom Search Engine (CSE)?

Jul
11

Have you tried to customize the Google CSE search box to fit your website theme, and having difficulty implementing it? You're not alone. I've browsed Google CSE documentation for some time, but this information is buried under the hood and took me a while to figure this out. This is a 2-page Search & Results page design. You'll style the form element how ever you wish to design.

Search Box:

Posted By admin read more

MySQL Character Set and Collation

Jun
29

MySQL documentation states the following in respect to "character set" and "collation" of the data storage in the database.

Posted By admin read more

jQuery anonymous and callback function declarations

Jun
26

JavaScript enables you to create anonymous functions to be executed immediately or when the document is ready, and also allows you to freely pass functions around to be executed at a later time. The default short-hand notation for jQuery wrapper is $, and unless your webpage has a conflict with other javascript libraries you may freely use $ to wrap any jQuery scripts. Since there are many variations of anonymous function calls, they are worth mentioning here.

Posted By admin read more

How to change MySQL user and root password?

Jun
09

We have been using DirectAdmin control panel for a number of years, and each time we setup a server it is necessary to change the root password. By default, Direct Admin creates a MySql superuser called "da_admin" with a preassigned password, but we do not know what the root password is. Since we use both DirectAdmin and command-line to manage our server, it is essential that we have proper MySQL root password assigned.

Posted By admin read more

How to print documents from Android Devices (Smartphones and Tablets)?

Jun
07

You might wonder if you can print documents from your Android Devices. The answer is YES. You need a specific App though.

Posted By admin read more

How to root your Android OS?

Jun
07

What is Android?

Posted By admin read more

Pages

Subscribe to Web Traffic Exchange RSS