Jump to content

lewerjason

Member
  • Posts

    13
  • Joined

  • Last visited

lewerjason's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm trying to open up multiple videos in one single page. Clicking on each tumbnail of the video opens up the video file in the same page. Can this be achived using html?
  2. lewerjason

    SEO

    I've been creating my website and wanted to bring it up on search and display in the auto suggest when typed in any search engine. Will this be sufficient enough <meta name="keywords" content="the keyword here" />
  3. I'm currently working on a css based site, and i wanted to know if there is any way of implementing a blog feature within the site. I dont want to add it as a seperate link, like the free blogger ones. Is there any way to do it and if so could anyone help me out. Thanks
  4. I was using a free Javascript with swf based code for this and this wasnt much flexible. Is there any code to create a simple count down timer?
  5. Dear Members, I wanted to know if it's possible to hide url extension. Eg. about.htm, contact.htm. I just want to see only the web address. Eg. http://www.site.com/ even if I click on about.html link. I wouldnt want to see it as http://www.site.com/about.htm Any suggestions?
  6. Dear Members, I have a form with few fields and checkbox, I want to get the check box values in email. I just get CareerFocus - Array as value in the email. <td width="324" bgcolor="E9E9D4" valign="top"> <input type="checkbox" name="Question1[]" value="Marketing"> Marketing<br> <input type="checkbox" name="Question1[]" value="Contact"> Contact<br> <input type="checkbox" name="Question1[]" value="Intelligence"> Intelligence<br> <input type="checkbox" name="Question1[]" value="Leadership"> Leadership<br> <input type="checkbox" name="Question1[]" value="Product"> Development</td> <td width="330" bgcolor="E9E9D4" valign="top"> <input type="checkbox" name="Question2[]" value="Marketing"> Devices<br> <input type="checkbox" name="Question2[]" value="Sales"> Excellence<br> <input type="checkbox" name="Question2[]" value="Sales & Marketing"> Adherence<br> </td> if(isset($_POST['submit'])) { $CareerFocus = $_POST['Question1']; $IndustryFocus = $_POST['Question2']; } if(empty($errors)) { //send the email $to = $your_email; $subject="New form submission"; $from = $your_email; $ip = isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : ''; $body = "A user $firstname submitted the contact form:\n". "CareerFocus: $CareerFocus\n". "IndustryFocus: $IndustryFocus\n". //"IP: $ip\n"; $headers = "From: $from \r\n"; $headers .= "Reply-To: $visitor_email \r\n"; mail($to, $subject, $body,$headers); header('Location: thank-you.html'); } can anyone help with this
  7. Hi Andrea, sorry to keep bugging you, your help in this will be very helpful. If you can guide me to the exact source or recreating that or an tutorial will do. Thanks.
  8. Yes, I'm, I was able to get the css, but that alone doesnt solve the problem. Could you just highlinght what all file should i refer to get the source to have someting like this working. <link rel="alternate" type="application/rss+xml" title="Fish Restaurant - Blog and Press" href="http://www.fishrestaurantcharleston.com/feed/rss"> <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> <link rel="stylesheet" href="http://www.fishrestaurantcharleston.com/assets/css/style.css?v=2"> <link media="print" rel="stylesheet" href="http://www.fishrestaurantcharleston.com/assets/css/print.css?v=2"> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="apple-touch-icon" href="/touch-icon-iphone.png" /> <link rel="apple-touch-icon" sizes="72x72" href="/touch-icon-ipad.png" /> <link rel="apple-touch-icon" sizes="114x114" href="/touch-icon-iphone4.png" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script> <script>!window.jQuery && document.write(unescape('%3Cscript src="http://www.fishrestaurantcharleston.com/assets/js/libs/jquery-1.4.2.js"%3E%3C/script%3E'))</script>
  9. to be more specific, the codes for the layout, the rotating background, the white over lay and the navigation background
  10. I did view the source code earlier, and looks like it uses Jquery as well, i would like to duplicate someting like this, what should I do
  11. Dear members, I'm a beginner in designing and this website caught my attention, can anyone help me how this coding is done http://www.fishrestaurantcharleston.com/
×
×
  • Create New...