This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Technology & Calculator Open Topic subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Community News & Discuss Nspire => Technology & Calculator Open Topic
Author Message
artraid


Newbie


Joined: 24 Mar 2005
Posts: 19

Posted: 30 Apr 2005 09:37:49 am    Post subject:

I had this idea for a while now, and this week it materialized.

I just opened my TI blog site, located at http://www.artraid.com/ti

I'll discuss everything ranging from TI-OS tips and tricks, TI-gaming, and BASIC programming. The site will mainly focus on the TI-89, although it will include plenty on the other platforms as well. This will also be a good way for me to make announcemenets/updates on my games etc.

Tell me what you think, and what I should do to take it further.

Thanks.


Last edited by Guest on 01 May 2005 01:53:34 pm; edited 1 time in total
Back to top
Cap'n Refsmmat


Newbie


Joined: 18 Nov 2004
Posts: 41

Posted: 30 Apr 2005 08:14:25 pm    Post subject:

I would suggest changing the style a bit so it isn't all black.
Back to top
artraid


Newbie


Joined: 24 Mar 2005
Posts: 19

Posted: 02 May 2005 07:25:25 am    Post subject:

I completely re-designed it - it's a bit more graphical and easier to read now. It's also better organized.

I am starting to compile a list of links to TI sites, so please hook me up with your URL's in this thread and I will add them up.
Back to top
AlienCC
Creative Receptacle!


Know-It-All


Joined: 24 May 2003
Posts: 1927

Posted: 02 May 2005 09:52:01 am    Post subject:

Its definately looking better then it was, also why not link back to unitedti.org?

--AlienCC
Back to top
artraid


Newbie


Joined: 24 Mar 2005
Posts: 19

Posted: 02 May 2005 11:22:21 am    Post subject:

Who said I woouldn't? I have lots of other sites to link to as well, no worries. I just started the blog, and the links that are there so far are just temporary fillers. Unitedti.org, ti-news, calc.org and more will also be posted.

I just asked for people to give me URL's to their own TI sites.

Thanks for the comments - I still need to do some work with the header text, but the main design part is done.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 02 May 2005 03:50:19 pm    Post subject:

I've decided to put a blog on my UTI webspace - http://mpl.unitedti.org/ It's mostly empty so far and uses a predefined style, which I'm still working to fix.

It doesn't have any ads though :icon4: Unless you count the "powered by blogger" in a corner somewhere.


Last edited by Guest on 02 May 2005 03:52:12 pm; edited 1 time in total
Back to top
artraid


Newbie


Joined: 24 Mar 2005
Posts: 19

Posted: 02 May 2005 04:42:18 pm    Post subject:

I made even more cosmetic changes. Now everything is properly organized and easy to access.

I really hope to take this blog far, and attract lots of readers. I plan to include lots of nice things like reviews on popular games, and reviews on calculators as well. :)

As for links, I started to add some links to TI sites that I like/enjoy. Please give me more links, and I will definitely add them provided they have nice content/potential


Last edited by Guest on 02 May 2005 05:06:36 pm; edited 1 time in total
Back to top
artraid


Newbie


Joined: 24 Mar 2005
Posts: 19

Posted: 02 May 2005 05:35:13 pm    Post subject:

Sir Robin, I see that you just started your blog too. Would you like to exchange links? I added you.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 02 May 2005 05:54:27 pm    Post subject:

You're added too Smile

By the way, what would you or anyone else suggest as the best way to post code in HTML?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 02 May 2005 06:35:52 pm    Post subject:

WHat do you mean with "post code in HTML" exactly?
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 02 May 2005 06:46:00 pm    Post subject:

Sorry, I just realized how unclear that was.

I meant, using HTML to post TI-Basic (or assembly) code in my blog. Something like the [code] boxes on the forum, though probably simpler.
Back to top
sgm


Calc Guru


Joined: 04 Sep 2003
Posts: 1265

Posted: 02 May 2005 06:49:05 pm    Post subject:

Surely you can just use <pre> and </pre> tags?

Last edited by Guest on 02 May 2005 06:49:26 pm; edited 1 time in total
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 02 May 2005 06:52:14 pm    Post subject:

I was kinda looking, not for something to not format the html (TI-basic code doesn't usually have html tags in it anyway, but for a way to format it in a code-ly box... or something.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 02 May 2005 06:59:54 pm    Post subject:

<div style="background: rgb(126,150,118); width: 96px; font-family: ti83pc, fixedsys, verdana; font-size: 12px">
ClearDraw <br>
"LOL"->Str0 <br>
Disp Str0 <br>
</div>

8)

EDIT: 96px

EDIT EDIT:
<div style="background: rgb(126,150,118); width: 96px; font-family: ti83pc, fixedsys, verdana; font-size: 12px; text-align: left;">ClearDraw
"LOL"->Str0
Disp Str0
</div>

<br> isn't nesescary, and the text alignment should be overriden.


Last edited by Guest on 02 May 2005 07:09:33 pm; edited 1 time in total
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 05 May 2005 07:26:24 am    Post subject:

I just started a general forum, and website. Who knows, I may add a blog. the main website is http://www.rancidmoose.tk. The forum is http://www.rancidmooseforum.tk
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 06 May 2005 08:17:44 pm    Post subject:

I haven't noticed any sudden boost in users. why not. LOL just kidding
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 06 May 2005 08:35:55 pm    Post subject:

probably because of the error message you get when you click on those links?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 07 May 2005 06:45:43 am    Post subject:

http://www.freewebs.com/elfprince13/
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 07 May 2005 08:51:29 am    Post subject:

Quote:
probably because of the error message you get when you click on those links


Thanks for letting me know.

The real addresses are http://www.freewebs.com/elfprince13 and http://www.phpbbforfree.com/forums/rancidmooseforu.html
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are UTC - 5 Hours

 

Advertisement