>>>please review sultryjazzdivas.ning.com>>>

cartasdebasura cartasdebasura is offline Offline Aug 12th, 2009, 8:43 pm |
0
thank you. created this site april 29th. it is now reaching 13,000 visitors. trying to figure out what I can do with this? please be so kind as to give feedback. I have built 13 websites or more, but this one is becoming very popular. I will return the favor thank you.
Quick reply to this message  
0
deyounggerry deyounggerry is offline Offline | Aug 12th, 2009
You would think a guy that built 13 websites would know how to put a link in his post. Sorry, I can't help you without it.
Quick reply to this message  
0
Mahen Mahen is offline Offline | Aug 13th, 2009
Originally Posted by deyounggerry View Post
You would think a guy that built 13 websites would know how to put a link in his post. Sorry, I can't help you without it.
lmao......
Quick reply to this message  
1
clogz14 clogz14 is offline Offline | Aug 13th, 2009
Originally Posted by deyounggerry View Post
You would think a guy that built 13 websites would know how to put a link in his post. Sorry, I can't help you without it.
And an experienced IT person giving this comment would try to put http://
in front of this given site or enter it in google or had heard about "ning"
after trying all that it is the only time that you blame very experienced web builders of not providing the right info.
clogz14 just another of the over 1000 000 "ning " social network website owners.
You have not heard what "ning is" ?. Did you not update yourself with what is going on now already for 2 years?
clogz14
Quick reply to this message  
0
cartasdebasura cartasdebasura is offline Offline | Aug 13th, 2009
Thank you clogz14 ..do you think it may be a little envy? it was an oversite on my part and the response he gave was typical of American manners on the Internet--as you so wisely pointed out --you do what I do simply put www. and keep it moving.

http://sultryjazzdivas.ning.com

I certainly don't need his review do I? btw I started playing with building websites to pass the time while this LADY takes care of her infirm and blind 93-year old mother. Thank you!

Originally Posted by clogz14 View Post
And an experienced IT person giving this comment would try to put http://
in front of this given site or enter it in google or had heard about "ning"
after trying all that it is the only time that you blame very experienced web builders of not providing the right info.
clogz14 just another of the over 1000 000 "ning " social network website owners.
You have not heard what "ning is" ?. Did you not update yourself with what is going on now already for 2 years?
clogz14
Last edited by cartasdebasura; Aug 13th, 2009 at 4:07 pm. Reason: spelling
Quick reply to this message  
-1
peter_budo peter_budo is offline Offline | Aug 13th, 2009
Originally Posted by deyounggerry View Post
You would think a guy that built 13 websites would know how to put a link in his post. Sorry, I can't help you without it.
Unnecessary comment, if you do not wish to participate in discussion please do not reply. Personal comment, 3 links in signature leading to same site and just pointing different content do you call it success?
Originally Posted by Mahen View Post
lmao......
Unnecessary comment, but seeing your contribution no really surprised at it

@cartasdebasura interesting idea of background for frame, but it doesn't go well in my opinion with solid colour of whole site. Also in lower section where you do not have side entries the repeat effect is standing out too much.
The homepage at present time is too long. You are putting too much content, should be more of introduction or maybe presenting latest article or two to your site. Rest of current content I would move to various groups (by person/singer/band) or perhaps blog entries. Same can be said about latest activities, photos and blog entries. Either provide more of short text information or limit number of entries to 1 or 2 but let them have image or video thumbnails in.
Good idea in using services such as Ning. No need to register domain and getting reliable hosting. Ning is actually reasonably helpful and their support is very friendly by my experience.
Quick reply to this message  
0
cartasdebasura cartasdebasura is offline Offline | Aug 13th, 2009
http://sultryjazzdivas.ning.com

Thank you sir for you kind critique. NING has it's own boilerplate. NING also has these long, long sites like mine,because we can only use the main page. So we have one page to work with. There are blogs, there are notes, and there are forums. On my page, There are tabs, that lead to interesting stuff in the background.

Why do you think the site has been so successful if I may ask?
Quick reply to this message  
-1
peter_budo peter_budo is offline Offline | Aug 13th, 2009
NING is free for start, it doesn't require user to be skilled in web development, easy to start up interest groups and they seems to provide reliable final product.

PS: Sun Microsystems use it for their student oriented forum OSUM (Open SOurce University Meetup, unfortunatelly there is not much to see if you do not have access so here is screenshot)
Click image for larger version

Name:	OSUM.png
Views:	4
Size:	167.5 KB
ID:	11246
Quick reply to this message  
0
almostbob almostbob is offline Offline | Aug 19th, 2009
Originally Posted by cartasdebasura View Post
Thank you sir for you kind critique. NING has it's own boilerplate. NING also has these long, long sites like mine,because we can only use the main page. So we have one page to work with. There are blogs, there are notes, and there are forums. On my page, There are tabs, that lead to interesting stuff in the background.
you could shorten the page, by using layers and visibility, give your page a different appearance to other pages on the site without breaking the template
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html><head>
  3. <script language="javascript" type="text/javascript">
  4. <!--
  5. (document.getElementById) ? dom = true : dom = false;
  6. function hideIt('layer') {
  7.  if (dom) {document.getElementById("layer").style.visibility='hidden';} // IE
  8.  if (document.layers) {document.layers["layer"].visibility='hide';} } // moz
  9. function showIt('layer') {
  10.  if (dom) {document.getElementById("layer").style.visibility='visible';}
  11.  if (document.layers) {document.layers["layer"].visibility='show';} }
  12. //-->
  13. </script>
  14. </head>
  15. <body>
  16. <div><button onClick="showIt('layer1');hideIt('layer2);hideIt('layer3);hideIt('layer4);hideIt('layer5);">menuchoice 1</button>
  17. <button onClick="hideIt('layer1');showIt('layer2);hideIt('layer3);hideIt('layer4);hideIt('layer5);">menuchoice 2</button>
  18. <button onClick="hideIt('layer1');hideIt('layer2);showIt('layer3);hideIt('layer4);hideIt('layer5);">menuchoice 3</button>
  19. <button onClick="hideIt('layer1');hideIt('layer2);hideIt('layer3);showIt('layer4);hideIt('layer5);">menuchoice 4</button>
  20. <button onClick="hideIt('layer1');hideIt('layer2);hideIt('layer3);hideIt('layer4);showIt('layer5);">menuchoice 5</button>
  21. </div>
  22. <div id="layer1" style="visibility:hidden;">1 bla 1 bla 1 bla 1 bla 1 bla 1 bla 1 bla </div>
  23. <div id="layer2" style="visibility:hidden;">2 bla 2 bla 2 bla 2 bla 2 bla 2 bla 2 bla </div>
  24. <div id="layer3" style="visibility:hidden;">3 bla 3 bla 3 bla 3 bla 3 bla 3 bla 3 bla </div>
  25. <div id="layer4" style="visibility:hidden;">4 bla 4 bla 4 bla 4 bla 4 bla 4 bla 4 bla </div>
  26. <div id="layer5" style="visibility:hidden;">5 bla 5 bla 5 bla 5 bla 5 bla 5 bla 5 bla </div>
  27. </body></html>
thought experiment only
Last edited by almostbob; Aug 19th, 2009 at 10:14 am.
Quick reply to this message  
-1
peter_budo peter_budo is offline Offline | Aug 24th, 2009
Age does not guarantee wisdom...
Quick reply to this message  
 

Message:


Similar Threads
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC