TopherWelsh saidWell it depends on what you want to do, but these two websites are a good starting point http://www.tizag.com/phpT/ & http://www.w3schools.com/php/
Thanks so much for the fast reply… I have never messed around with cookies, or storing them in databases, is there a crash course online for a noob like me?
<?php
setcookie("subscribed",TRUE);
// Rest of your code
?>
and then to determine whether or not to show the form you can use:
<?php
if(isset($_COOKIE["subscribed"]) && $_COOKIE["subscribed"]){
// Don't show the form
}else{
// Show the form
}
?>
You can also you javascript if you are not familiar with PHP, but I would recommend PHP because it is much faster and easier.
I would go with a quality laptop over some cheap one. You will be thankful when your cheap laptop (or your not-so-cheap-lower-quality laptop) that contains 110 GB of precious data dies overnight. Since this happened to me I decided to pay a bit more for a quality laptop. Right now I have a Sony 15.5” S series and I couldn’t be happier. I prefer this over a macbook.
Don’t worry, you are not alone. People are saving money for holidays, so this is why the marketplace is a bit slow in these recent days.
Nope.
Plugins? I think you need a template.
templattica said
IE done enough damage to developers that it doesn’t even matter anymoreI will hate it to the rest of my life, even when it evolves into a browser that does not require bunch of additional code to make things work, which by the way work natively in other browsers, I’ll still hate it, but just might re-think about my secret plan of crashing a plane into microsoft.
lol. It was not that bad.
Looks really nice. I recommend you watermark those images. There are some bad people here…
Smudgethis said
Me n my girlfriend are heading to Germany to see the Christmas market in Munich, Spain to see her parents and finally the exotic paradise of the West Midlands to see my folks. Can’t recommend central Birmingham enough to those of you looking for a bleak, cold, wet and architecturally disastrous place to spend your Christmas hols.![]()
I heard that Germany is a great place to visit during holidays. Will see 
JonBuice saidI go to NYC every year
I may go see the orchestra in NYC over the holiday. If you’ve never seen, I highly recommend you do![]()
if I go there again, I will certainly do it. Tnx
I will hate it to the rest of my life, even when it evolves into a browser that does not require bunch of additional code to make things work, which by the way work natively in other browsers, I’ll still hate it, but just might re-think about my secret plan of crashing a plane into microsoft.