.
Unregistered
Posted 9/9/2009 1:24 am
I'm watching a tutorial about it..its pretty amazing stuff.
Quote Single Quote Nested Link
BIPFT
Not Right Now You Don't10201 posts
Posted 9/9/2009 1:26 am
I'm working on a new CMS system and I fucking hate it. I miss the old HTML/CSS days. This CMS shit is obviously designed for gen-y faggots who want to design web pages with their Wii controllers.
Quote Single Quote Nested Link
.
Unregistered
Posted 9/9/2009 1:27 am
BIPFT said: I'm working on a new CMS system and I fucking hate it. I miss the old HTML/CSS days. This CMS shit is obviously designed for gen-y faggots who want to design web pages with their Wii controllers.
Are you building a custom one or using joomla or some shit?
Quote Single Quote Nested Link
.
Unregistered
Posted 9/9/2009 1:28 am
BIPFT said: I'm working on a new CMS system and I fucking hate it. I miss the old HTML/CSS days. This CMS shit is obviously designed for gen-y faggots who want to design web pages with their Wii controllers.
The old stuff won't do the job?
Quote Single Quote Nested Link
.
Unregistered
Posted 9/9/2009 1:28 am
. said: Are you building a custom one or using joomla or some shit?
some shit
Quote Single Quote Nested Link
BIPFT
Not Right Now You Don't10201 posts
Posted 9/9/2009 1:29 am
. said: Are you building a custom one or using joomla or some shit?
No, it's joomla. I couldn't get the fucking this to properly install under XP or OS X so I am doing it all remotely, which worked like a champ. Maybe it could tell I don't have a Wii controller attached.
Quote Single Quote Nested Link
.
Unregistered
Posted 9/9/2009 1:30 am
BIPFT said: No, it's joomla. I couldn't get the fucking this to properly install under XP or OS X so I am doing it all remotely, which worked like a champ. Maybe it could tell I don't have a Wii controller attached.
Joomla on your own machine or a server? I haven't found a good tutorial on making custom templates. Not bare bones, but full elaborate ones.
Quote Single Quote Nested Link
.
Unregistered
Posted 9/9/2009 1:30 am
BIPFT said: No, it's joomla. I couldn't get the fucking this to properly install under XP or OS X so I am doing it all remotely, which worked like a champ. Maybe it could tell I don't have a Wii controller attached.
I hate those cms systems.
Quote Single Quote Nested Link
Zathrus2
G8,G20! They're few, we're many7184 posts
Posted 9/9/2009 1:36 am
Link to the tutorial?
I'm learning django and they don't like tables and shit, the layout is controlled by CSS.
Quote Single Quote Nested Link
.
Unregistered
Posted 9/9/2009 1:40 am
Zathrus2 said: Link to the tutorial?
I'm learning django and they don't like tables and shit, the layout is controlled by CSS.
here's your tutorial
#notatable {
/* styles */
zathurscukes: weiners;
}
<div id=notatable>
<p>Zathrus is a wiener</p>
</div>
Quote Single Quote Nested Link
.
Unregistered
Posted 9/9/2009 1:41 am
'A major advantage of using a CMS is that it requires almost no technical skill or knowledge '
Quote Single Quote Nested Link
.
Unregistered
Posted 9/9/2009 1:44 am
. said: here's your tutorial
#notatable {
/* styles */
zathurscukes: weiners;
}
<div id=notatable>
<p>Zathrus is a wiener </p>
</div>
Quote Single Quote Nested Link
.
Unregistered
.
Unregistered
hj
Unregistered
Posted 9/9/2009 1:47 am
. said: joomla?
django?
WHAT THE FUCK IS THAT SHIT?
dont forget drupal!!!
Its the new web paradigm.
Quote Single Quote Nested Link
.
Unregistered
Posted 9/9/2009 1:49 am
. said: joomla?
django?
WHAT THE FUCK IS THAT SHIT?
OH YEAH, I'M GOING TO LEARN A NEW LANGUAGE THAT IS GOING TO BE OBSOLETE IN ABOUT A WEEK TO CREATE A FUCKING WEBSITE
class Reporter(models.Model):
full_name = models.CharField(max_length=70)
def __unicode__(self):
return self.full_name
class Article(models.Model):
pub_date = models.DateTimeField()
headline = models.CharField(max_length=200)
content = models.TextField()
reporter = models.ForeignKey(Reporter)
def __unicode__(self):
return self.headline
FUCK THAT SHIT
Quote Single Quote Nested Link
kirby
No longer in operation.12006 posts
Posted 9/9/2009 1:49 am
zencart <3
OSCOMMERICE BITCHES.
BTW, Joomla is easy a sfuck. Theres Drupal, Mambo, Elgg, for your content systems , CMS bullshit.
be happy it isn't frames! FRAMES
Quote Single Quote Nested Link
.
Unregistered
Posted 9/9/2009 1:49 am
. said: I'm watching a tutorial about it..its pretty amazing stuff.
I'm not quite there yet, but I was watching some vids on XML today. Soon...
Quote Single Quote Nested Link
.
Unregistered
Posted 9/9/2009 1:49 am
. said: joomla?
django?
WHAT THE FUCK IS THAT SHIT?
Fag artist talk.
Quote Single Quote Nested Link
Zathrus2
G8,G20! They're few, we're many7184 posts
.
Unregistered
Posted 9/9/2009 1:53 am
"install it
Next, run the Django command-line utility to create the database tables automatically:
manage.py syncdb"
Why, of course.
You type:
"syncdb"
to create the database tables automatically.
QUESTION:
Does "syncdb" sync to the database?
ANSWER:
No, it creates the database tables.
QUESTION:
Why isn't it something like:
"manage.py create_db"?
ANSWER:
Because we want to confuse you. We don't give a shit.
Quote Single Quote Nested Link
.
Unregistered
Posted 9/9/2009 1:54 am
By the way, CSS is the shit.
I never use HTML tables any more. It's all DIVs with relative and absolute positioning. Fuck HTML tables.
Quote Single Quote Nested Link
.
Unregistered
Posted 9/9/2009 1:54 am
Zathrus2 said: Thanks, I'll check the first one out.
Yeah, its about as fucking detailed as you would ever want to get. You will be a CSS whiz by the end.
Quote Single Quote Nested Link
.
Unregistered
.
Unregistered