dude, give square space a try, they've gotten awards and things for their services and WYSIWIG editor, not only that but you can add things and make changes on the iphone when on the go. from what ive seen its exactly what your looking for. Build a Website - Create a Blog - Squarespace an site hosted on SquareSpace. Alex Albrecht - Blog theres a free 14 day trial. so give it a shot, if your looking to buy checkout RetailMeNot.com and get a coupon before you buy and save some cash.
I Did check it out, but I couldn't find a place to add my pre-existing URL so i don't want to build a website on a 14Day trial then not be able to connect it to my main URL, any ideas?
im sure they have live support and things, and sure it can be done, just send an e-mail and ask how its done.
I loled because of his statment about shitty code. Imo its a good tool and if you learn how to use it will be more then enough to make a simple site. In the end its all up to you though mate try different apps and see wich one suits you and your project.
yea, you might even have to go into your registrars page, and change it there, since your going to have to tell the dns servers to now point www.blahdeeeblahhhh.com to the squarespace servers etherway they should be able to tell you exactly what to do.
Wrong, many professionals use dreamweaver simply for the fact that it is alot easier to organise the website. Though you should only be using it for this not using the actually tools from dreamweaver such as wysiwyg part of it, that usually just creates some messed up code.
If by many professionals you mean close to none? Eclipse based IDEs are used in the professional environment. Dreamweaver is used by Mac junkie hipsters that think they know anything about web development and proper MVC programming. Sure anyone can setup Remote/Test/Production server in Dreamweaver, and yes it is OK I guess. But in the end Dreamweaver is just over bloated with worthless features and the response time on code completion, and debugging just makes me want to puke. It i marketed as a WYSIWIG for idiots basicly, and it has a powerful text editor. But in the end, it will never be an industry standard for web application development. Industry standard tools for web development are: Photoshop Eclipse(Or derivatives such as ZEND), Netbeans, or pure text editors Tortouise for SVN support
To have a basic website - Learn + HTML/XHTML (extended hyper text makeup language) -- Structure of a page + CSS (Cascading Style Sheets) or something -- Simply said Style of a page To enhance your site: + AJAX -- Chats + Javascript -- Widgets simply said - Jquery -- "fork" of javascript + Actionscript -- Animating language Also if you want databasedriven/dynamic etc etc sites you could learn: PHP -- serverside language (works good with mySQL and driven by Apache (wellused webserver) ASP/X (C# / VB) A compiled page instead of php that using apache/php to be driven as scripts ColdFusion JSP (Java server page) and other various languages. This is just some languages Ive been working with. Online there is thousands of tutorials/ebooks and even videos. ::: Hope you got some "googlehits" now! And sorry if something above is not quite right
please stop calling it a URL lol, its a domain name. Also, your not going to be spoon fed. So start googleing some tutorials or head to the library and pick up some books. Otherwise, use one of those free website creators out there. And again, i am still puzzled why you would buy hosting and a domain while having ZERO knowledge of the subject...
Dreamweaver is awsome, if u dont have that big knowing to set up websites then joomla is a good choise
Why post such an unhelpful comment? im sorry but ?7.00 for a year for a 'domain name' URL is peanuts to me, and ?5 a month for hosting... you pay more playing wow, so stfu, i do not care for people like you commenting here, kk thx bb AND ALSO, i did not ask to be spoon fed, i asked for advice, READ OP dipshit, people chose to be more helpful and I thank them for it
Also an Update to this, i found Squarespace to be extremely helpful so thank you Codename G and others who suggested it!
<p>Country:</p> <p><select id="country" class="select" name="Country"> <option selected="selected" value="0">Please Select..</option> <option value="1">England</option> <option value="2">Scotland</option> </select></p> <p>City:</p> <p><select id="City" class="select" name="City"> <option selected="selected" value="0">Please Select..</option> <option value="1">London</option> <option value="2">Manchester</option> <option value="3">Edinburgh</option> </select></p> this is just an example, but would anyone know how to link these to combo boxes on a .html sheet? ive googled for too long and havent found anything easy to interpretate. Thanks! (by link i mean, when you select England in the first one, only cities in england show in the second one.)