Sending E-Mail with PHP
PHP is a powerful tool to develop a dynamic site. E-mail is also included in the PHP. Codes to sending e-mail is not a complex or tough thing. Here the simple syntax for the email will be explained. Make use of it. This is too simple to understand. The function for the E-mail is mail(). You can assign different variables instead of $to,$body,$subject . Just test it and create a new things from this example.
[code type=php]
<?php
$to = "spk063@gmail.com";
$subject = "Your email has been sent!";
$body = "This is a test";
if(mail($to,$subject,$body))
{
echo "<b>
How To:Create a GIF Image With Photoshop
GIF is the Graphical Interchange Format. Gif is an image but there will be an animation or some moving objects in the Image. The GIF files have the extension as .gif and it can read by the Web Browsers. Gif can be created with Adobe Photoshop. GIF does not support sound. The gif files are small in size and it will include some moving pictures. GIF doesn't require any embedded code. This can be run simple web browsers.
This tutorial will explain How to create a gif images with Photoshop.
The Demonstration for the GIF Creation:
This demonstration will be done in The Photoshop CS
How to: Lock A Drive or Folder in Windows 7 and XP
Security is an essential thing for the computer, most of the Data in the computer will be personal to the User. So, some data stored in the computer have to be secured. In windows there is a Default way to secure the Drive Or Folder. But, Most of the user will not aware of those things. This is a way to protect the data from Other users of the Computer. By this method, Drive or Folder can be locked to a user. This can be done by the user those who have to be an Administrator.
There is no need to buy a software to lock the drive.Most of the users will try to lock the folder, But it will le
How to: Create A Single Page Website with HTML
March 20, 2013
General, How To:, HTML, CSS, Javascript Author: Praveen
In The Website Designing there are many more page designing methods. The Single page site designing is also a attractive and it looks awesome.
This is a New style of page designing and most of the designers and readers will like it. This type will suite to the Portfolio sites and Gallery sites.It is an Vertical Scroll one Page website.
This can be done with simple the simple HTML and CSS. But the scrolling animation had to be done with the JQuery and JScript.
Here the simple code for the Single Page Website
[code type=html]
One Page Site-Tobby news
About Us
Gallery
Code Behind part to setup a Enquiry form in a ASP.Net Website
To Setup a Enquiry form in a ASP.Net Website
Add this Namespaces in your Codebehind file:
using System.Net.Mail;
using System.Net;
Desription:
The System.Net.Mail namespace contains classes that enable you to construct and send messages using the CDOSYS (Collaboration Data Objects for Windows 2000) message component. The mail message is delivered either through the SMTP mail service built into Microsoft Windows 2000 or through an arbitrary SMTP server.
Code Behind Part:
public partial class Login : System.Web.UI.Page
{
protected void Button1_Click1(object sender, EventArgs e
Gmail Compose Message New Interface
Gmail compose message new interface looks awesome when compared to old one. Google has introduced a new interface in gmail's compose message. In older version of gmail's compose, a new window will opened to send a mail, this new interface makes us to send mail without losing our current page. The new interface of composing mail is looks like a larger chat pop-up.
This new email interface makes us to compose and send emails faster.
Auto suggest email option also looks very cool, it displays their email, first name and last name.
Compose mail having some i
Google Earth For Linux RedHat 4.0 to 5.4
Google Earth is a software interface for the Google maps. t is an Extreme application for the Google maps. Thus the Google maps is available for the UNIX and LINUX operating systems. But most of the Linux versions doesn't support Google Earth application. But some developers has changed some code that will support Linux. As the version of REDHAT changes the supporting files must be updated.
Here is the software package for the Google earth which supports RedHat 4.0 to 5.4. Click the Below link to download the Google Earth setup Goo
How to: Install WordPress in CPanel Manually
WordPress is web software tool by which you create a beautiful website or blog for free. WordPress is simple and better software tool for the website creation. Most of the web servers supports the WordPress. WordPress doesn't require any coding by the user. In WordPress plugins can be added, with the plugins additional functions can be added to the WordPress website. Design of the website also can be changed with themes. Many themes are available in the www.wordpress.org for free and some themes which contains huge design features may cost a little.










