Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 24 of 24
Search took 0.09 seconds.
Search: Posts Made By: doby48
Forum: PHP 04-11-2013, 06:55 PM
Replies: 1
Views: 108
Posted By doby48
RESOLVED! Right after I posted that I...

RESOLVED!

Right after I posted that I realized my mistake... I had incorrectly put some includes for my RSS after the HTML tag on my div test page. Got them at the top before the tag and...
Forum: PHP 04-11-2013, 06:35 PM
Replies: 1
Views: 108
Posted By doby48
Slideshow shows incorrectly while RSS Loading

I'm creating a site for a client using a the JQuery Cycle plugin (http://jquery.malsup.com/cycle/) for a slideshow in the logo. I'm also loading an RSS feed on the main page. If I load the RSS feed...
Forum: HTML & CSS 03-07-2013, 02:12 AM
Replies: 6
Views: 283
Posted By doby48
Ok I've figured this issue out. I could have...

Ok I've figured this issue out. I could have swore I tried this yesterday but all I needed do was decrease my side left margin for the container even more so. Why I needed to change this number so...
Forum: HTML & CSS 03-06-2013, 08:54 PM
Replies: 6
Views: 283
Posted By doby48
Ok I stripped out almost everything else else...

Ok I stripped out almost everything else else except the menu and the code for my page and css are below. I have also included a couple screenshots that show whats happening. The only thing that...
Forum: HTML & CSS 03-06-2013, 02:45 AM
Replies: 6
Views: 283
Posted By doby48
I was really hoping there was something obvious I...

I was really hoping there was something obvious I was missing that someone could suggest such as explicitly defining clearing, floating, adding a div, etc. I can't post screen shots or the code as-is...
Forum: HTML & CSS 03-06-2013, 02:10 AM
Replies: 6
Views: 283
Posted By doby48
I can't provide a link as this is an internal...

I can't provide a link as this is an internal site behind the corporate firewall.
Forum: HTML & CSS 03-06-2013, 01:51 AM
Replies: 6
Views: 283
Posted By doby48
Center Parent DIV but Not Child

I have all of the content on my site functioning currently including some a multi level menu inside a table. I need to center the table on the page and of course the menu needs to stay in the correct...
Forum: Flash & ActionScript 08-01-2012, 06:14 PM
Replies: 0
Views: 1,073
Posted By doby48
Play One Audio Clip at a time

I have an asp page that shows a directory listing of all audio files. The output includes the name of the file with hyperlink along with an swf player for each of them. I am using the same player and...
Forum: JavaScript programming 07-31-2012, 10:38 PM
Replies: 0
Views: 360
Posted By doby48
Preload Page or Postload swf

I have an asp page that just basically returns a directory listing from server along with a hyperlink to each file and an embedded swf player for all .mp3 files. There are a few hundred files in the...
Forum: General web building 05-30-2012, 08:27 PM
Replies: 1
Views: 1,538
Posted By doby48
For the specific project I'm working on this is...

For the specific project I'm working on this is no longer an issue as I decided to create a subdomain instead for security reasons. The default pages work as expected for the subdomain though I would...
Forum: General web building 05-30-2012, 05:50 PM
Replies: 1
Views: 1,538
Posted By doby48
Default Page in Subfolder not Working (IIS)

I have a production IIS server thats been running without issues for a couple years. I have default pages setup that are working fine but for some reason I am unable to setup any new ones. I have...
Forum: MySQL 12-21-2011, 04:44 AM
Replies: 2
Views: 418
Posted By doby48
Perfect, worked as expected. Thank you very much!...

Perfect, worked as expected. Thank you very much! Normally increasing the timeout for the ASP would have been easy enough but because of the security layer that the responses go through and the...
Forum: MySQL 12-20-2011, 03:20 PM
Replies: 2
Views: 418
Posted By doby48
SQL Query Syntax

I can write SQL queries in ASP no problem but I have one that I need to run within Enterprise Manager as it will timeout if I call it from an ASP. Can someone help me with the syntax?


<%
dim...
Forum: ASP 12-08-2011, 02:30 AM
Replies: 6
Views: 593
Posted By doby48
actually no thats not true as I have a slash in...

actually no thats not true as I have a slash in there (and I realized when I pasted I missed a \ that is actually present in my code) so it would be:


unzip...
Forum: ASP 12-08-2011, 02:07 AM
Replies: 6
Views: 593
Posted By doby48
I found a workaround but hopefully someone has a...

I found a workaround but hopefully someone has a suggestion that would prevent me having to do this... If I setup a site on the local machine I can run the .exe that I need and then call ...
Forum: ASP 12-08-2011, 01:12 AM
Replies: 6
Views: 593
Posted By doby48
objWShell.Exec with Relative Paths

I am calling an .exe from my asp page and need to do so using relative paths. I am having problem as no errors are being output and the exe is not being called.


<%
DIM strArea
strArea...
Forum: ASP 08-16-2011, 03:41 PM
Replies: 2
Views: 1,077
Posted By doby48
SQL Temp Tables

I'm not sure if this is correct to post here or in the SQL area. The guidelines show to post PHP as it relates to SQL but no mention of ASP so I'll start here with this.

I have two tables in SQL...
Forum: ASP 06-08-2011, 07:59 PM
Replies: 4
Views: 1,735
Posted By doby48
Thanks, will just modify the connection string...

Thanks, will just modify the connection string then in my ASP pages. I knew they had disabled passing the credentials in the URL years ago, was just looking to see if there was still a way with ASP...
Forum: ASP 06-08-2011, 05:42 PM
Replies: 4
Views: 1,735
Posted By doby48
Right. Understood that it will run as anonymous...

Right. Understood that it will run as anonymous user. I was wondering if there was some way to pass through in classic ASP credentials, kinda like the old method of http://user:pass@somewhere.com for...
Forum: ASP 06-07-2011, 01:15 AM
Replies: 4
Views: 1,735
Posted By doby48
Pass credentials in classic ASP to SQL

I have some asp web pages on a dev server that I would like to pass my credentials through via some type of scripting (although if someone knows of a solution in javascript I would be open to that as...
Forum: ASP 03-07-2011, 03:49 PM
Replies: 4
Views: 2,156
Posted By doby48
Thank you very much and it works great. I was...

Thank you very much and it works great. I was really struggling with the double quotes around the second path and I very much appreciate your help.
Forum: ASP 03-04-2011, 09:55 PM
Replies: 4
Views: 2,156
Posted By doby48
Figured it out, in my own stupidity I was using a...

Figured it out, in my own stupidity I was using a Response.Write line to see the output and I was editing that instead of the Run so my changes of course were not doing anything except showing the...
Forum: ASP 03-04-2011, 07:11 PM
Replies: 4
Views: 2,156
Posted By doby48
Ok, getting close with the line in question. Now...

Ok, getting close with the line in question. Now I'm just having trouble figuring out the syntax for the second path variable. Here is what I have working, note that the path C:\Inetpub\wwwroot\...
Forum: ASP 03-04-2011, 05:44 PM
Replies: 4
Views: 2,156
Posted By doby48
Exec with variables and spaces in path

I am trying to run an exec in an asp that runs fine until I use a path with spaces. I know I need to add additional quotes but I must be placing them incorrectly as I keep getting generic formatting...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT +1. The time now is 12:18 AM.