|
|
|
|
|
Login to share your opinion PHP TutorialIn this series of tutorials we have covered PHP 5 in detail. While creating this, we have take care that learners can master the basics… read more 10 Ways to Set Up a Testing Environment for WordPressIt’s very important to have an environment where you can test new themes and plugins without breaking your live site. That’s why many WordPress site… read more Dropping server load with HTTP cachingEver watched youself browsing e.g. a web forum? Building A RESTful PHP Server: Routing the RequestThis is the second part of a series, showing how you might write a RESTful API using PHP. This part covers the routing, autoloading, and… read more High load websites: Scalable HTTP infrastructureAt Sportradar, we have several products where everything is hosted on our servers, but our customers embed the them into their websites. The result is… read more How to Create an XML to JSON Proxy Server in PHPUnless you’re new to this web development lark, you’ll know the ‘X’ in ‘AJAX’ stands for XML — eXtensible Markup Language. But you’re probably not… read more Using the new Page visibility API in your appsOne of the features lacking in the current browser api is that of determining whether the web page is currently visible to the user or… read more Building A RESTful PHP Server: Understanding the RequestOnce upon a time, what seems like a lifetime ago, I was away for a couple of weeks, and I wrote a series of posts… read more PHP 5.4 Built-In Development ServerWell, here is some really good news for the PHP Development community. Till now (as of PHP 5.3) all developers had to set up a… read more Apache load balancing for Tomcat Example (with Wamp server apache module (Apache2.2.x…Scenario: You have application running on two tomcat servers. Example is for localhost. Replcae it with relevant IP addresses which the tomcat servers are runing. read more API Serving JSONPdisclaimer: I am not a client-side developer, and I don't write javascript. However I am committed to supplying useful APIs of all kinds, and JSONP… read more Control Anything With Your Android Phone and PHP Via The Internet. No Ethernet Shield…It has been said that if you can blink an LED you can do anything. In this post we will show you how you can… read more Install PHP PEAR in Windows WAMP Server. PHP PEAR install in WAMP (Windows, Apache, M…Install PHP PEAR in Windows WAMP Server. PHP PEAR install in WAMP (Windows, Apache, Mysql, Php) read more Top 13 htaccess Tricks you should know.htaccess is a configuration file used on web server.The .htaccess file can be used to alter the configuration of the Apache Web Server software to… read more 5 steps to maximize Apache performanceSimply install Apache, I think a lot of people know to do it. However, to maximize the performance of Apache, I think not every body… read more 5 Apache Modules and PHP extension you must installApache web server and PHP scripting language domiated over 70% of all servers online. These two tools are essential on the operation of a World… read more PHP 5.4 Will Have a Built-in Web ServerYet another new feature to look forward to in PHP 5.4.0 - the CLI SAPI will now provide a built-in web server which is geared… read more Solr Response Empty from PHP, but Works in Browser or CURL?Weird issue that I think I’ve stumbled upon earlier, but yet again reared it’s head yesterday. Certain application containers (possibly Jetty in this case) will… read more 10 Steps to Harden Your Web serverApache is one of the most widely used web servers. And it is the perfect web server for Professional and and non-professional user as well.… read more DIY simple staging server with PHP and GITWhile working on Tentacle I needed a simple solution for testing code on a remote web server. read more |