vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Who Are The Best vB Designers (https://vborg.vbsupport.ru/showthread.php?t=92783)

MRGTB 03-02-2006 02:48 PM

Quote:

Originally Posted by DirectPixel
I've stopped selling pre-made skins publicly.

If you don't mind me asking, Why?

If they was bring in some income from sales, what made you decide to stop selling ready made skins

DirectPixel 03-02-2006 03:02 PM

Quote:

Originally Posted by Gary Bolton
If you don't mind me asking, Why?

If they was bring in some income from sales, what made you decide to stop selling ready made skins

It just ended up requiring too much of my time that could've been spent on doing other things that pay better and are personally more enjoyable.

As much as I love designing, it really becomes a pain to test and debug each skin every time a new release comes out, while still providing support for the skin (and for those who haven't upgraded)--in addition to doing custom design work and maintaining clients' servers and being on-call for back-end tech-support.

Quote:

Originally Posted by princeton
you may be surprised at how many of us do "fit" in this category

there are many advantages/disadvantages on both sides -- the key is to find a company that will be around for the long haul

TIP WHEN BUYING SKINS:
1)__ Do not buy or use skins that contains deprecated code. ie. <font> :down:
2)__ Do not buy or use skins that do not validate XHTML. (validate code at http://validator.w3.org/)
3)__ Purchasing a custom skin will make your site stand out. Paying upwards of $1000 is not uncommon.

NOTE:
- Skins with deprecated code are usually bloated with unneccessary code.
- Skins that do not validate is a sign that "designer" does not know what they are doing OR a sign that "designer" is in it for the quick buck.
- 9 out of 10 skins that do not validate will usually give you problems down the road.

You do realize that vBulletin uses the <font> tag everywhere, especially on showthread and BBCode-generated code, right? :p What I've (slowly) come to accept with vBulletin is that while you can get standards-compliant XHTML code, you can never go beyond that (except for recoding every single template, of course) and achieve semantically-correct code, tableless layout, and seperation of XHTML content and visual display.

(This auto-merge code is pretty neat!)

MRGTB 03-02-2006 03:19 PM

Quote:

Originally Posted by DirectPixel
It just ended up requiring too much of my time that could've been spent on doing other things that pay better and are personally more enjoyable.

As much as I love designing, it really becomes a pain to test and debug each skin every time a new release comes out, while still providing support for the skin (and for those who haven't upgraded)--in addition to doing custom design work and maintaining clients' servers and being on-call for back-end tech-support.



You do realize that vBulletin uses the <font> tag everywhere, especially on showthread and BBCode-generated code, right? :p What I've (slowly) come to accept with vBulletin is that while you can get standards-compliant XHTML code, you can never go beyond that (except for recoding every single template, of course) and achieve semantically-correct code, tableless layout, and seperation of XHTML content and visual display.

(This auto-merge code is pretty neat!)

Have you ever just thought about maybe offering budget templates for ?5 -?10 a chuck to the mass market that come with "no support" due the the price there sold for as an alternative method of still selling mass-market templates. But at a budget price with no support because of the price structure there sold for. Then that would free up the support side of them templates sold, while still offering templates at a budget price for specific vBulletin versions only.

That would then leave another avenue to make cash from sales and not have to worry about supporting them low cost templates.

DirectPixel 03-02-2006 03:23 PM

Quote:

Originally Posted by Gary Bolton
Have you ever just thought about maybe offering budget templates for ?5 -?10 a chuck to the mass market that come with "no support" due the the price there sold for as an alternative method of still selling mass-market templates. But at a budget price with no support because of the price structure there sold for. Then that would free up the support side of them templates sold, while still offering templates at a budget price for specific vBulletin versions only.

That would then leave another avenue to make cash from sales and not have to worry about supporting them low cost templates.

We'll see. Maybe I'll release a few skins for free to everybody after I get some more time on my hands. As a personal project, just for fun. I'm so busy these days, I don't even know how I find the time to post on forums. :p

Princeton 03-02-2006 03:34 PM

Quote:

Originally Posted by DirectPixel
You do realize that vBulletin uses the <font> tag everywhere, especially on showthread and BBCode-generated code, right? :p What I've (slowly) come to accept with vBulletin is that while you can get standards-compliant XHTML code, you can never go beyond that (except for recoding every single template, of course) and achieve semantically-correct code, tableless layout, and seperation of XHTML content and visual display.

by default, vbulletin is XHTML valid

the <font> tag is ONLY used in some bbcode which in this case is not a designer issue but a vbulletin issue

I highly recommend that everyone tests (validates) a style before purchasing or installing. To test a style, all one has to do is test the forumhome, forumdisplay, and showthread (with no bbcode on posts) pages. Testing these pages alone will give you a good indication if style validates.

DirectPixel 03-02-2006 03:46 PM

Quote:

Originally Posted by princeton
by default, vbulletin is XHTML valid

the <font> tag is ONLY used in some bbcode which in this case is not a designer issue but a vbulletin issue

I highly recommend that everyone tests (validates) a style before purchasing or installing. To test a style, all one has to do is test the forumhome, forumdisplay, and showthread (with no bbcode on posts) pages. Testing these pages alone will give you a good indication if style validates.

While I agree with you, I would like to point out a nice article to read that keeps everything about validation in perspective: http://www.mikeindustries.com/blog/a...r-own-standard

Validation isn't everything, and while it's important, it is imperative to note that validation does NOT necessarily mean good code. Validating your code is a great tool to help debug your XHTML and your CSS, but does not guarantee accessibility, good coding practice, nor good design (both visually and semantically).

CAMS 03-02-2006 03:57 PM

Quote:

Originally Posted by DirectPixel
While I agree with you, I would like to point out a nice article to read that keeps everything about validation in perspective: http://www.mikeindustries.com/blog/a...r-own-standard

Validation isn't everything, and while it's important, it is imperative to note that validation does NOT necessarily mean good code. Validating your code is a great tool to help debug your XHTML and your CSS, but does not guarantee accessibility, good coding practice, nor good design (both visually and semantically).

i agree.

not a good idea to try debate with him dp he doesnt listen bud ;) as proved in a thread wer he tryed to tell me the rules of designing ;) lol..


