-
Checklist addon / module
Hi All I am wanting to create a website where I can have items listed (not an online store) where you can log in to your account and add them to a list of you own them to keep track of what you have or what you are missing. Any ideas of a addon / module for a CMS which I can use for this? Thanks
-
Feedback Please
Should I recreate the the text box from the image as a div and position it in place? Is the site perhaps a bit too dark? there is lots more colour from the images when looking at the portfolio (which I know I need to work on with image spacing)
-
Feedback Please
Here we go... I have been putting this together for the last couple of days, it's a rebuild of a wordpress site I built for someone I know. Please have a look and let me know what you think. www.wjsillustration.co.uk None of the artwork of graphics were done by me
-
seriouse freelance attempt
For outgoing expenses do you need to keep records of all outgoings related to the business? hardware / software, notebooks pens and such? and what about things like domain registration for clients and personal hosting fees?
-
iPhone 5
details should be announced at their annual September event. invites are still to be sent out for this, once they go out it will have a date for the announcement
-
How can I achieve this?
Hi, I am looking to put something together similar to this its mainly the stock listings i am interested in, the page with the list of items and if you click into them the full details and multiple pictures Would Wordpress + some plugins be able to do this?
-
Redirect by username
Hi there, Firstly apologies if this is in the wrong section. Here is what I would like to achieve, I want to have a login screen where you can enter a username/password and depending on the username/password entered it will direct you to a folder for that user eg; user1 would log in and be directed to domain.com/user1 user2 would log in and be directed to domain.com/user2 also obviously, user2 shouldn't be able to change the address to domain.com/user1 and be allowed access to that folder and so on. Please can anyone point me in the right direction for how to achieve this? I have been following a tutorial to create a login page but that directs to the same page for all users EDIT: maybe this should be in the PHP section here is part of the php code being used, i see where it directs to folder/index.php is it possible here to add something like; if user = user1 goto user1/index.php if user = user2 goto user2/index.php function validate_user($un, $pwd) { $mysql = New Mysql(); $ensure_credentials = $mysql->verify_Username_and_Pass($un, md5($pwd)); if($ensure_credentials) { $_SESSION['status'] = 'authorized'; header("location: folder/index.php"); } else return "Please enter a correct username and password"; } Sorry my php really isnt that great, also maybe should add the usernames / passwords are stored in a mysql db Thanks
-
Contact form help
Hi There, would anyone be able to advise how I can add SMTP auth to this script? my host has recently dropped PHP Mail and i have become a bit stuck as the contact form i was using now no longer works <?php // Get Data $name = strip_tags($_POST['name']); $email = strip_tags($_POST['email']); $phone = strip_tags($_POST['phone']); $url = strip_tags($_POST['url']); $message = strip_tags($_POST['message']); // Send Message mail( "yournameeeee@gmail.com", "Contact Form Submission", "Name: $name\nEmail: $email\nPhone: $phone\nWebsite: $url\nMessage: $message\n", "From: Forms <forms@example.net>" ); ?> Thanks for your time guys
-
-
Google+ Invites
Thank you for the invite
-
Google+ Invites
I wouldn't mind taking a look if there is an invite going? jager616 (at) gmail.com thanks
-
-
960 Grid Layout
Thanks for the link, It was a good read and had some interesting points, I also saw something earlier about the 978 grid system, but that website appears to be down at the moment.
-
960 Grid Layout
Thanks for the reply Would that be writing the CSS manually but following the basic rules of having a 960px container with all content contained within?
-
Which host for open cart?
Having messed about with Opencart a bit, I found skinning it can be a pain as mentioned some of the parts are buried in the core files. Usability I found to be good and they have a good support forum for if you get stuck with anything.
-
960 Grid Layout
I've been messing about with putting together basic websites and more recently have been looking at wordpress as a CMS for websites im playing about with. This leads me onto the following question, in the quest for a great layout, how relevant is the 960 grid system? it looks like a great system to build upon. I have been working with it for a few days and am impressed so far.
-
Website Just Made
It looks like it got the same problem as a site im working on at the moment, clicking on some of the nav items causes the nav to shift. cant seem to work it out either =(