Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
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
Remove multiple instances of character from URL with 301 redirect
Views:
800
Posted By
musicforte
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
What kind of scripting should I be looking at to perform this?
Views:
935
Posted By
musicforte
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
return current page after form submission
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
Microsoft Word to Html?
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
I need another set of eyes positioning this CSS
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
css trouble - trying to align horizontally
Views:
1,463
Posted By
musicforte
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
css trouble - trying to align horizontally
Views:
1,463
Posted By
musicforte
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
<select> onChange
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
<select> onChange
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
<select> onChange
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
<select> onChange
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
<select> onChange
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
Problems with HTML Anchor links within CSS design
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
How make line break in email body text?
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
Pictures not lining up in table...
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
How can i get previous page url in IE.
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
user preferences for links.
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
Live feed on a social network.
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
how do I create a hosted app out of...
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
Sendmail Settings
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
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
01:03 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.