-
Portfolio - home page
I liked the duck tape holding your logo But eek!! The slider shows an image of code or its the code only? Also text-shadow on John Brown - A freelance web developer can be made #444444 instead of plain white as white is giving at least me a hint of a improper photoshop edit. Feels like a picture! But when zoomed in i.e. lowering my resolution it works well. Rest of the website I cant comment on Im not good at animations
- Gaming forum
-
Opinions on idea
Its a neat design! But I don't get the purpose of down.jpg, does it shows user to look down or is there any jquery? Well love the colours 2. And hey BTW, can you let me know how you centered blue wave image? Is it a div inside div with background? I never seem to get a div vertically centered. Good work!
-
Correct way of designing?
No actually I meant when you use one single page say post.php, which fetches any $id = $_GET['id']; to show the results from sql database, this will cut the seo as there is only one page post.php showing my every post. like post.php?id=1, shows the content from database of the row where id= 1 and so on.
- Please review my website!
-
Please review my website!
Regarding Contact form, will php mail will be good? Like I don't want to use sql, but I can configure mail function so as to deliver visitors mail to my email account using my own email. Like xyz@me.com sends mail to abc@me.com with all the content and specifying email of the sender? As it wont be showed to them. Also can generate a mail to the sender instantly that we have received your mail.
- Please review my website!
-
-
- Please review my website!
-
Correct way of designing?
I guess now Im gonna work on better pages combining just 1 core page with sql for content generation. But I guess that cuts on SEO.
-
-
-
-
-
- Please review my website!
-
Please review my website!
Hey thanks for the review I sure will work on that, and please if you can mention which browser you were using when you reviewed my site. As I've designed it for IE9 chrome and Firefox. And guess you meant vertical alignment of FB like and G+. Thanks a lot I'm onto it. OK I've followed your suggestions @ Pete And it did wonders website looks more neat and breathing Thanks man BTW I have post restriction so am editing
-
Correct way of designing?
Hi guys, sorry for being too curious to post again and again, but I would like to know what is the correct method of designing? Like I do is to save a design in .php and include it on every other page to save time or to copy entire design code in pages when its a static or say 2-3 page website. Is their a better technique? Including .php forces me to float divs left or right so that I can only type particular content in a page. Its like including header.php which contains all the design, such that after it I can type only content which will usually be added to a div classed content. And then at the end including footer.php which closes all the divs and html. Let me show you the hierarchy of my pages:- include >> Header.php( which contains) <html> <head> /// all metas stylesheets js <body> <div align="center"> <div class="wrapper"> /// which will specify width for rest of content. <div class="header"></div> /// this will contain logo of the website. <div class="menu"><?php include('menu.php'); ?></div> /// navigation bar for the website. <div class="sidebar"><?php include('sidebar.php'); ?></div> /// Which will be floated left or right depending upon the placement. <div class="content"> //// End of header.php, so that next I type in a page is the content which will be contained in div classed content after that include >> footer.php ( which will end all above divs and will contain copyright notice.) I think this is out dated for me and a bit amatuer, any suggestions or improvements? Also is position:absolute a better way to place the elements across the page or just float them left or right
-
Villas website - tell me I'm not crazy
Man!! Looking at your website I think I gotta work alot with my designs Good Job.
- Please review my website!
-
Help regarding getting a pop up div in center!
Thanks I'll try this and BTW link is clanwarz.in click on the login button on top right and div will appear. Also the website lacks any kind of design or content just working with the login first.