GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   What the fuck is CSS? (https://gfy.com/showthread.php?t=878407)

Malicious Biz 12-29-2008 07:26 PM

Css is the devil

Loki 12-29-2008 08:12 PM

CSS:

Cute Slutty Sitters

Cum Swapping Susie

Cams Showing Sex

Carl Swaps Semen (EWWWWWWW)

Cunts Stuffed Silly (LOL)

Cliff's Sluty Sister

Crazed Shaft Suckers

Cocks Sucked Slowly

There's more but this is good enough for now lol

-Loki-

candyflip 12-29-2008 08:13 PM

Some good laughs here.

Some good advice too.

potter 12-29-2008 08:44 PM

Quote:

Originally Posted by AaronM (Post 15259704)
I seem to recall something like that.

Not sure how you run your business but I know how I run mine. My rate doesn't change if I am busy or slow. My rate is my rate....I consider that the only fair way to do business.

My work is not worth any more during a slow week than it is during a busy week.

Your business is much different no? You have schedules with actual dates and times right? If someone needs you for something, you can say - I have next Tuesday available from X:00 to X:00.

My business is not like that. I have three projects right now that could last into February. With six more pending for January, February, and March. It was my impression you needed that myspace layout done asap. Which meant I would have had to bump back work on my projects at the time with value well higher than a quick myspace design. You can knock me all you want, but it's not going to accomplish anything.

It's like if you bring your car to a shop. They might be able to get to when they can at their normal rate. Or you could pay them a higher rate to bump yourself up the line and get it worked on right away. As I said, I was under the impression you were the latter.

Since this seems to be a misunderstanding. I'll make it real simple. If you want a design for a normal hourly rate.

• We can schedule one for the future when I have no projects in place. It would have to be for sometime in February or March.

• We can schedule one for me to work on as soon as I can, with no real completion date (probably something like 2-4 weeks). Meaning, I will work on your design in between my already scheduled projects. I might have two hours this week with no work, eight hours, or zero hours. I'll work on yours and complete it, however the current projects I have get priority each day.

• Or you can hire someone else.


... I run my company very tight. I don't just accept job after job and "hope" to get it all done. The organization is very precise. It keeps work consistent and on time.

AaronM 12-29-2008 08:59 PM

Quote:

Originally Posted by potter (Post 15259943)
Your business is much different no? You have schedules with actual dates and times right? If someone needs you for something, you can say - I have next Tuesday available from X:00 to X:00.

My business is not like that. I have three projects right now that could last into February. With six more pending for January, February, and March. It was my impression you needed that myspace layout done asap. Which meant I would have had to bump back work on my projects at the time with value well higher than a quick myspace design. You can knock me all you want, but it's not going to accomplish anything.

It's like if you bring your car to a shop. They might be able to get to when they can at their normal rate. Or you could pay them a higher rate to bump yourself up the line and get it worked on right away. As I said, I was under the impression you were the latter.

Since this seems to be a misunderstanding. I'll make it real simple. If you want a design for a normal hourly rate.

? We can schedule one for the future when I have no projects in place. It would have to be for sometime in February or March.

? We can schedule one for me to work on as soon as I can, with no real completion date (probably something like 2-4 weeks). Meaning, I will work on your design in between my already scheduled projects. I might have two hours this week with no work, eight hours, or zero hours. I'll work on yours and complete it, however the current projects I have get priority each day.

? Or you can hire someone else.


... I run my company very tight. I don't just accept job after job and "hope" to get it all done. The organization is very precise. It keeps work consistent and on time.


Actually...You and I never discussed anything about the MySpace layout until the last thread that you mentioned. You spoke with somebody else who asked you for a rate on my behalf. There was never any discussion of me being in a hurry or anything like that. I wanted the design 6 months ago and still don't have it. I must not be in that big of a hurry....No?

I've never knocked you and I'm not doing so now. I'm simply telling it like it is.

I don't do anything based on an hourly rate. That's a great way to get fucked, especially by somebody who is working remotely.

potter 12-29-2008 09:21 PM

Quote:

Originally Posted by AaronM (Post 15259999)
Actually...You and I never discussed anything about the MySpace layout until the last thread that you mentioned. You spoke with somebody else who asked you for a rate on my behalf. There was never any discussion of me being in a hurry or anything like that. I wanted the design 6 months ago and still don't have it. I must not be in that big of a hurry....No?

I've never knocked you and I'm not doing so now. I'm simply telling it like it is.

I don't do anything based on an hourly rate. That's a great way to get fucked, especially by somebody who is working remotely.

.. So then do you want to set something up? If you know exactly what you want it shouldn't be difficult to estimate the time involved and do a flat rate.

Malicious Biz 12-29-2008 09:26 PM

A lot of people don't know this but potter was coded out of pure CSS in a government lab back in the 70's

baddog 12-29-2008 09:33 PM

I had to stop reading after the first few smug responses. In case no one has explained it yet, in a nutshell, CSS cuts back on the amount of code (html) required on your page. Not only should it increase your speed, but it lets the search engines see more of your text as it isn't spending all its time dwelling on your code.

potter 12-29-2008 09:49 PM

Quote:

Originally Posted by Malicious Biz (Post 15260128)
A lot of people don't know this but potter was coded out of pure CSS in a government lab back in the 70's

True Story.

Azlord 12-29-2008 09:57 PM

Quote:

Originally Posted by baddog (Post 15260147)
I had to stop reading after the first few smug responses. In case no one has explained it yet, in a nutshell, CSS cuts back on the amount of code (html) required on your page. Not only should it increase your speed, but it lets the search engines see more of your text as it isn't spending all its time dwelling on your code.

To go even further on what Baddog brings up, it's not only that the spiders are crawling your site faster that's a benefit, but a properly marked up page uses the code the way it's meant to be used and the spider will see that. For exampe, a h1 tag needs to be used accordingly. It's the top level heading tag. So you want your most important info to be in a h1 tag. I love seeing sites that will have the name of their site in a p tag but style it to be extra big and bold (like a h1 tag).

Use paragraph tags when marking up... you got it, paragraphs of text. Lists are used all over the place, you might not see it right away, but lists are everywhere... navigation is a really common list now.

As far as load times, well it's not a whole huge difference at first, and it won't be much faster if it's a one page site...like a gallery (some exceptions to the rule of course). But CSS gets cached. So if you use a single style sheet for a whole paysite tour, or members area, then once the CSS is loaded the first time, it doesn't have to load again. This makes going from page to page, in a well marked up page, faster.

Also, just because a page is marked up table-less-ly (is that a word?) doesn't mean it will cut down the code all that much. I see tons of pages where people just basically replace tables with divs and call it a day. That's not the best way to do it. And there is a time to use tables. They do have a proper use. It's just not for presentation.

Another fun thing is when people will mark up their pages table-less-ly but then not have a doc type, or use the wrong doc type, or not use valid html / css or all of the above. Why take the time to do all that work if your pages aren't valid?

Ok... I will end my rant here.

baddog 12-29-2008 10:01 PM

Quote:

Originally Posted by potter (Post 15259943)

It's like if you bring your car to a shop. They might be able to get to when they can at their normal rate. Or you could pay them a higher rate to bump yourself up the line and get it worked on right away. As I said, I was under the impression you were the latter.

What kind of mechanic do you go to? if I discovered my job got bumped because someone offered to pay them a little more they would lose me as a customer forever.

sortie 12-29-2008 10:05 PM

Quote:

Originally Posted by baddog (Post 15260217)
What kind of mechanic do you go to? if I discovered my job got bumped because someone offered to pay them a little more they would lose me as a customer forever.

Me too. That would suck.

AaronM 12-29-2008 10:06 PM

Quote:

Originally Posted by potter (Post 15260116)
.. So then do you want to set something up? If you know exactly what you want it shouldn't be difficult to estimate the time involved and do a flat rate.


I've tried to do business with you twice now. I'm not getting a good vibe.

I think I will pass.

AaronM 12-29-2008 10:07 PM

Quote:

Originally Posted by baddog (Post 15260217)
What kind of mechanic do you go to? if I discovered my job got bumped because someone offered to pay them a little more they would lose me as a customer forever.


Exactly. :thumbsup

potter 12-30-2008 12:12 AM

Quote:

Originally Posted by baddog (Post 15260217)
What kind of mechanic do you go to? if I discovered my job got bumped because someone offered to pay them a little more they would lose me as a customer forever.

Well hello there Mr. Literal. I'll be sure try harder on my analogies next time. :1orglaugh

Deej 12-30-2008 12:38 AM

css is the shizzy my nizzy:thumbsup

Aaron - hit me up yo - Im not myspace fluent, but my css skillz be ill'n

you see how i used african american ebonics there? Made me a little cooler - right?

potter 12-30-2008 12:43 AM

Quote:

Originally Posted by AaronM (Post 15260237)
I've tried to do business with you twice now. I'm not getting a good vibe.

I think I will pass.

You've never tried to do business with me. Sandy hit me up like a year ago for a quote on a myspace layout. Twice now you've made petty comments about that quote and I've responded. I wouldn't call that trying to do business. If you had come to me on a more professional level things would be a lot different.

You catch more flies with honey than with vinegar :2 cents:

Slappin Fish 12-30-2008 06:14 AM

Quote:

Originally Posted by AaronM (Post 15258292)
If anybody reading this thread is interested in giving me a fair price on a CSS based MySpace profile, hit me up.

I can't link to it because it is a forum but there is a place where the myspace resource site owners hang around. Full of annoying kids but the marketplace is good, a few talented designers who are very familiar with CSS/Div Overlay Layouts. If you post your project there you will someone to do it well for a fraction of the price.

br4sco 12-30-2008 06:23 AM

the CSS also does help with SEO. the bots dont have all that extra code to go through

munki 12-30-2008 09:04 PM

Quote:

Originally Posted by Deej (Post 15260540)
css is the shizzy my nizzy:thumbsup

Aaron - hit me up yo - Im not myspace fluent, but my css skillz be ill'n

you see how i used african american ebonics there? Made me a little cooler - right?

Deej gotz his flow down... G dawg... straight up G...

MikeSmoke 12-30-2008 09:28 PM

Quote:

Originally Posted by TeenCat (Post 15258218)
http://cillik.com | directors driver | Latest aff:

No more webdesign ... a toz vitaj chalane! * od bot k pornu * my femdom queen *
radio? wtf? check out svit zlin ;)