also i dont mind companys buying styles from freelance designers then reselling them.. gives me someone to try sell my styles to lol

Princeton 03-02-2006 04:01 PM

Quote:

Originally Posted by DirectPixel
While I agree with you, I would like to point out a nice article to read that keeps everything about validation in perspective: http://www.mikeindustries.com/blog/a...r-own-standard

Validation isn't everything, and while it's important, it is imperative to note that validation does NOT necessarily mean good code. Validating your code is a great tool to help debug your XHTML and your CSS, but does not guarantee accessibility, good coding practice, nor good design (both visually and semantically).

I find the article hilarious.
All he has to do to validate his page is to change the DOCTYPE or if he desires to create "new attributes"--he can create a new one.

The answers are available but, if you choose not to do the homework ... well, that's on you.

Standards are available to help your "web pages" appear identical on all web appliances.

DirectPixel 03-02-2006 04:04 PM

Quote:

Originally Posted by princeton
I find the article hilarious.
All he has to do to validate his page is to change the DOCTYPE or if he desires to create "new attributes"--he can create a new one.

I think you missed the point of his article. ;) Actually, I think you may have missed the point I was trying to convey as well.

Quote:

Originally Posted by princeton
The answers are available but, if you choose not to do the homework ... well, that's on you.

I did not realize I was asking a question...

Princeton 03-02-2006 04:08 PM

Quote:

Originally Posted by CAMS
i agree.
not a good idea to try debate with him dp he doesnt listen bud ;) as proved in a thread wer he tryed to tell me the rules of designing ;) lol..


also i dont mind companys buying styles from freelance designers then reselling them.. gives me someone to try sell my styles to lol

here's one that shouldn't talk .. selling skins that do not validate
what's really bad is that most of the "problems" in his coding style is common sense -- anyone with coding knowledge could tell you this

regarding the thread: https://vborg.vbsupport.ru/showthread.php?t=108958
you ask for a "review" yet you feel hurt when something doesn't go your way ... why not cry somewhere else bud?

Quote:

Originally Posted by DirectPixel
I think you missed the point of his article. ;) Actually, I think you may have missed the point I was trying to convey as well.

No, I didn't miss the point ... it's just that people like that usually do not do their homework. Hence, they cry foul when they cannot be bothered with STANDARDS. Standards are available for a reason ...
1)__ they can save you money
2)__ they can make your pages appear the same on many appliances

Quote:

Originally Posted by DirectPixel
I did not realize I was asking a question...

Sorry, that statement wasn't directed to you ... but, to the general public


All times are GMT. The time now is 10:08 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02407 seconds
  • Memory Usage 1,783KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete