Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Hello my first try
Hello, everyone
My name is Vicho Vichev. I’m from Bulgaria.
I’m designer and work for “Yellow Book”
I use this post to introduce my self.
I think”text pattern” are greatest product. I found it few days ago and very fast and easy build 2 basic templates.
My first project:
http://www.tears-of-devil.com/tp/
http://www.tears-of-devil.com/v3art/
They are experiments over my old sites I think to join this forum and will be glad if I can help with something.
P.P sorry for my bad English but I work on it.
Offline
Re: Hello my first try
TXP is fast and easy indeed! It is also very lightweight, unlike your code! You have such a lot of code for such small sites, all that javascript, all those tables! Ugh! If they are experiments using old code, then OK, but I hope you will use web standards for your visitors’ good and for your own reputation as a ‘designer’.
Offline
Re: Hello my first try
you mean next one are heavy HTML coding .. HMZ
forgot for JS they are tests with <WOW: menu plugin> we made /my work team/ few litle upgrades over PHP code
what is idea of JS ( close/open navigation tree in left side and hold open tree of sellected item when you switch between pages WITH OUT change plugin php code )
im sory that page aren’t translate in english
next one i use to build site Plus one more form. And i’m not agree it is Heavy coding
———————————————————————-
http://www.tears-of-devil.com/tp/
<div id=“content”>
<table border=“0” cellspacing=“0” cellpadding=“0” class=“contentHolder”>
<tr>
<td class=“leftBorder”></td>
<td class=“contentGeneralZone”><div class=“header”></div>
<div class=“generalNavigation”>
<txp:section_list default_title=“home” exclude=“gallery,details,list” include_default=“0” break=“li” wraptag=“ul” />
</div>
<div class=“tabInformationTop”><img src=”<txp:site_url />images/top_line.gif” /></div>
<div class=“tabInformation”>
<div class=“insideNavigation”>
<ul>
<li><a href=”#”></a></li>
</ul>
</div>
<div class=“scroledItemsList”>
<txp:if_category>
<ul>
<txp:article allowoverride=“0” form=“short_list” pgonly=“0” searchall=“0” searchsticky=“0” status=“4” />
</ul>
<txp:else />
<ul>
<txp:article form=“info” sort=“Title asc” status=“4” />
</ul>
</txp:if_category>
</div>
</div>
<div class=“tabInformationBottom”><img src=”<txp:site_url />images/bottom_line.gif” /></div></td>
<td class=“midleLine”></td>
<td class=“leftNavigation”><txp:l10n_lang_list />
<br />
<txp:wow_menu section=“list” js_a=“onClick=return showHideMenu” />
</td>
<td class=“rightBorder”><img src=”<txp:site_url />images/h.gif” /></td>
</tr>
</table>
——————————————————————
Offline