Membangun Web Service Open Source dengan SOAP
Apa sich teknologi web service itu? web service adalah sebuah sistem yang dirancang untuk dapat mendukung interaksi komunikasi antar mesin-mesin pada suatu jaringan (w3c.org). Teknologi web service memungkinkan kita dapat menghubungkan berbagai jenis software yang memiliki platform dan sistem operasi yang berbeda. Jadi, kita tetap mendapatkan sebuah potongan informasi dari suatu website tanpa harus mengunjungi [...]
Tags: client, nusoap, Server, soap, webservice
19.Oct.08
PHP, Web Service
Comments (3)
How to Become an SEO Professional ( Part 1 )
SEO professionals are the iconic “knowledge workers.” The difference between a mediocre search engine optimizer and a true “expert” is potentially millions of hits. In talking about how to become an SEO professional I will be concentrating on defining a lone SEO consultant and won’t talk about starting an SEO company.I will do this because [...]
Tags: become, professional, SEO
18.Oct.08
SEO
Comment (1)
PHP WebService Programming with NuSOAP Using WSDL
Sekedar referensi untuk WebService dan implementasi webservice di PHP itu baca dan gunakan NuSoap bisa download di : http://dietrich.ganx4.com/nusoap/ Trus sebelum mencoba, baca dulu refernsi ini : http://www.wackylabs.net/?submit=Search&s=nusoap http://www.scottnichol.com/soap.htm ini contoh scriptnya: Server : myserver.php // ## part I – setup // includes the nusoap.php file, sets up the namespace and wsdl object // Pull [...]
Tags: nusoap, soap, webservice, wsdl
18.Oct.08
PHP, Web Service
Comment (1)
htaccess Tricks #8 – Random Tricks
Activate SSI for HTML/SHTML file types: # activate SSI for HTML and or SHTML file types AddType text/html .html AddType text/html .shtml AddHandler server-parsed .html AddHandler server-parsed .shtml AddHandler server-parsed .htm Grant CGI access in a specific directory: # grant CGI access in a specific directory Options +ExecCGI AddHandler cgi-script cgi pl # to enable [...]
Tags: htaccess, random, Tricks
18.Oct.08
Server
Comments (0)
htaccess Tricks #7 – WordPress Tricks
Secure WordPress Contact Forms Protect your insecure WordPress contact forms against online unrighteousness by verifying the domain from whence the form is called. Remember to replace the “domain.com” and “contact.php” with your domain and contact-form file names, respectively. # secure wordpress contact forms via referrer check RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC] RewriteCond %{REQUEST_POST} .*contact.php$ RewriteRule .* [...]
Tags: htaccess, Tricks, Wordpress
17.Oct.08
Server
Comments (0)