I tried figuring out this sig for 10 minutes and then gave up :1orglaugh

skrinkladoo 12-30-2008 09:35 PM

Quote:

Originally Posted by Vendot (Post 15258149)
OK so I ask him (my site designer) to build me a pure html site with no javascript, no php, no flash, no css and no bullshit. I like to keep things really simple and with minimum hassle and fast load times.

What does he do? He uses CSS on all the pages.

Is CSS a good thing? Does it slow loading times and does it cause compatibility issues on browsers? Can someone clear this one up for me because im just clueless and he's totally obsessed with using CSS on my pages.

Ok, this is rather backwords. CSS = good! HTML needs CSS, or otherwise you run the risk of code bloating (thus slower site), blah, blah. CSS streamlines the update process, and 100% CSS design - thats impressive!

The above languages arnt bullshit, static html is bullshit (dinosaur old), and if you paid more than a few dollars - your request would be a rip off and self imposed at that.

sites, real sites are not built out of HTML, its a markup language - its a pretty cover to what most often ends up a shitty book.

Use the CSS (prop mixed with HTML), and tip him for helping you! If he did it all in CSS, he needs to be given a holiday bonus. He did you right and saved you from yourself.
:2 cents:

tony286 12-30-2008 09:37 PM

Quote:

Originally Posted by baddog (Post 15260147)
I had to stop reading after the first few smug responses. In case no one has explained it yet, in a nutshell, CSS cuts back on the amount of code (html) required on your page. Not only should it increase your speed, but it lets the search engines see more of your text as it isn't spending all its time dwelling on your code.

Thank you I actually didnt know what it was.

JD 12-31-2008 03:14 AM

i only code sites in assembly


All times are GMT -7. The time now is 08:58 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123