Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Web Developer Help | Forum profile

Forum profile page for Web Developer Help on http://www.myspacepros.com. This report page is the aggregated overview from a single forum: Web Developer Help, located on the Message Board at http://www.myspacepros.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Web Developer Help" on the Message Board at http://www.myspacepros.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: MySpacePros - Web Developer Help (site profile, domain info myspacepros.com)
Title: Web Developer Help
Url: http://www.myspacepros.com/forum/forumdisplay.p...
Users activity: 43 posts per thread
Forum activity: 9 active threads during last week
 

Posting activity on Web Developer Help:

  Week Month 3 Months
Threads: 9 27 90
Post: 25 114 388
 

Web Developer Help Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
hidavid
4
user's latest post:
Background script on index page?
Published (2009-11-25 14:54:00)
go to the layouts page, the ones you just added if thats what your doing, and then view the page source, scroll down and you will see the codes for the layouts. just copy two of them and post them on the index.php
Elia
4
user's latest post:
my site in safari help!!
Published (2009-11-29 20:29:00)
You'll have nearly the same problem in IE, too, because you have an unclosed comment (<!--) near the top of the page.
nsmchris
3
user's latest post:
anyone know of icon scripts? -...
Published (2009-11-23 07:35:00)
That was what the float:left on the icon container divs was doing. That would put as many icons in a row that would fit in your content container. So try floating the icon divs left and then tweaking your css to get what you want.
stephysan
2
user's latest post:
help with a 3 column layout anyone?
Published (2009-11-28 13:42:00)
it still does that http://myspacelyts.net/tagpics.php
ashley
2
user's latest post:
help with a 3 column layout anyone?
Published (2009-11-28 19:46:00)
Looks like you are missing or have a </div> in the wrong place.
evan
2
user's latest post:
my site in safari help!!
Published (2009-12-01 03:11:00)
thanks that was the problem!
Mackenzie76
1
user's latest post:
Contact modules
Published (2009-11-23 10:29:00)
Hi all, I must create a contact module, for a site, a little particular: the site propose services that are assigned to professionals chosen by the site administrator. It would have to work this way: the customer write on a site and an email arrive to the administrator; he decides which professional assign the work to ( and send him the contact). From that moment the professional and customer comunicates only by the site and on the site must...
Kristen
1
user's latest post:
Background script on index page?
Published (2009-11-25 10:48:00)
I want to post some a category or two of layouts on my /index.php page. I have the background script, so i want all the hovers to work and everything. The only way i have been able to do this was make a screenshot of the layouts and make it an image and then have it click if anyone could help that would be great
Matt
1
user's latest post:
WHM Account Creation Name servers.
Published (2009-11-24 01:08:00)
So I'm trying to set up an account in WHM for one of my domains, but all the sudden WHM has decided that it will not recognise the domain's nameservers - it allows me to click "Use name server's specified at domain registrar", but the nameserver's are still wrong. When I log into my domain control panel, the nameserver's are correct. Is there a way to edit a WHM account's nameserver's from...
Male Elia (I were fixtatik...
1
user's latest post:
anyone know of icon scripts? -...
Published (2009-11-23 09:12:00)
Put the icons in a div, give the div a width, add float:left; to the icons and margin:auto; to the div: HTML Code: <div id= "icons" > <div> <img src= "ICON" alt= "" /> <input value= "ICON CODE" /> </div> </div> To add to your stylesheet: Code: #icons { margin:auto; width:##px; } #icons div,...
 

Latest active threads on Web Developer Help::

MySpacePros
Started 4 hours, 40 minutes ago (2009-12-02 23:27:00)  by Sugarlipz
Well I'd say to use one from creativeaftermath. MSAS COULD be good, but has no support currently, but I believe it is supposed to soon, I'd think it's a gamble. There is a few at creative aftermath and I think they're all great. Though I and a few others have not gotten responses either to our questions lately, but I'm willing to help with what I can and I'm sure someone else will. These ...
Thread:  Show this thread (2 posts)   Thread info: Choosing a CMS Size: 949 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Choosing a CMS :: Web Developer Help :: MySpacePros"
MySpacePros
Started 3 days, 7 hours ago (2009-11-29 20:29:00)  by Elia
You'll have nearly the same problem in IE, too, because you have an unclosed comment (<!--) near the top of the page.
Thread:  Show this thread (3 posts)   Thread info: my site in safari help!! Size: 120 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: my site in safari help!! :: Web Developer Help :: MySpacePros"
MySpacePros
Started 4 days, 10 hours ago (2009-11-28 17:55:00)  by ashley
Why don't you just ask them?
Thread:  Show this thread (3 posts)   Thread info: Please Help Me PPPPPPPPPLLLLLLEEEEEEEEZZZZ Size: 28 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Please Help Me PPPPPPPPPLLLLLLEEEEEEEEZZZZ :: Web Developer Help :: MySpacePros"
MySpacePros
Started 4 days, 15 hours ago (2009-11-28 12:22:00)  by Elia
It's overlapping the right column because you added a bunch of gibberish with no spaces. For testing purposes, use snippets of print text (like lorem ipsum), since they more closely represent actual type. If you have 500 non-space characters in a row, browsers don't know where to break the line. For the footer, it's because of the "float" selector and undefined heights. To fix it, define a ...
Thread:  Show this thread (5 posts)   Thread info: help with a 3 column layout anyone? Size: 864 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: help with a 3 column layout anyone? :: Web Developer Help :: MySpacePros"
MySpacePros
Started 1 week ago (2009-11-25 14:54:00)  by hidavid
go to the layouts page, the ones you just added if thats what your doing, and then view the page source, scroll down and you will see the codes for the layouts. just copy two of them and post them on the index.php
Thread:  Show this thread (2 posts)   Thread info: Background script on index page? Size: 318 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Background script on index page? :: Web Developer Help :: MySpacePros"
MySpacePros
Started 1 week, 2 days ago (2009-11-23 14:28:00)  by classicdisastr
I don't know what you would use, BUT i advise that you do use a username and password because just using url to access the mailbox is a big security risk.
Thread:  Show this thread (2 posts)   Thread info: Contact modules Size: 154 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Contact modules :: Web Developer Help :: MySpacePros"
MySpacePros
Started 1 week, 4 days ago (2009-11-21 16:26:00)  by nsmchris
should be a quick edit to show image and code. post the code that shows the image.
Thread:  Show this thread (28 posts)   Thread info: anyone know of icon scripts? Size: 83 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: anyone know of icon scripts? :: Web Developer Help :: MySpacePros"
MySpacePros
Started 2 weeks, 2 days ago (2009-11-16 20:28:00)  by richardfsho
its nice.. but i dont like how you have to push the GRANT PERMISSION button
Thread:  Show this thread (9 posts)   Thread info: Help Testing a Facebook App Size: 75 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help Testing a Facebook App :: Web Developer Help :: MySpacePros"
MySpacePros
Started 2 weeks, 2 days ago (2009-11-16 14:37:00)  by rachacha
I got it.. This can be deleted.
Thread:  Show this thread (2 posts)   Thread info: Problem with Div Size: 38 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Problem with Div :: Web Developer Help :: MySpacePros"
 

Hot threads for last week on Web Developer Help::

Web Developer Help
Started 4 days, 15 hours ago (2009-11-28 12:22:00)  by Elia
It's overlapping the right column because you added a bunch of gibberish with no spaces. For testing purposes, use snippets of print text (like lorem ipsum), since they more closely represent actual type. If you have 500 non-space characters in a row, browsers don't know where to break the line. For the footer, it's because of the "float" selector and undefined heights. To fix it, define a ...
Thread:  Show this thread (5 posts)   Thread info: help with a 3 column layout anyone? Size: 864 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: help with a 3 column layout anyone? :: Web Developer Help :: MySpacePros"
Web Developer Help
Started 4 days, 10 hours ago (2009-11-28 17:55:00)  by ashley
Why don't you just ask them?
Thread:  Show this thread (3 posts)   Thread info: Please Help Me PPPPPPPPPLLLLLLEEEEEEEEZZZZ Size: 28 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Please Help Me PPPPPPPPPLLLLLLEEEEEEEEZZZZ :: Web Developer Help :: MySpacePros"
Web Developer Help
Started 3 days, 7 hours ago (2009-11-29 20:29:00)  by Elia
You'll have nearly the same problem in IE, too, because you have an unclosed comment (<!--) near the top of the page.
Thread:  Show this thread (3 posts)   Thread info: my site in safari help!! Size: 120 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: my site in safari help!! :: Web Developer Help :: MySpacePros"
Web Developer Help
Started 1 week ago (2009-11-25 14:54:00)  by hidavid
go to the layouts page, the ones you just added if thats what your doing, and then view the page source, scroll down and you will see the codes for the layouts. just copy two of them and post them on the index.php
Thread:  Show this thread (2 posts)   Thread info: Background script on index page? Size: 318 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Background script on index page? :: Web Developer Help :: MySpacePros"
Web Developer Help
RE: Choosing a CMS - 1 new post
Started 4 hours, 40 minutes ago (2009-12-02 23:27:00)  by Sugarlipz
Well I'd say to use one from creativeaftermath. MSAS COULD be good, but has no support currently, but I believe it is supposed to soon, I'd think it's a gamble. There is a few at creative aftermath and I think they're all great. Though I and a few others have not gotten responses either to our questions lately, but I'm willing to help with what I can and I'm sure someone else will. These ...
Thread:  Show this thread (2 posts)   Thread info: Choosing a CMS Size: 949 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Choosing a CMS :: Web Developer Help :: MySpacePros"