Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 856 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     Development Software and Tools :

Wordpress Coders: Widget-ready?

Thread title: Wordpress Coders: Widget-ready?
View Poll Results: When coding Wordpress skins, are your sidebars widget-ready?
Yes 12 70.59%
No 5 29.41%
Voters: 17. You may not vote on this poll

Closed Thread  
Page 1 of 5 1 2 3 4 5 >
    Thread tools Search this thread Display Modes  
07-06-2007, 11:16 AM
#1
Garyrae is offline Garyrae
Status: Request a custom title
Join date: Dec 2005
Location: Colchester, UK
Expertise:
Software:
 
Posts: 4,625
iTrader: 16 / 100%
 

Garyrae is on a distinguished road

Send a message via MSN to Garyrae Send a message via Skype™ to Garyrae

  Old  Wordpress Coders: Widget-ready?

This is mainly directed at those that offer Wordpress skinning as a service:

When coding Wordpress skins, do you code sidebars so they're widget-ready?

If not, why?

07-06-2007, 12:20 PM
#2
Gille is offline Gille
Status: HTML & CSS Guru
Join date: Mar 2005
Location: Ghent, Belgium
Expertise: HTML, CSS
Software:
 
Posts: 1,226
iTrader: 13 / 100%
 

Gille is on a distinguished road

Send a message via MSN to Gille

  Old

If I'm skinning for myself, yes... If the clients ask for it, yes... Else no, but don't ask me why... never caring for it I guess

07-06-2007, 02:52 PM
#3
Zack is offline Zack
Status: I love this place
Join date: Dec 2005
Location: US and A
Expertise:
Software:
 
Posts: 595
iTrader: 2 / 100%
 

Zack is on a distinguished road

  Old

You should always code sidebars widget-ready, even if you're doing it for yourself. What happens if you want to use a widget ?

Zack

07-06-2007, 03:43 PM
#4
Jeff Andersen is offline Jeff Andersen
Status: Superstar
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 4,449
iTrader: 10 / 100%
 

Jeff Andersen is on a distinguished road

  Old

I voted no because I haven't the slightest clue when I code wordpress templates. I just know how to slap a design on, sorta make it work right and start posting. Novice wordpresser right here.

07-06-2007, 04:03 PM
#5
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Yeah, too be honest, I'm not sure what you mean by widget ready. I possibly could be doing it already, but I don't think so.

07-06-2007, 04:08 PM
#6
Garyrae is offline Garyrae
Status: Request a custom title
Join date: Dec 2005
Location: Colchester, UK
Expertise:
Software:
 
Posts: 4,625
iTrader: 16 / 100%
 

Garyrae is on a distinguished road

Send a message via MSN to Garyrae Send a message via Skype™ to Garyrae

  Old

Originally Posted by Andrew R View Post
Yeah, too be honest, I'm not sure what you mean by widget ready. I possibly could be doing it already, but I don't think so.
Widget ready sidebars, are basically those that are coded using nested lists.

Code:
<ul>
	<li><h2>Categories</h2>
		<ul>
			<li><a href="#">Some link</a></li>
			<li><a href="#">Some link</a></li>
			<li><a href="#">Some link</a></li>
		</ul>
	</li>

	<li><h2>Archive</h2>
		<ul>
			<li><a href="#">Some link</a></li>
			<li><a href="#">Some link</a></li>
			<li><a href="#">Some link</a></li>
		</ul>
	</li>

	<li><h2>Blogroll</h2>
		<ul>
			<li><a href="#">Some link</a></li>
			<li><a href="#">Some link</a></li>
			<li><a href="#">Some link</a></li>
		</ul>
	</li>
</ul>

07-06-2007, 04:16 PM
#7
Wildhoney is offline Wildhoney
Wildhoney's Avatar
Status: Request a custom title
Join date: Feb 2006
Location: Nottingham
Expertise:
Software:
 
Posts: 1,648
iTrader: 18 / 95%
 

Wildhoney is on a distinguished road

Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney

  Old

Fancy term for something so simple, in that case. When coding Wordpress sidebars that don't require bullet-points, I use definition lists. So although I despise coding Wordpress, when I do I code them widget-friendly? How nice to know!

07-06-2007, 09:37 PM
#8
Awesome is offline Awesome
Awesome's Avatar
Status: Pastafarian
Join date: May 2006
Location: Duct Taped to your Ceiling
Expertise:
Software:
 
Posts: 3,440
iTrader: 26 / 93%
 

Awesome is on a distinguished road

  Old

Depends on the theme... not all of them are designed with enough flexibility in mind to allow widgets.

07-06-2007, 09:56 PM
#9
Joshimitsu is offline Joshimitsu
Status: Member
Join date: Jan 2007
Location: England
Expertise:
Software:
 
Posts: 229
iTrader: 0 / 0%
 

Joshimitsu is an unknown quantity at this point

Send a message via MSN to Joshimitsu

  Old

Yeah, i do it. But, i've never heard the term 'widget ready' used for it.

07-06-2007, 10:39 PM
#10
cbeley is offline cbeley
Status: Junior Member
Join date: Jun 2007
Location: Wisconsin
Expertise:
Software:
 
Posts: 29
iTrader: 1 / 100%
 

cbeley is on a distinguished road

Send a message via AIM to cbeley Send a message via MSN to cbeley

  Old

Originally Posted by Blue Ire View Post
Depends on the theme... not all of them are designed with enough flexibility in mind to allow widgets.
If you are willing to compromise slightly and use some creativity, there arn't many situations where you can't use wigits. You know, you can actually have as many sidebars that have wigits, as you want in your design, and the user can add or remove wigits from each of those sidebars. Anyways, I think wigits are a pretty cool idea and really arn't any extra work to use in layouts in my opinion...it's just messing with styling, which you should be doing wigits or no wigits.

Only thing I have with wigits is the Search wigit....it really needs to include an id with the input tag for submit so you can modify it :S Hopefully, they will address that in the next version (you can fix that temporily though in wigits.php).

Things get tricky with wigits if you want wildly different sidebar items, though, it seems more of a convieniencece to the client to have him or her be able to modify her sidebar easily, but, it's really there choice I guess.

Closed Thread  
Page 1 of 5 1 2 3 4 5 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed