Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

I want to code a blog system. What language?

Name: Anonymous 2006-05-05 14:24

What coding language would I need to learn to code a blog system?
PHP? ASP? What are blog systems (like livejournal, blogger.com, etc) usually coded in?

Why I want to learn coding: to code a dynamic blogging system that supports "categories" (basically, tagging of blog entries), cause I haven't seen one anywhere..

about me: I'm an absolue newbie at coding. Did some HTML back in 1997. (And no..you won't see me post about my mood and what song I'm listening to, so please help!)

Name: J3ph42 2006-05-05 14:30

You should think about what you want your blog software to do, then look at the capabilities of ASP.net vs. PHP vs. (other), and see which one will best suite your needs. LJ supports tags to some extent right now.

Name: Anonymous 2006-05-05 15:43

Don't bother, there are too many shitty blog systems.

But if you insist, use Ruby on Rails, and throw in a bunch of AJAX crap just for shits and giggles.

Name: Anonymous 2006-05-05 15:54

C!

Name: Anonymous 2006-05-05 16:38

Assembley - make some obscure piece of hardware run a blog on the INTERNET !

Name: Anonymous 2006-05-05 17:51

Choice of language doesn't matter. That you're asking something like this tells us that you're going to re-do the code at least a couple of times.

Try writing a HTTP server first. That's a nice thing to write in order to acquaint yourself with a new language.

Name: Anonymous 2006-05-05 17:57

>>6
That's like saying that building an integrated circuit is a nice way to acquaint yourself with using computers. No one in the real world is that fucking hardcore!

Name: Anonymous 2006-05-05 18:27

@all: thanks to the helpful (few..), and hilarious, so far!

I guess I'll start with setting up an apache server, then download an ebook about php, since it seems that's what everyone does to get a clue.
An explanation of why I'm going the lenghts to learn a bit of coding just to code my own blog system:

1. visit this page, it's a blog.
http://ecmanaut.blogspot.com/

2. See the pull-down-menu on the right, named "Topics"?
These are the topics/categories/tags which the author of this blog defined. Everytime he writes a new blog entry he tags it with one or more tags. Visitors of his blog can now choose the blog entries they're interested in. Now click one of the categories. You'll see the relevant blogs entries listed below the pull-down-menu.

But what happens to the page itself? Nothing. The visitor has to click the respective blog entries in order to read them
->What I want to code is: a dynamic blog system, that will rebuild the page with ONLY THE TAGS/TOPICS/CATEGORIES WHICH THE VISITORS HAS CLICKED.

Damn, it can't be that hard, it should be fucking, but it I haven't found a single blog system that allows what I want. Fuck shit cunt bitch anal.
Anyway, if you know of a free blog system that allows what I want, please tell me, and I'll forget about the whole coding thing. Joey Bishop.

Name: Anonymous 2006-05-05 19:34

>>1
There are too many of these, use them. Unless you're doing it to learn, if so then have a lot of fun. I recommend PHP, but please don't botch it, or morons will keep blaming the language.

>>3
throw in a bunch of AJAX crap just for shits and giggles.
Lold

>>4
With its own minimalist, dedicated web server of course.

>>7
I actually wrote an HTTP server before my first web application. (I told you I was hardcore.) However, I came from low-level programming, I was a C nerd but I got bored of working hours to get an awesome, hyper fast, tiny, clean... small project, so I'm now having fun with higher level languages like Python and getting real stuff done.

>>8
I'll start with setting up an apache server
Good thing. Do it by hand, you'll learn a lot, and you need this knowledge.

download an ebook about php
If you're familiar with programming, just go to php.net and follow the manual, it's one of the best documented languages out there. If not, then you might want to consider learning something else first, because you might botch PHP, and there's more to it than meets the eye if you want to write good code.

I haven't found a single blog system that allows what I want.
Oh, then you have a real reason to work on your own. That's how I wrote my manga browser and hentai classfying utility with the exact features and behaviour as I wanted.

Name: Anonymous 2006-05-06 0:24

download drupal and shut up.
No one cares.

Name: Anonymous 2006-05-06 3:58

DO IT IN FREEBASIC
DO EVERYTHING IN FREEBASIC
FREEBASIC IS THE NEXT C++

Name: Anonymous 2006-05-06 9:06

>>1,8
You haven't looked hard enough, there's something called wordpress.

Name: Anonymous 2006-05-07 0:39

>>12
wordpress isn't free software and thus is inferior to any free solution people recommend.

Name: Anonymous 2006-05-07 5:18

>>13
http://wordpress.org/about/

"WordPress was born out of a desire for an elegant, well-architectured personal publishing system built on PHP and MySQL and licensed under the GPL."

Name: Anonymous 2006-05-07 5:31

>>13
failhard

Name: Anonymous 2006-05-07 12:36

Use ruby on rails, check it out! blog written in 15 minutes...

Name: Anonymous 2006-05-07 13:03

lol RoR. a blog you have to run on your homemachine which can only serve 2 people at a time.

Name: Anonymous 2006-05-07 13:21

>>17
That's probably the number of people that will actually read his  blog anyway

Name: Anonymous 2006-05-07 13:51

>>17
Java fanboy

Name: Anonymous 2006-05-07 14:15

>>16
Better, use Ruby without Rails.

Name: Anonymous 2006-05-07 15:00

>>17
2 people at a time? You are used to Java application servers, aren't you? ENTERPRISE ENTERPRISE lol.

Tell you what. Until recently I was using a 700 MHz Pentium 3 machine with 512 MB RAM to serve a full intranet portal complete with document management and forums to dozens of people, written in PHP and using a MySQL database. It was blazingly fast, could probably have taken a much higher load, and I didn't even bother optimizing Apache or MySQL much.

