Admirable web2.0 web templates
Blog Theme 2009 - A Premium Blog Template

how to build web2.0 site fast
Some Comments:
really clean and well-organized design as allways..
any chance to get it in wordpress ?
Black Admin v2

administration web template
Some Comments:
Thanks great template but help me as I am building my app I noticed the content area moves to the right. And all my html code produced is correct but the area still moves?? And been experimenting with the template how can make the content use the rest of the space left so left from the sidebar to a margin on the right.
But other than that WOW thanks to you my app is actually looking good
Thanks
Real House Template

jquery, clean html template
Discussion:
I sent you an email, requesting template customization a few days ago. Please let me know when we speak online or correspond via email.
very nice… ! I like it
SilverFolio

portfolio, valid, css, php, xhtml css template
Community Comments:
I have installed this template a few minutes ago with Filezilla but at the end says that this file themeforest_silverfolio_67366/css is not installed.
Nice one
very very original! Good job as always Mabuc.
Construction Page
Community Comments:
any progress on the update? Thanks!
Hello aeso!This template will need a working PHP script to send that!The email form doesn’t have that PHP script.I created it only for a Jquery trick.When you click the form the text disappears.
But here I wrote a very basic script that can insert someone’ s email into a database.Sorry again but the template doesn’t include the PHP file.
<?php //Retrieves the email from the email form into a PHP variable
$emailform=$_POST['name'];
//Connect to a database
$con=mysql_connect("you db server","your db user", "you db password");
$select_db=mysql_select_db("Your database");
//Insert the data from the variable in the database
$insert=mysql_query("INSERT INTO databasename
VALUES('$emailform')");
?>
Again sorry for the problem, that PHP script will work but it’s only like an example(If it had it would have looked something like that) and I reccomend not used it.It only for demonstration porpuses.
+the form must have had an action(the name of the PHP file)