Hello,
I'm trying to make the move from Dreamweaver and have a feature question. In DW, when starting a new web project, I would create a template, usually with website header, footer, navigation type items, then use this template to build the rest of the pages for the site. If I needed to make a change, for instance adding an item to the navigation bar, I'd do so in the template, save and then that change would be applied to the rest of the pages in the project (those created from the template of course).
Is there a similar feature in Geany? It would seem an immense labor, especially if the website was a large one, to have to go to each page and make 1 small change.
Thanks in advance for the help,
Veronica
On Thu, 28 May 2009 13:18:00 -0700, Veronica wrote:
Hello,
I'm trying to make the move from Dreamweaver and have a feature question. In DW, when starting a new web project, I would create a template, usually with website header, footer, navigation type items, then use this template to build the rest of the pages for the site. If I needed to make a change, for instance adding an item to the navigation bar, I'd do so in the template, save and then that change would be applied to the rest of the pages in the project (those created from the template of course).
Is there a similar feature in Geany? It would seem an immense labor,
No, unfortunately not. Of course, you can do a Replace operation on multiple files but obviously this is not the same as what you wish.
Regards, Enrico
Enrico Tröger schrieb:
On Thu, 28 May 2009 13:18:00 -0700, Veronica wrote:
...
No, unfortunately not. Of course, you can do a Replace operation on multiple files but obviously this is not the same as what you wish. ...
Hi Enrico,
what do you mean by "do a Replace operation on multiple files"?
greetz,
Christopher
Hi,
On Fri, 29 May 2009 22:38:13 +0200 Christoph Siefer siefer@sym.net wrote:
Enrico Tröger schrieb:
On Thu, 28 May 2009 13:18:00 -0700, Veronica wrote:
...
No, unfortunately not. Of course, you can do a Replace operation on multiple files but obviously this is not the same as what you wish. ...
what do you mean by "do a Replace operation on multiple files"?
One way could be to enter some unique text to the HTML files and use the Geany replace all in session function. Of course this will need to have all possible effected files opened in one section, but is quiet useful in such cases.
Thanks, Frank
Frank Lanitz schrieb:
One way could be to enter some unique text to the HTML files and use the Geany replace all in session function. Of course this will need to have all possible effected files opened in one section, but is quiet useful in such cases.
Ah, right. I allready had asked for a search-and-replace-over multple-files feature (I still find this usefull ;)) and turned my head when I read the previous post from Enrico...
Greetz,
Christopher
On Fri, 29 May 2009 22:53:41 +0200, Christoph wrote:
Frank Lanitz schrieb:
One way could be to enter some unique text to the HTML files and use the Geany replace all in session function. Of course this will need to have all possible effected files opened in one section, but is quiet useful in such cases.
Ah, right. I allready had asked for a search-and-replace-over multple-files feature (I still find this usefull ;)) and turned my head when I read the previous post from Enrico...
As Frank said, what I meant was replacing in *opened* files.
Regards, Enrico
Hi Veronica, When you do things this way, what you're essentially doing is manually maintaining a static website - but you're using a tool, like dreamweaver to hide most of the donkey work. This isn't a very efficient way to work, even if you are using dreamweaver, or some other tool. You would, in my opinion, be better off - in lots of ways - using a simple CMS to build your websites, rather than doing static sites. This way, you separate your content from your templates completely, the CMS stores the template and content separately - and only merges the two at page request time. This is just one of a _huge_ number of benefits the flow from using a decent CMS for your projects.
Once you've done one site this way, you'll find that it's much quicker to build than doing a static site - and maintainence time drops dramatically, compared to static sites. If you haven't used a CMS before, I would suggest maybe trying MODx - a simple, elegant open source CMS which is free & easy to get going with. If you're interested, MODx can be found here:
and there's a simple getting started with MODx tutorial here:
http://net.tutsplus.com/tutorials/other/working-with-a-content-management-fr...
and a forum full of helpful people to help you out if you get stuck here:
http://modxcms.com/community/forums.html
Hope this helps, Dunc
2009/5/28 Veronica Henry vhenry07@gmail.com
Hello,
I'm trying to make the move from Dreamweaver and have a feature question. In DW, when starting a new web project, I would create a template, usually with website header, footer, navigation type items, then use this template to build the rest of the pages for the site. If I needed to make a change, for instance adding an item to the navigation bar, I'd do so in the template, save and then that change would be applied to the rest of the pages in the project (those created from the template of course).
Is there a similar feature in Geany? It would seem an immense labor, especially if the website was a large one, to have to go to each page and make 1 small change.
Thanks in advance for the help,
Veronica
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Hi Duncan,
You know this makes sense. I took quick looks at Drupal and Joomla, but just didn't find them initially very intuitive (even though I've heard raves about both). Perhaps I just didn't have the time to really dive in then. I'll check out MODx. Do you have any opinions on Drupal and Joomla? What's the major difference between the 3?
Thanks,
Veronica
Duncan Lock wrote:
Hi Veronica, When you do things this way, what you're essentially doing is manually maintaining a static website - but you're using a tool, like dreamweaver to hide most of the donkey work. This isn't a very efficient way to work, even if you are using dreamweaver, or some other tool. You would, in my opinion, be better off - in lots of ways - using a simple CMS to build your websites, rather than doing static sites. This way, you separate your content from your templates completely, the CMS stores the template and content separately - and only merges the two at page request time. This is just one of a _huge_ number of benefits the flow from using a decent CMS for your projects.
Once you've done one site this way, you'll find that it's much
quicker to build than doing a static site - and maintainence time drops dramatically, compared to static sites. If you haven't used a CMS before, I would suggest maybe trying MODx - a simple, elegant open source CMS which is free & easy to get going with. If you're interested, MODx can be found here:
and there's a simple getting started with MODx tutorial here:
http://net.tutsplus.com/tutorials/other/working-with-a-content-management-fr...
and a forum full of helpful people to help you out if you get
stuck here:
http://modxcms.com/community/forums.html
Hope this helps, Dunc
2009/5/28 Veronica Henry <vhenry07@gmail.com mailto:vhenry07@gmail.com>
Hello, I'm trying to make the move from Dreamweaver and have a feature question. In DW, when starting a new web project, I would create a template, usually with website header, footer, navigation type items, then use this template to build the rest of the pages for the site. If I needed to make a change, for instance adding an item to the navigation bar, I'd do so in the template, save and then that change would be applied to the rest of the pages in the project (those created from the template of course). Is there a similar feature in Geany? It would seem an immense labor, especially if the website was a large one, to have to go to each page and make 1 small change. Thanks in advance for the help, Veronica _______________________________________________ Geany mailing list Geany@uvena.de <mailto:Geany@uvena.de> http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany