Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 20 of 20
Search took 0.07 seconds.
Search: Posts Made By: musicforte
Forum: Apache configuration 01-02-2011, 06:40 PM
Replies: 0
Views: 800
Posted By musicforte
Smile Remove multiple instances of character from URL with 301 redirect

I've noticed from Webmaster Tools that there there is a good site that is somehow malforming our urls. From the particular site, they look like this:

www.domain.com/<b>this</b>_is_<b>the</b>_url/...
Forum: JavaScript programming 10-21-2010, 03:31 AM
Replies: 3
Views: 935
Posted By musicforte
Question What kind of scripting should I be looking at to perform this?

I want to have a real time text ticker.

I would be able to type something in and it would continue to scroll until I typed something else (followed by the return key), and it would scroll that,...
Forum: PHP 09-30-2010, 05:33 PM
Replies: 2
Views: 1,757
Posted By musicforte
Just a little to add on that. If you want to add...

Just a little to add on that. If you want to add some text to the page that already exists (say it is index.php), you could add:

<?=$_SESSION['sess_msg']?>
<? session_unregister('sess_msg');...
Forum: HTML & CSS 09-30-2010, 05:10 PM
Replies: 9
Views: 2,283
Posted By musicforte
A helpful cheat for those who aren't very...

A helpful cheat for those who aren't very comfortable with HTML, and are having trouble with all the extra syntax from word:

Try composing your text with your email client. Then view the source,...
Forum: HTML & CSS 09-30-2010, 04:22 PM
Replies: 3
Views: 701
Posted By musicforte
They are using different css. index1 uses...

They are using different css. index1 uses slider.css. index2 uses slider_orig.css.

There are differences in these two css:

orig_slider.css

.anythingSlider { width:...
Forum: HTML & CSS 09-09-2010, 05:05 PM
Replies: 4
Views: 1,463
Posted By musicforte
Thumbs up Thank you both. I've corrected the problem I...

Thank you both. I've corrected the problem I had. I did not validate the entire CSS, because it's tied into so many different things, and I didn't have the time for it. But I did use it, and at...
Forum: HTML & CSS 09-09-2010, 08:07 AM
Replies: 4
Views: 1,463
Posted By musicforte
Cool css trouble - trying to align horizontally

I'm modding a phpbb forum, and I can't get the pagination links to layout correctly.

They are stacking vertically, when they should be going horizontally.

A page example is here...
Forum: HTML & CSS 09-02-2010, 09:34 PM
Replies: 11
Views: 1,992
Posted By musicforte
yeah... sorry. I'm not trying to harass you about...

yeah... sorry. I'm not trying to harass you about it. But to answer your question. I'm using IE 8. I have attached two screen shots that I hope help.

It does not look like IE is wrapping it,...
Forum: HTML & CSS 09-02-2010, 08:40 PM
Replies: 11
Views: 1,992
Posted By musicforte
Actually, they are not commented out. If...

Actually, they are not commented out.

If they were you would have:


//City table.
//
// To edit the list, just delete a line or add a line. Order is

//important.
Forum: HTML & CSS 09-02-2010, 08:26 PM
Replies: 11
Views: 1,992
Posted By musicforte
I noticed you have some lines that you intended...

I noticed you have some lines that you intended to have commented out, and they are not...


//City table.
//
// To edit the list, just delete a line or add a line. Order is

important.
//...
Forum: HTML & CSS 08-26-2010, 02:33 AM
Replies: 11
Views: 1,992
Posted By musicforte
I'm sorry. I have not been able to view your form...

I'm sorry. I have not been able to view your form code. Your page keeps hanging with translate.googleapis.com, and does not fully load.
Forum: HTML & CSS 08-23-2010, 04:15 AM
Replies: 11
Views: 1,992
Posted By musicforte
Sounds like you are trying to accomplish two...

Sounds like you are trying to accomplish two things here...

1. Submit the form without a submit button
2. Present the correct data after the form is submitted

So you are correct about using...
Forum: HTML & CSS 08-23-2010, 04:06 AM
Replies: 2
Views: 2,057
Posted By musicforte
Sorry, I'm not very good at this, but I can fix...

Sorry, I'm not very good at this, but I can fix it.

Remove: <div id="sub page content" style="position:relative;top:120px; padding-bottom:140px; padding-right:20px;width:765px;">

Also remove...
Forum: HTML & CSS 08-22-2010, 05:17 AM
Replies: 9
Views: 20,688
Posted By musicforte
try \r\n if that doesn't work, paste your...

try \r\n

if that doesn't work, paste your code and it will be easier to help out.
Forum: HTML & CSS 08-22-2010, 05:11 AM
Replies: 5
Views: 2,437
Posted By musicforte
I think this is what you're going for. I had to...

I think this is what you're going for. I had to change the grid pattern quite a bit, because you did not cut the images like you displayed at...
Forum: PHP 08-19-2010, 07:56 PM
Replies: 6
Views: 2,496
Posted By musicforte
I was also going to suggest javascript. There...

I was also going to suggest javascript. There aren't many people using browsers with javascript disabled these days.

So if you do decide to move away from the php method, you might try:
<a...
Forum: PHP 08-19-2010, 07:52 PM
Replies: 6
Views: 829
Posted By musicforte
Are these links stored in a database and...

Are these links stored in a database and identified by the user account?

If so just add a field for active, give it a value of 1=on 2=off or something similar, and throw in a conditional which...
Forum: HTML & CSS 08-18-2010, 05:03 AM
Replies: 2
Views: 1,024
Posted By musicforte
I'm not sure what they use (that works), and what...

I'm not sure what they use (that works), and what you are trying (that doesn't).

Can you clarify your post, and it will be easier to help.
Forum: PHP 08-18-2010, 04:57 AM
Replies: 2
Views: 606
Posted By musicforte
I think this is a bit over the top, because it...

I think this is a bit over the top, because it could potentially create a huge file, but...
http://www.rightscripts.com/phpencode/

Quick and easy.

There are several ways to encode with...
Forum: PHP 08-18-2010, 04:47 AM
Replies: 3
Views: 504
Posted By musicforte
Have you tried changing the email it is sending...

Have you tried changing the email it is sending to?

mail("hangnailproductions@gmail.com", "Website Request For Service", $message, $headers);

Throw your own email address in there. Try a...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT +1. The time now is 01:03 PM.