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
Page 1 of 5
1
2
3
>
Last
»
Showing results 1 to 25 of 111
Search took
0.76
seconds.
Search:
Posts Made By:
zenweezil
Forum:
HTML & CSS
11-03-2010, 04:10 PM
Replies:
8
How do you kern text with css
Views:
60,290
Posted By
zenweezil
An "em" is a unit of measurement that defines the...
An "em" is a unit of measurement that defines the proportion of the letter width and height with respect to the point size of the current font. It is the same for all fonts at a given point size. So,...
Forum:
Flash & ActionScript
03-10-2008, 03:18 AM
Replies:
7
getURL _blank not working in Firefox - HELP!
Views:
3,588
Posted By
zenweezil
Ok, thanks. That is what I had on too - so it...
Ok, thanks. That is what I had on too - so it really must be one of my add-ons or something. Thanks again for your help!!
Forum:
Flash & ActionScript
03-10-2008, 02:55 AM
Replies:
7
getURL _blank not working in Firefox - HELP!
Views:
3,588
Posted By
zenweezil
I turned off my pop-up blocker and it worked. So...
I turned off my pop-up blocker and it worked. So I guess its still a problem because I assume most folks have the pop-up blocker turned on! Did you have yours on Aero?
Forum:
Flash & ActionScript
03-10-2008, 02:52 AM
Replies:
7
getURL _blank not working in Firefox - HELP!
Views:
3,588
Posted By
zenweezil
Crazy - I guess it is an add-on or something else...
Crazy - I guess it is an add-on or something else on my Firefox - I guess thats a relief.
Thanks for your help Aerospace!!
Forum:
Flash & ActionScript
03-10-2008, 02:19 AM
Replies:
7
getURL _blank not working in Firefox - HELP!
Views:
3,588
Posted By
zenweezil
I sent you the link in a private message - I...
I sent you the link in a private message - I would love ot hear if it works in firefox for you.
Forum:
Flash & ActionScript
03-10-2008, 02:01 AM
Replies:
7
getURL _blank not working in Firefox - HELP!
Views:
3,588
Posted By
zenweezil
getURL _blank not working in Firefox - HELP!
When I use the getURL method with "_blank" it will not do anything in Firefox, but works fine in IE.
I think the main problem is that within Flash Player 9 the getURL command doesn't let you use...
Forum:
Apache configuration
03-07-2008, 03:58 AM
Replies:
5
.htaccess redirect not workign when %20 is in old url
Views:
8,746
Posted By
zenweezil
WE HAVE A WINNER!! Thank you that worked...
WE HAVE A WINNER!! Thank you that worked perfectly!
Forum:
Apache configuration
03-07-2008, 03:20 AM
Replies:
5
.htaccess redirect not workign when %20 is in old url
Views:
8,746
Posted By
zenweezil
Neither of those worked. The first one caused an...
Neither of those worked. The first one caused an error - even when I removed the full url in the first reference. The second just didn't redirect.
Forum:
Apache configuration
03-07-2008, 02:28 AM
Replies:
5
.htaccess redirect not workign when %20 is in old url
Views:
8,746
Posted By
zenweezil
.htaccess redirect not workign when %20 is in old url
I am redesigned a site and setting up the .htaccess 301 redirects and noticed the old urls with spaces (%20) in them will not redirect.
All the others are redirecting correctly. Here is an example...
Forum:
PHP
09-21-2007, 07:08 AM
Replies:
4
substr to check and delete first and last characters of a string?
Views:
4,584
Posted By
zenweezil
Thanks Guys!
Thanks!
Forum:
PHP
09-16-2007, 03:41 AM
Replies:
4
substr to check and delete first and last characters of a string?
Views:
4,584
Posted By
zenweezil
substr to check and delete first and last characters of a string?
Hi - I have a string of numbers separated by commas like so:
280,253,279
But sometimes the string ends up with a comma at the begining or end like so:
,280,253,279 or 280,253,279,
How...
Forum:
JavaScript programming
06-29-2007, 09:03 PM
Replies:
2
Display/Hide script not working in Firefox
Views:
1,349
Posted By
zenweezil
Resolved
Here is the revised working code, in case someone else wants to use it:
SCRIPT:
<script type="text/javascript">
function Show_Stuff(Click_Menu_ID){
var nSpan =...
Forum:
JavaScript programming
06-29-2007, 08:13 PM
Replies:
2
Display/Hide script not working in Firefox
Views:
1,349
Posted By
zenweezil
Display/Hide script not working in Firefox
I have been using this javascript for awhile now, and just realized that it does not work in Firefox, any ideas why?
<script language="JavaScript">
<!--
function Show_Stuff(Click_Menu)
//...
Forum:
HTML & CSS
02-16-2007, 01:58 AM
Replies:
5
Big Surprise - a CSS problem in IE7
Views:
735
Posted By
zenweezil
Big Surprise - a CSS problem in IE7
Thanks guys - I have completely rebuild using divs/li only and have tested across all browsers successfully.
Forum:
PHP
12-04-2006, 07:32 PM
Replies:
5
fopen error: failed to open stream: no such file...
Views:
1,211
Posted By
zenweezil
Yes - it was looking for the absolute root path...
Yes - it was looking for the absolute root path (C:/...) instead of site location.
Which was difficult to come by since the path it expressed in the error was correct as far as the site is...
Forum:
PHP
12-03-2006, 09:40 AM
Replies:
5
fopen error: failed to open stream: no such file...
Views:
1,211
Posted By
zenweezil
Yes - full control permissions
Yes - full control permissions
Forum:
PHP
12-03-2006, 09:16 AM
Replies:
5
fopen error: failed to open stream: no such file...
Views:
1,211
Posted By
zenweezil
fopen error: failed to open stream: no such file...
I am installing Dolphin Community Builder on a Windows server and am getting this error:
Warning: fopen(/langs/lang-English.php): failed to open stream: No such file or directory in...
Forum:
ASP
11-18-2006, 07:50 PM
Replies:
1
Accessing MySql with ASP
Views:
791
Posted By
zenweezil
Accessing MySql with ASP
I realize that MySql can be put on a windows IIS machine and used with ASP - but can ASP access a MySql database that is not on a windows IIS box?
Basically I have a client that has an existing...
Forum:
ASP
09-19-2006, 07:26 PM
Replies:
1
How do I chop querystring from Request.ServerVariables("HTTP_REFERER")
Views:
1,536
Posted By
zenweezil
How do I chop querystring from Request.ServerVariables("HTTP_REFERER")
I built a Tell-A-Friend page that lets you send a link to someone of whatever page of the site you are on at the time using Request.ServerVariables("HTTP_REFERER") - the problem is that somethimes...
Forum:
Graphics and Multimedia discussions
08-29-2006, 09:07 PM
Replies:
4
picture slideshow on a website help
Views:
812
Posted By
zenweezil
There are a million scripts out there for slide...
There are a million scripts out there for slide shows - some that actually look professional if you work with them.
I would recommend checking out the slideshows and galleries at DynamicDrive (a...
Forum:
Graphics and Multimedia discussions
08-28-2006, 06:32 PM
Replies:
8
How do you play a WMV from URL in XP Windows Media Player? Help!
Views:
1,115
Posted By
zenweezil
When I click your link it prompts a download,...
When I click your link it prompts a download, because that is a QuickTime movie (.mov) which is not native to WMP.
If I had QuickTIme set up as my default player and .mov files associate to...
Forum:
Graphics and Multimedia discussions
08-28-2006, 06:23 PM
Replies:
8
How do you play a WMV from URL in XP Windows Media Player? Help!
Views:
1,115
Posted By
zenweezil
Does the prompt you see when you click on the...
Does the prompt you see when you click on the link above have an option to "Open" rather than "Save" the file?
When I (or anyone I know) clicks on a link like the one in my last reply it opens...
Forum:
Graphics and Multimedia discussions
08-28-2006, 06:14 PM
Replies:
8
How do you play a WMV from URL in XP Windows Media Player? Help!
Views:
1,115
Posted By
zenweezil
Unless I am missing something - that is exactly...
Unless I am missing something - that is exactly how it already does work.
If the url for your link ends in .wmv (or .mpg, .avi, etc.) it will launch their personal player - if they don't have a...
Forum:
JavaScript programming
08-28-2006, 05:45 PM
Replies:
2
select a radiobutton by clicking an image
Views:
916
Posted By
zenweezil
:eek: What was I thinking! Thanks. Here...
:eek: What was I thinking!
Thanks.
Here is the code I cooked up with your help in case anyone wants it for future use:
<script language="JavaScript" type="text/javascript">
<!--
function...
Forum:
JavaScript programming
08-28-2006, 04:58 PM
Replies:
2
select a radiobutton by clicking an image
Views:
916
Posted By
zenweezil
select a radiobutton by clicking an image
I have a form that shows some images with a radio button associated with each one. I would like to give them the option to click on the image to select the radio, but not sure the easiest way to pull...
Showing results 1 to 25 of 111
Page 1 of 5
1
2
3
>
Last
»
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
07:04 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.