Name: Anonymous 2006-05-07 15:06

Tell you what. Until recently I was using a 700 MHz Pentium 3 machine with 512 MB RAM to serve a full intranet portal complete with document management and forums to dozens of people, written in PHP and using a MySQL database. It was blazingly fast, could probably have taken a much higher load, and I didn't even bother optimizing Apache or MySQL much.

Tell you what. Do it in Java. Oh wait, thought you said you wanted to make it slower and unstable. Sorry :(

Name: Anonymous 2006-05-07 19:18

>>21
Keyword: Dozens of people.
By dozens of people, you really mean 2 people checking on the site every 30mins, refreshing the same page.

Name: Anonymous 2006-05-07 19:23

>>22-23 same Javur tard

>>22
If I did it in Java, I would still be coding the framework, with no work done on everything else. Have you done any real work in Java and a modern scripting language to compare? I did.

>>23
No, I mean dozens of different users in my office. Perhaps that's what you're used to have in your Java applications (if you ever write any, and if they ever get completed), but go browse the intarweb, and count the PHP and Perl powered sites vs. Javur enterprise professional applications.

Name: Anonymous 2006-05-07 20:38

>>24
A. I don't use Java
B. You're obviously basing the inital attack on a false accusation but to make matters worse you expose yourself and show the rest of /prog/ you are indeed a true newbie. I suggest you go to SH/SC at SomethingAwful until you become slightly less of retard.

Name: Anonymous 2006-05-07 20:42

>>25
Tell you what. Do it in Java. Oh wait, thought you said you wanted to make it slower and unstable. Sorry :(
Oops. I hadn't noticed this word. Sorry...

Name: Anonymous 2006-05-07 21:06

       ,.. -ェ‐=、‐-、 _,rェ┐
   rーv'彡rf/f゙!l゙!ミ、ヾ、三'ォ
   |三ヲ ( !.{f.l|{.}.!l |゙!、l、!i"≦
   l三i ( | |l |!|l !| l !!」」`ヾヲ
   7Z. ヽfヽ⌒ , ⌒jメ、
    ̄   ~ゝ 、ワ / < Use Java!!
     ,.‐、-t}. `"ヒr-、,,_
   /´⌒´ヽゝ ── 'ヽ⌒ヽ
  /   ィ   ,  ヽ  , )` `ヽ
 /    ノ^  ー   '` ー 'ヽ   ゙i           
..ノ  ,,,ノ            Y´゙  )         
(   < |             !  /         
 ヽ_  \           ノ_/
   ヽ、__ ヽ.ー     @  ノ  ソ、
     〈J .〉  ヾ、.::;;;;;;::.ノ |ヽ-´
     /""     ;ミシミッ  .|
     レ    .イ、_ωノ  .リ
    .,ゝ    ,ノ   |  ' ヽ ノ
   / ` レリ  i´   リ
   i    /    `、   i'
    〉  イ      〉  |
   /  ::|      (_ヽ \、
  (。mnノ       `ヽ、_nm

Name: Anonymous 2006-05-07 21:25

fprintf(stderr, "DO NOT WANT\n");

Name: Anonymous 2006-05-08 1:06

i dunno myspace blog is based on like SUPER basic html
but it like shits on java
and I hate it

Name: Anonymous 2006-05-08 13:11

>>29

what the fuck?

Name: Anonymous 2006-05-09 17:39

There's like 10000 blog apps on the internet.  I would go with either Typo for Ruby on Rails or Wordpress.  There's like no reason to make one from scratch.

Name: Anonymous 2006-05-09 23:58

>>31
besides doing it for the sake of learning

Name: Anonymous 2006-05-10 0:46

>>29
super basic html? of course! you looked up the source old boy :) 
for those that are interested in writing blogs, when browsing 4chan or blogger:
for IE:  click "view" then "source"
and for firefox: ctrl+U
and rip that shit straight off. yes, it will work.

Name: Anonymous 2006-05-10 2:25

look, all you need to write blogs is vi to edit and ssh to upload it.

Name: online directory main 2006-05-21 11:31

Welcome!!! http://www.dirare.com/Sweden/ online directory. [URL=http://www.dirare.com]YP national[/URL]: MY yellowpages, SMART Yellow Pages, About DIRare. Also [url=http://www.dirare.com]global directory[/url] from online directory .

Name: online directory main 2006-05-21 11:31

hello! http://www.dirare.com/Sweden/ online directory. MY yellowpages, SMART Yellow Pages, About DIRare. From online directory .

Name: google pr main 2006-05-21 11:31

Welcome!!! http://www.areaseo.com/contacts/ google pr. [URL=http://www.areaseo.com]pagerank 5[/URL]: pagerank algorithm, Web Site Analysis, SE marketing. Also [url=http://www.areaseo.com]online pr16[/url] from google pr .

Name: google pr main 2006-05-21 11:31

hello! http://www.areaseo.com/contacts/ google pr. pagerank algorithm, Web Site Analysis, SE marketing. From google pr .

Name: vfqt29c@microsoft.com 2006-05-21 11:31

online directory main

Name: Anonymous 2006-05-21 11:46

>>35-41

Interesting, I bought some of those products, very helpful I think!

Name: Anonymous 2010-04-21 9:34

Thread.bump('1146853203');

Name: Anonymous 2010-06-07 6:38

Hi, I can spam /prog/ too, you faggot.

Also, smoke weed everyday.

Name: Anonymous 2010-12-09 12:25

Name: Anonymous 2011-02-04 18:17

Don't change these.
Name: Email:
Entire Thread Thread List