No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: if you looking for a great resource on how to code a basic layout of a login and registration page. I followed this [URL="http://webdesign.tutsplus.com/tutorials/site-elements/sign-in-or-register-form-design-from-scratch-day-2/"]Login Form - Webdesign.tutsplus.com[/URL] it was great. The only thing it doesn't have was to turn that registration and login form to a working form where it … | |
Hi, Don't know if this is the right part of the forum. (please move if incorrect) My Question is about E-Commerce, I am experienced in web development but have been recently asked to make a client a E-Commerce website where they could sell their goods. They are wanting something customisable … | |
I Currently have a form where we have people putting an application forward and the form consists of this code: [CODE]<label for="age">Age Group:<span class="red">*</span></label><br/>//here!!!! <input name="age" type="checkbox" value="11s">11/under <input name="age" type="checkbox" value="13s">13/under <input name="age" type="checkbox" value="17s">17/under <input name="age" type="checkbox" value="open">Open <em>If trailing for two age groups please ensure both age … | |
Hi, I have made a few websites with only limited pages and the clients want to be able to update them themselves i was looking at something like pagelime [URL="http://pagelime.com/"]http://pagelime.com/[/URL] and was wondering if anyone knows of any other ones and what they are like and if they are worth … | |
I have created a contact form for a website but it doesn't seem to email when I submit a form. here is the form code [CODE] <form action="email_contact.php" method="post"> <input type="text" name="name" value="" placeholder="Your Name"/><br> <input type="text" name="email" value="" placeholder="Your Email"/> <br> <textarea name="projectDetails" placeholder="Your Project Details."></textarea> <br> <button> Submit! … | |
When I load my system it comes up to load and just before it loads is goes to 'Boot Manager' and asks which OS I would like to start the thing is I only have Win 7. I would like to stop it showing the boot manager and just load … | |
[CODE] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSend.Click Dim strSubject As String 'subject title Dim strBody As String 'Body of message Dim strBody3 As String 'Body of message Dim strBody4 As String 'Body of message Dim strBody5 As String 'Body of message Dim strBody6 As … | |
Im trying to make a little program that gets the computers IP address i have got it to do all of that and have got it to use the default email program to add the email address, subject and body but i cannot get it to add an attachment. [CODE]Imports … |
The End.