Current location: Hot Scripts Forums » Advertising Forums » Website Reviews » Planet Diaz - New programming community


Planet Diaz - New programming community

Reply
  #1 (permalink)  
Old 01-11-06, 08:56 PM
MrDiaz MrDiaz is offline
Newbie Coder
 
Join Date: Jan 2006
Location: ON, Canada
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Planet Diaz - New programming community

Hi everybody I just started a new website called Planet Diaz - Your new programming community. As the name indicates its a programming/computers website. My main goal is to build a huge community where users can find EVERYTHING they need to learn about any programming language. They could just start from scratch or for those who know they can develop their skills. As you can see the page is missing content, I'm working on adding tutorials, articles, ebooks, etc... I'm on my own at the moment so I'm kinda of FULL with it. I really hope my website becomes well known around the web and one day it can be on the top sites for programming. Well here is the address, take a look at it and tell me what do you think.

www.planetdiaz.com

PS: I have 2 PHP tutorials ready to submit, they are going to be posted tomorrow. I have them on my forums anwyays. If you want to help me out with some tutorials, etc....pls let me know. I need company in order to make a successful community. Hope you like it!
__________________
Programming website: Planet Diaz - Your new programming community!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 01-12-06, 11:19 AM
vpirate vpirate is offline
New Member
 
Join Date: Jan 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
hey

i could help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 01-12-06, 02:02 PM
MrDiaz MrDiaz is offline
Newbie Coder
 
Join Date: Jan 2006
Location: ON, Canada
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
ok vpirate, please go to my forums then and register. Post your articles or anything you can help us with.If you dont want to register just email me at mrdiaz@planetdiaz.com. Thanks!
__________________
Programming website: Planet Diaz - Your new programming community!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 01-28-06, 10:07 PM
MrDiaz MrDiaz is offline
Newbie Coder
 
Join Date: Jan 2006
Location: ON, Canada
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Ok guys I redesigned completely the layout of the main page. Tell me what do you think now, I added 7 new articles as well. Hope you like them.
__________________
Programming website: Planet Diaz - Your new programming community!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 02-13-06, 03:28 PM
LinkWithUs LinkWithUs is offline
Newbie Coder
 
Join Date: Feb 2006
Location: California
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
The new redesign looks great. Nice home page. You even took the time to change the skin of your forum. Good job and attention to details.

Thumbs up.
__________________
Kinney Perry
CEO|CIO

LinkWithUs.com
A Better Way to Link Trade
www.linkwithus.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 03-04-06, 01:31 AM
MrDiaz MrDiaz is offline
Newbie Coder
 
Join Date: Jan 2006
Location: ON, Canada
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Well after a long time I managed to change completely the layout. Now I think it looks how I want it to. I just need a few small changes on graphics and stuffs.

What do you think now?
__________________
Programming website: Planet Diaz - Your new programming community!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 03-05-06, 07:09 PM
GrnEydGuy GrnEydGuy is offline
Newbie Coder
 
Join Date: Feb 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Mr Diaz,

Your website looks fantastic and I'm sure I'll be visiting it often.

The layout of your site is nearly identical to the layout that I am trying to accomplish on my site, would it be possible for me to take a look at your CSS with your html code, it would be a huge help to me.

Thanks much and good luck with your site.

edit: I've just noticed that your page calls up a different .CSS depending on the browser. This would also be a helpful resource for me, I don't mean to ask too much of you and understand if you cannot disclose the information, but it never hurts to ask. Thanks again.

aaron
__________________
cdaid.tourb4.com

Last edited by GrnEydGuy; 03-05-06 at 07:12 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #8 (permalink)  
Old 03-06-06, 10:20 PM
MrDiaz MrDiaz is offline
Newbie Coder
 
Join Date: Jan 2006
Location: ON, Canada
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks GrnEyd for your comments. Yes of course you can take a look at my css, feel free to take a look around.

What I used to switch styles is a php conditional. You can use:

Code:
<?php if (eregi('MSIE', $HTTP_USER_AGENT)) { ?><link rel="stylesheet" type="text/css" href="iinternetexplorer.css" /><?php } else { ?><link rel="stylesheet" type="text/css" href="firefox.css" /><?php } ?>
Enjoy
__________________
Programming website: Planet Diaz - Your new programming community!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #9 (permalink)  
Old 03-10-06, 04:00 PM
MrDiaz MrDiaz is offline
Newbie Coder
 
Join Date: Jan 2006
Location: ON, Canada
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Come on, now one else has anything to say?
__________________
Programming website: Planet Diaz - Your new programming community!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #10 (permalink)  
Old 03-22-06, 06:04 PM
garraeth's Avatar
garraeth garraeth is offline
Newbie Coder
 
Join Date: Feb 2005
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Get rid of the Google search (make it just your site if possible).
Shrink the top bar so it's not so tall.
Fill up the empty pages w/ content. If you have to populate it yourself, spend the time and do it.
If you don't want to populate it yourself, ask yourself why you're doing yet another script/programming community site...









...ask yourself that regardless.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ProgrammingTalk.com Community Leaders needed snaip Announcements 14 09-15-06 02:38 PM
.::Figure This::. Community Forum grand merlin General Advertisements 1 01-01-06 09:20 PM
Programming & Developer Community Site ben_ General Advertisements 1 06-29-05 09:07 AM
Linux, Networking, Hardware and Programming Support DislexiK General Advertisements 0 03-29-05 05:24 PM


All times are GMT -5. The time now is 01:48 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.