Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Basic beginners question
Hi
I have TXP installed locally and I’ve been having a play about with it with the aid of a book I have bought.
I am now ready to start to develop my first website.
I have the site fully designed in Photoshop.
If I was going to build a new static site I would now create my images from the design and then build the pages using CSS and HTML in Dreamweaver.
Whats the best process if I’m using Textpattern?
What process do you guys follow?
Also, when you install TXT it comes with a basic trial site, do you write over this with the site you are building or do you start from scratch?
Sorry if my questions are basic but I have to start somewhere.
I’ve build loads of static sites so I’m not new to CSS and HTML just CMS’
Thanks
Ricky
Offline
Re: Basic beginners question
I always start from scratch. Of course it helps to be familiar with Txp tags to work that way. But you could approach learning Txp either way: start with the default installation and modify it, or start with your own HTML and add in Txp tags. The default installation is set up as a typical blog, so if your site will be substantially different from that, you may find it easier to create your own Pages.
More importantly, there’s a conceptual transition you need to make to go from static sites to dynamic (CMS-based) sites. In short you can serve up different combinations and/or presentations of content depending on context. You could think of context as a direct reflection of the URL. The main tags that are context-sensitive are the various “condtional tags”:“http://textbook.textpattern.net/wiki/index.php?title=Category:Conditional_Tags, and the almighty “ <txp:article />
tag”:http://textbook.textpattern.net/wiki/index.php?title=article.
Code is topiary
Offline
Re: Basic beginners question
Thanks jsoo for your time.
Do you actually code with the TXT interface or do you use a separate code editor?
Offline
Re: Basic beginners question
I tend to edit pages and forms in the browser, PITA though that is. There are ways around this, but for quick edits (and mostly that is what I find myself doing) I haven’t found it worth the bother. I do often use the “zoom” feature of OmniWeb to get a slightly better text editor than the standard browser textarea, though. Also I understand you can set up TextMate in a similar way, but I’m a BBEdit dinosaur. All of the aforementioned is Mac only, but there’s also the “It’s all text” extension for Firefox.
For CSS I keep files in a separate directory and maintain them with a text editor and FTP, and don’t bother with the Txp database.
Code is topiary
Offline
Re: Basic beginners question
Thanks again Jsoo, I use macs anyway so thats fine.
I’ve just downloaded a trial of Text Mate, I’ll see how I get on.
Thanks
Richard
Offline
Re: Basic beginners question
Don’t know if it’s been kept up to date, but if you’re looking into TextMate you might want to check out the Textpattern bundle for it.
Code is topiary
Offline
Re: Basic beginners question
If you’re familiar with / prefer etc. Dreamweaver (I know, overkill for editing text), I did once notice there is also a tag library for Dreamweaver from Jan De Wilde
Offline
Pages: 1