புளூம் எனர்ஜி (Bloom Energy)

புளூம் எனர்ஜி (Bloom Energy)
கே.ஆர். ஸ்ரீதர் – இன்றைய தேதியில் அமெரிக்கா முழுமைக்கும் வியப்போடு கவனிக்கப்பட்டு வரும் பெயர்…. இதுவரை யாருமே செய்திராத ஓர் அதிசயத்தை செய்து காட்டியதன் மூலம் அமெரிக்க பிஸினஸ் உலகமே இவரை அண்ணாந்து பார்த்துக்...
read more

வெர்சுவல் ஷாப்பிங் ஸ்டோர் அறிமுகம்!

வெர்சுவல் ஷாப்பிங் ஸ்டோர் அறிமுகம்!
உலகில் முதன் முறையாக கொரியாவில் புதுமையான முறையில் ஒரு வெர்சுவல் ஷாப்பிங் ஸ்டோர் அறிமுகம்! வேண்டிய பொருட்களை எல்சிடி திரையில் தட்டினால் போதும். ஷாப்பிங் என்றாலே அது ஒரு பெரிய வேலையாக ஒருபக்கம் கருதப்படும் போது, இன்னொரு...
read more

How can I run two Skype accounts on the same computer?

How can I run two Skype accounts on the same computer?
To use more than one Skype account on the same computer at the same time you need to start a new instance of Skype. From the Windows taskbar, click Start > Run (or press the Windows and R keys on your keyboard at the same time) In the Run window, enter the following command (include the quotes) and press OK:“C:\Program Files\Skype\Phone\Skype.exe” /secondary If you get an error message, copy and paste the exact command from this page and try again. Be aware that if you have changed the installation path for Skype then you will need to enter the correct path for the Skype.exe file. If...
read more

PHP form tutorial

This tutorial takes you step by step through web form processing using PHP. You will learn how to collect input from a web form, validate and save it. This tutorial assumes that you are familiar with at least very basic PHP and HTML. Creating the HTML code for the form In HTML, a form is begins and ends with a tag. The form tag surrounds all the inputs as well as gives instructions about how and where to submit the form. As an example, let’s start creating a form in a file named myform.php. <form action="myform.php" method="post"> <!-- form fields go here...
read more

PHP form processing

This tutorial will build on the previous PHP form tutorial, introduce some more concepts of PHP form processing, HTML forms and form validation, and instead of saving data to a text file, we will save data to a MySQL database. This tutorial will assume that you’ve read the first tutorial and that you have a basic understanding of SQL and MySQL. Create the form Let’s look at the form we used for the first tutorial and make a few updates to it. <form action="php-form-processor.php" method="post"> Which is your favorite movie? <input type="text"...
read more

« Previous Entries