Categories > TinyButStrong general >

Anything is possible with TBS!

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: OuTa-SyNc
Date: 2008-04-19
Time: 23:14

Anything is possible with TBS!

Firstly I would like to say how much I love TBS, I use it in all my projects as it makes HTML & PHP easier to work with.

Here is a site I have designed using the power of TBS, the entire site runs on it, and I am very proud of the navigation system as it is very complex (sub menus open within a menu and sub menus!).

here it is http://www.bonez.co.uk (just to be clear I am not advertising, just showing what TBS can do)

If anyone would like to know how I done certain parts of the website post a reply and I will be more than happy to give you source code :)

Thanks again TBS team, you have created by far the best software that I use to date!

Kind Regards,
OuTa-SyNc
By: ege
Date: 2008-04-20
Time: 15:06

Re: Anything is possible with TBS!

nice one. is that site expands to full screen size or is it designed to work under 1280px screen width?
By: OuTa-SyNc
Date: 2008-04-20
Time: 16:42

Re: Anything is possible with TBS!

it should adjust to any resolution, but as a rule a minimum of 1024x768 though with 1024 the front page has a small scroll bar...i'm working on fixing it though.
By: Skrol29
Date: 2008-04-20
Time: 19:47

Re: Anything is possible with TBS!

Very nice site. The look is pro and not too heavy.
You actually use PHP but why your pages have the extension ".c5s" ?
By: OuTa-SyNc
Date: 2008-04-20
Time: 21:08

Re: Anything is possible with TBS!

Thank you :)

The company I run is called Code 5 Studio (c5s) and I find its better to disguise the extension as it puts hackers off, if they don't know what language they are up against then they find it a lot harder.  All I did was modify the .htaccess file on my server with the following lines:

AddType application/x-httpd-php c5s
DirectoryIndex index.htm index.html index.php index.c5s

This way the server knows that anything with a c5s extension should be executed with php
By: John
Date: 2008-04-21
Time: 15:42

Re: Anything is possible with TBS!

I'm glad you posted your site, it looks very nice. I'm building a similar site but with focus on pc-games so this really strengthened my beliefs on TBS great capacity. Beutiful work from Skrol and everyone who helps making TBS to the best template system for PHP!

Two tips:

I guess you know it but you could hide the extension altogether presenting it with a map-like structure.

Also you could use mod_rewrite if your web server supports it, that way you can rewrite your url:s to be more user and search engine friendly and help boost your rankings!

Instead of...

http://www.somedomain.com/showproduct.php?proid=478&catid=105

it could read...

http://www.yourdomain.com/yourcategory/yourproduct

Do a search for mod_rewrite and you will find lots of resources.

Good luck! =)
By: edavison
Date: 2008-04-28
Time: 15:50

Re: Anything is possible with TBS!

I would love to see the code on how you did your form actions and still kept it in the template system.
By: OuTa-SyNc
Date: 2008-04-28
Time: 16:02

Re: Anything is possible with TBS!

to what form are you refering to?

I will email you the code :)
By: edavison
Date: 2008-04-28
Time: 18:37

Re: Anything is possible with TBS!

Any of the code, actually.  But the one that i was looking at specifically was http://www.bonez.co.uk/createaccount.c5s.  Can you also send your index.c5s as well?

Thanks.
By: OuTa-SyNc
Date: 2008-04-28
Time: 19:24

Re: Anything is possible with TBS!

no problem, I will send you the c5s file and the htm template, a word of warning, the index is very complex as it uses serial display and also on data events which access a function within the index.c5s file.

I will send them very soon
By: gwid
Date: 2008-04-29
Time: 10:15

Re: Anything is possible with TBS!

it seems a power system.
can u share the code for me,please?
thx.
gwid@msn.com
By: OuTa-SyNc
Date: 2008-04-29
Time: 13:23

Re: Anything is possible with TBS!

of course, any parts in particular?
By: gwid
Date: 2008-04-30
Time: 08:35

Re: Anything is possible with TBS!

thx. the shopping cart.
By: yj98
Date: 2008-05-30
Time: 16:12

Re: Anything is possible with TBS!

very powerful site. can u share the code for me , please ?
I'm just newbie to learn TBS but there's no whole system code.

thx a lot ..  ;)

yjian98@gmail.com
By: Michaelsen
Date: 2008-06-12
Time: 01:00

Re: Anything is possible with TBS!

Very clean and fast. Very nice!
By: lotiara
Date: 2008-10-08
Time: 21:58

Re: Anything is possible with TBS!

very powerful site.
I would be very happy to get the whole code. The basket and forms are very intesting.
wonderfull.

lotiara@gmail.com
By: OuTa-SyNc
Date: 2008-10-10
Time: 13:39

Re: Anything is possible with TBS!

I have packaged up the source code to my website.

Included are:

.c5s files (can be renamed to .php)
.tmp files (these are the HTML template files)
.htm files (these are the template files used to make changes - not needed unless you change the layout, if you do you must then change the extension to .tmp after)

I have removed the MySQL login details
I have removed payment processing (this is usually handled in the checkout.c5s file)

You can download from http://www.code5studio.co.uk/download/sourcecode.zip

OuTa-SyNc
By: OuTa-SyNc
Date: 2008-10-19
Time: 01:09

Re: Anything is possible with TBS!

Also available is the MySQL data structure from:
http://www.code5studio.co.uk/download/sql.txt

Certain fields are not used for the website, they are for my companies internal use only, please use all code supplied by me as reference only.

OuTa-SyNc