Charas-Project

  • Home
  • Help
  • Search
  • Calendar
  • Login
  • Register
*
Please login or register.

Login with username, password and session length
 

News:

New forum theme up and running!



  • Charas-Project »
  • Off-Topic »
  • All of all! »
  • Charas 3.0 Dev Journal
« previous next »
  • Print
Pages: [1] 2 3 4 5 6

Author Topic: Charas 3.0 Dev Journal  (Read 18007 times)

Offline Osmose

  • So freakin' inactive
  • Royal
  • *
  • Posts: 3,041
Charas 3.0 Dev Journal
« on: May 20, 2007, 03:28:30 AM »
In order to keep those interested up with how development is going, I'm starting a little Development Journal talking about what I'm doing and what's getting done and such. Sometimes you won't understand what I'm talking about, but I'll try and be as easy to understand for non-programmers as possible.

-----------------------------------

Well, obviously the first entry is going to be a little awkward, but oh well. As for stuff I got done today...

-Spoiler tags in and functioning. I still gotta add this to the SF Code list for posting, though.
-PHP changed to CODE and changed from grey to blue for stylistic reasons.
-Anything in brackets is now SF Code. Such that QUOTE, quote, qUoTe, etc all work for quoting if they're in brackets. No more quote bug! Whee!

Of course, all of this needs to be tested a little more extensively than what I've done, but that can wait until the Beta.
Logged
Hrm.

Offline game_maniac

  • Member
  • Acolyte
  • *
  • Posts: 350
(No subject)
« Reply #1 on: May 20, 2007, 09:48:42 AM »
Nice idea, better than leaving us in the dark for weeks/months.

Quote
-Spoiler tags in and functioning.

-Anything in brackets is now SF Code. Such that QUOTE, quote, qUoTe, etc all work for quoting if they're in brackets. No more quote bug! Whee!


Yay.
Logged
Um, not to sound stupid or anything but what's castration? Is it like a food or something?" -vannypegasus, Pokémon board (6/14/05)

BlackRose203: There are only 21 hours in a day. Go to school more. -_-

Offline Moosetroop11

  • Sage
  • *
  • Posts: 7,398
(No subject)
« Reply #2 on: May 20, 2007, 01:04:01 PM »
I think this journal thing is the right sort of idea.

We appreciate all the work you're putting into this, Osmose ^.^ Is Gary helping at the moment? I know he had stuff to do first or something.
Logged
Maaaaaaaaaaaaaaaaaaaaaaaaaaan I missed this place.

Quote from: drenrin2120
Maaaaaaaaaaaaaaaaaaan I missed you.

Quote from: fruckert
Maaaaaaaaaaaaaaan I missed that welcome.

Offline Osmose

  • So freakin' inactive
  • Royal
  • *
  • Posts: 3,041
(No subject)
« Reply #3 on: May 20, 2007, 01:33:45 PM »
Gary's participation is in question due to reasons I don't need to reveal here. But no matter. Progress moves forward regardless!
Logged
Hrm.

Offline GaryCXJk

  • <strong>Official Charas.EX Team Member</strong>
  • Exemplar
  • *
  • Posts: 1,586
  • FOUR OH FOUR'D
    • Multiverse Works
(No subject)
« Reply #4 on: May 20, 2007, 02:49:44 PM »
Why would you change the PHP tag to CODE? The PHP tag was there specifically for PHP scripts. If you really would love a code tag, I suggest you create a seperate function for it.
Logged

Play it now! Charas Breakout DX
Area91: for MUGEN and RPG Maker VX Ace stuff

Offline Osmose

  • So freakin' inactive
  • Royal
  • *
  • Posts: 3,041
(No subject)
« Reply #5 on: May 20, 2007, 03:05:13 PM »
Because there's not that much specific to formatting PHP that doesn't apply to everything else. Such that CODE would simply make all of what is typed in between it shown so you can show HTML, Javascript, PHP, whatever.

It's still got numbered lines, and last I checked there was no color coding, so I don't know what makes it so specifically PHP-exclusive.

echo "This could be Javascript or PHP";
echo 
"I changed the color because, as you can see, it's pretty ugly as it is. I'm fixing that black text up top that says "PHP" too.";
echo 
"What? Why is this white now? Didn't notice that before. Well, the new background color fixes this anyway.";
Logged
Hrm.

Offline GaryCXJk

  • <strong>Official Charas.EX Team Member</strong>
  • Exemplar
  • *
  • Posts: 1,586
  • FOUR OH FOUR'D
    • Multiverse Works
(No subject)
« Reply #6 on: May 21, 2007, 08:34:41 PM »
You mean you didn't know about the fact that PHP started with
 <?PHP echo "Code"; ?>
Logged

Play it now! Charas Breakout DX
Area91: for MUGEN and RPG Maker VX Ace stuff

Offline Osmose

  • So freakin' inactive
  • Royal
  • *
  • Posts: 3,041
(No subject)
« Reply #7 on: May 21, 2007, 09:31:48 PM »
Hum. Well I stand corrected, although why it requires you start the PHP when you could be showing a snippet of code. So then I'll remove the need for
Logged
Hrm.

Offline Osmose

  • So freakin' inactive
  • Royal
  • *
  • Posts: 3,041
(No subject)
« Reply #8 on: May 24, 2007, 12:18:29 AM »
Ugh. If I am not anything, I am not a good web site designer. At least in the design sense - I know loads of HTML and such, but making an actual design? I'm utterly useless.

