Steps to implement and hosting your website in google app engine for free

Hi, In this post i am going to explain simple steps to implement and hosting your website in google app engine for free. There are many hosting servers hostgator,godaddy … etc. But we have to pay amount them for hosting space.Google is providing a free hosting space with 1 GB daily bandwidth. It will be useful for static html pages. But it is doesn’t support for php,.net … We can implement mobile version of your websites using google appengine with free of cost. I too implemented a small app you can check this.
 

Steps to implement and hosting your website in Google App Engine for free by Anil Kumar Panigrahi

Steps to implement and hosting your website in Google App Engine for free by Anil Kumar Panigrahi

(more…)

PHP Captcha and reCaptcha options for web forms using javascript

In an increasingly digital world, web security is paramount. Protecting your web forms from spam and automated threats is crucial, and PHP Captcha and reCaptcha offer robust solutions. In this article, we’ll delve into the realm of web form security and user experience enhancement. We’ll guide you through the implementation of PHP Captcha and reCaptcha options using JavaScript and PHP, ensuring your web forms are safeguarded while providing a seamless user experience.

In this post, we’ll explore a straightforward method to create a captcha code with reCaptcha options using simple JavaScript and PHP code. With the rise in spam messages these days, it’s essential to implement effective measures to combat spam and validate web forms. This article will guide you through the steps to construct a simple captcha system using JavaScript and PHP, enhancing the security of your forms.

PHP Captcha and reCaptcha options for web forms using javascript | Anil Labs

PHP Captcha and reCaptcha options for web forms using javascript | Anil Labs

(more…)

How to request a cross domain ajax with in the js file

Hi friends, In this post i going to explain about the how to cross domain ajax request with in the js (JavaScript) file. If we request for a same domain file then we can directly call the file. Javascriot Code 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849<script language="javascript" type="text/javascript"> var xmlHttp = false; function requestAjax() { Read more…

Multiple Upload files using PHP and javascript

Hello, friends! In this post, I would like to explain how to achieve multiple file uploads using JavaScript and PHP code. You’ll find the complete code for JavaScript, HTML, and PHP in this guide.

In the world of web development, enabling multiple file uploads can be a game-changer, streamlining user interactions and content management. This article will guide you through the process of achieving multiple file uploads using PHP and JavaScript. You’ll gain access to the complete code, including JavaScript, HTML, and PHP, to efficiently handle and process multiple file uploads. Whether you’re building a file-sharing platform, a content management system, or any web application requiring efficient file handling, this guide equips you with the skills to enhance your user experience.

Multiple Upload files using Javascript and PHP

Multiple Upload files using Javascript and PHP | Anil Labs

(more…)