Tuesday, March 18th, 2008 Posted in HTML & XHTML Tutorials | No Comments »
When Microsoft’s best and brightest took the stage at MIX08 last week, we all knew we’d be hearing about Internet Explorer 8. If we were lucky, we might even get ... Read more..Tuesday, March 18th, 2008 Posted in PHP & MySQL | 2 Comments »
If you run a Website about programming, chances are that you display source code on your site's pages. Wouldn't it be great if the source code was highlighted -- displayed ... Read more..Monday, March 17th, 2008 Posted in PHP & MySQL | 4 Comments »
PHP is a terrific language for the rapid development of dynamic Websites. It also has many features that are friendly to beginning programmers, such as the fact that ... Read more..Monday, March 17th, 2008 Posted in Site Marketing | No Comments »
Understanding and using web analytics. In recent years, website marketers were concerned with increasing hits and the stickiness of their sites. They were concerned with increasing page views and the amount ... Read more..Sunday, March 16th, 2008 Posted in Web Services | No Comments »
When you are working on code first approach you want to derive the contract WSDL from the code that you already have for the Web Service. If you may have worked ... Read more..Sunday, March 16th, 2008 Posted in Web Services | No Comments »
Lets assume this is the data I want to return array(3) { ["data"] => array(2) { [0] => string(5) "abc" [1] => string(3) "def" } ["successful"] => bool(true) ["message"]=> string(49) "Transaction successful." } Here are the 2 ... Read more..Sunday, March 16th, 2008 Posted in Web Services | No Comments »
Well if you have followed the previous post on using NuSOAP to create an amazon web service then you might be interested in using NuSOAP to create a web service ... Read more..Saturday, March 15th, 2008 Posted in Web Services | 1 Comment »
As mentioned previously, current Web Services do almost always use WSDL. Writing WSDL manually is a real pain and very error-prone, but most serious Web Services implementations for PHP can ... Read more..Thursday, March 13th, 2008 Posted in Open source | No Comments »
PHProjekt is a groupware suite which supports communication and management of teams and companies via Intranet and Internet. Components are: group calendar with resource booking, time card system, project management, ... Read more..Wednesday, March 12th, 2008 Posted in Web Services | No Comments »
If you check domain is already registered then you see information domain. Webservice Search Domain Tool check domain Web Services by nusoap Add code Input: domain Output: string information domain Download nusoap v 1.94 <?php require_once('../lib/nusoap.php'); $client = new ... Read more..