However, I decided to try and tackle that today, and... failed. I set out to work on what would eventually become the global-nav-thingy that would help link the site together better than it is, and all I came up with was a very unoriginal variant of what we have now. I did compress a lot of stuff into a small space, but the only problem is that there are giant square ad that I can't figure out what to do with. I might have to ask Alex about that...

Regardless, you can see what I got done here(To my credit, I got dragged to the dentist right around when I intended to start working today). I'ma go look at the stuff mentioned in the previous post, and hopefully finish that stuff up tonight.

EDIT: Woo! Courtesy of GeSHi, we now have syntax highlighting for the following languages:

-Java
-PHP
-HTML (For some reason this is malfunctioning in testing :)
-Ruby (Yep, the RMXP one)
-CSS Stylesheets
-VB.Net
-C++
-Perl
-Visual Basic (I'm assuming 6, I could be wrong)
-QBasic (Just for Sai :P)
-ASP
-Javascript
-C
-XML
-mIRC Script

Some are unnecessary and might be taken out, but I already cut out a lot and only kept those that were the most likely to be used on Charas (As if anyone is going to be showing off their ASP mastery :P)

I haven't tested all of them yet, as many of them I myself don't know, but hopefully it'll be covered during the Beta.
Logged
Hrm.

Offline elementalhero76

  • Your Ad here!
  • Zealot
  • *
  • Posts: 612
  • The Writer of Light
    • Official Esgardum Wiki (locked)
(No subject)
« Reply #9 on: May 24, 2007, 02:15:45 AM »
Ugh php is still here to stay but, anyways Html? I know some of it.
Logged
Retired RM2k3 user. Using VS2015 Pro.
Discord:LightWriterOfLegend2016#5786

Esgardum Legends wiki:
Dead. Need to pay $100/yr to stay open and editable. Debating if I want to or not.

Esgardum Series status:
RPG: World building and planning stage
Books: Still on book 1: The Four Sinners

Offline GaryCXJk

  • <strong>Official Charas.EX Team Member</strong>
  • Exemplar
  • *
  • Posts: 1,586
  • FOUR OH FOUR'D
    • Multiverse Works
(No subject)
« Reply #10 on: May 24, 2007, 05:33:20 PM »
I've got some idea. What if you had in the tags what type of code it is. The general code tag would just put everything in Courier New, with numbering in front of it or something, but for example using code=php could just load the PHP processing thing.

It's something that needs to get some testing, since you'll need to just process the code tag, then the code tag with the working code types, then process the other code tags as normal code tags.
Logged

Play it now! Charas Breakout DX
Area91: for MUGEN and RPG Maker VX Ace stuff

Offline Moosetroop11

  • Sage
  • *
  • Posts: 7,398
(No subject)
« Reply #11 on: May 24, 2007, 06:13:11 PM »
The site design looks fairly good so far, actually. That 'click here to log in' button was way too inconspicuous, I'm glad you've put in a more user friendly thing.

If you're stuck on the design, keep it simple for now and worry about the stuff you're good at. Layout can be changed at any time when you feel inspired.
Logged
Maaaaaaaaaaaaaaaaaaaaaaaaaaan I missed this place.

Quote from: drenrin2120
Maaaaaaaaaaaaaaaaaaan I missed you.

Quote from: fruckert
Maaaaaaaaaaaaaaan I missed that welcome.

Offline Osmose

  • So freakin' inactive
  • Royal
  • *
  • Posts: 3,041
(No subject)
« Reply #12 on: May 24, 2007, 06:29:06 PM »
Quote
Originally posted by GaryCXJk
I've got some idea. What if you had in the tags what type of code it is. The general code tag would just put everything in Courier New, with numbering in front of it or something, but for example using code=php could just load the PHP processing thing.

It's something that needs to get some testing, since you'll need to just process the code tag, then the code tag with the working code types, then process the other code tags as normal code tags.


That's actually how it works right now, except that when you don't put in a code type it defaults to PHP.

For example,
Code: (perl) [Select]
I wish I knew perl formats it according to perl, and [CODE=php] does it in PHP.

How the design looks stylistically is not my issue currently, but rather how I can cram everything into the smallest space possible without looking like crap. What I'll probably end up doing for now is using the above and just having the square ad hang around until I figure out what to do with it.
Logged
Hrm.

Offline Osmose

  • So freakin' inactive
  • Royal
  • *
  • Posts: 3,041
(No subject)
« Reply #13 on: May 25, 2007, 04:33:28 PM »
Hi, my name is Internet Explorer, and I'm NOT GOING TO WORK WITH ANYTHING YOU CODE. EVER.

AKA: Table compatibility, or the lack thereof in IE, is HORRIBLE.
Logged
Hrm.

Offline Razor

  • Staff
  • Sage
  • *
  • Posts: 6,247
  • 2 cool 4 skin
(No subject)
« Reply #14 on: May 26, 2007, 01:29:08 AM »
lol IE
Logged
Always right.

  • Print
Pages: [1] 2 3 4 5 6
« previous next »
  • Charas-Project »
  • Off-Topic »
  • All of all! »
  • Charas 3.0 Dev Journal
 

  • SMF 2.0.10 | SMF © 2015, Simple Machines
  • XHTML
  • 2O11
  • RSS
  • WAP2
  • Simple Machines Forum