Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 227
Search took 0.31 seconds.
Search: Posts Made By: demtron
Forum: Computer/PC discussions 04-02-2009, 11:01 PM
Replies: 3
Views: 1,340
Posted By demtron
I know that SBC/AT&T has something called...

I know that SBC/AT&T has something called AddressGuard that allows you to create disposable addresses. Perhaps you can inquiry with your ISP about this. As for a free service like Hotmail, I...
Forum: HTML & CSS 02-18-2009, 01:18 AM
Replies: 2
Views: 1,407
Posted By demtron
Frontpage is not standards compliant for the...

Frontpage is not standards compliant for the latest Web standards. You are better off using DW or notepad++.
Forum: HTML & CSS 02-18-2009, 01:16 AM
Replies: 13
Views: 2,383
Posted By demtron
Another vote here for notepad++.

Another vote here for notepad++.
Forum: JavaScript programming 02-18-2009, 01:15 AM
Replies: 6
Views: 1,069
Posted By demtron
If you know C#, then javascript should be pretty...

If you know C#, then javascript should be pretty easy.
Forum: Computer/PC discussions 02-18-2009, 01:12 AM
Replies: 11
Views: 1,565
Posted By demtron
This has happened to me on an HP and a Compaq...

This has happened to me on an HP and a Compaq notebook when the charger was fried. You likely need to replace the motherboard as I had to.
Forum: JavaScript programming 02-18-2009, 01:10 AM
Replies: 1
Views: 531
Posted By demtron
You'll want to inspect the html code for this...

You'll want to inspect the html code for this page. There is a javascript method named request() that handles this feature and is called when a link is clicked. I think your answer lies within the...
Forum: General web building 02-18-2009, 01:06 AM
Replies: 5
Views: 1,092
Posted By demtron
If the web service is public and there is no...

If the web service is public and there is no authentication needed, then I would say that you should have permission to use the service. If you have any doubts, I would say don't use it.
Forum: ASP.NET 02-11-2009, 04:00 PM
Replies: 2
Views: 1,483
Posted By demtron
You could spawn multiple download threads with...

You could spawn multiple download threads with javascript with each thread pointing to a different file. I would prefer the ZIP with one download method as suggested above.
Forum: ColdFusion 02-11-2009, 03:58 PM
Replies: 3
Views: 3,308
Posted By demtron
For all my sites and for all languages, I host...

For all my sites and for all languages, I host them on a dedicated staging server, then load the changes via FTP to the live site after client acceptance. I also use GoDaddy for their price, but I...
Forum: ASP 02-11-2009, 03:55 PM
Replies: 2
Views: 1,475
Posted By demtron
Take a look at these two links: ...

Take a look at these two links:

http://www.evolt.org/node/21724

http://www.4guysfromrolla.com/webtech/011601-1.shtml

It would mean that you load the variables into an array, but I think that...
Forum: JavaScript programming 02-10-2009, 10:08 PM
Replies: 3
Views: 850
Posted By demtron
I would strongly encourage you to get FireFox and...

I would strongly encourage you to get FireFox and the FireBug plug-in. I am primarily an MS developer but use FF because of its superior debugging plug-ins. FireBug will definitely help you.
Forum: HTML & CSS 02-10-2009, 10:06 PM
Replies: 17
Views: 1,413
Posted By demtron
I second that! I used FrontPage for about 4...

I second that! I used FrontPage for about 4 years until I got sick of all the problems - generated code that was not standards-compliant, buggy handling of style sheets, lousy support for ASP code,...
Forum: ASP 02-10-2009, 09:38 PM
Replies: 1
Views: 2,444
Posted By demtron
I would start looking at www.w3schools.com and...

I would start looking at www.w3schools.com and www.codefixer.com. Both of these sites have ample code examples and likely have something you can use.
Forum: HTML & CSS 02-10-2009, 09:29 PM
Replies: 17
Views: 1,413
Posted By demtron
I'm going to go back to the four legs of project...

I'm going to go back to the four legs of project management - time, scope, cost, and quality. Changing one of these will almost always effect the others.

For example, you say you've been working...
Forum: Computer Programming 02-10-2009, 05:17 PM
Replies: 3
Views: 3,009
Posted By demtron
Project management and the Waterfall Model

With all the talk about agile models and RAD methods, it seems like the Waterfall software development model should be dead, or at least gone with the 1990's.

I am involved with a very small...
Forum: JavaScript programming 02-10-2009, 05:16 AM
Replies: 3
Views: 642
Posted By demtron
This worked in IE7 for me: var patt1 =...

This worked in IE7 for me:

var patt1 = /\x3cspan class=\x2b?test\x2b?\x3e.+?\x3c.span\x3e/gi;

It has something to do with IE dropping double quotes, returning tags in uppercase, and not liking...
Forum: General web building 02-10-2009, 04:15 AM
Replies: 2
Views: 846
Posted By demtron
Could be about a zillion different factors. What...

Could be about a zillion different factors. What is the speed like when doing a regular file copy from a workstation to a network file share?
Forum: Geek News and Humour 02-10-2009, 04:12 AM
Replies: 14
Views: 3,002
Posted By demtron
AAGGHH! My eyes are burning!

AAGGHH! My eyes are burning!
Forum: HTML & CSS 02-10-2009, 04:09 AM
Replies: 11
Views: 1,687
Posted By demtron
Regarding the comment about no a-holes... this...

Regarding the comment about no a-holes... this forum is a refreshing change in that way. There are way to many arrogant jerks in the IT world, and life's too short. I'm relatively new here, but...
Forum: ASP 02-09-2009, 04:23 PM
Replies: 3
Views: 4,030
Posted By demtron
Pwehaps this link will help: ...

Pwehaps this link will help:

http://forums.aspfree.com/asp-development-5/load-xml-from-external-domain-in-classic-asp-232724.html
Forum: ASP 02-09-2009, 04:18 PM
Replies: 2
Views: 2,478
Posted By demtron
Are you reusing rsCommon? If it already have an...

Are you reusing rsCommon? If it already have an open recordset in that variable, you should close that recordset before opening another for that variable.
Forum: ASP 02-07-2009, 10:04 PM
Replies: 7
Views: 2,666
Posted By demtron
@spudhead - I completely forgot about the...

@spudhead - I completely forgot about the page-break-after property. Seems like forever since I've used it. Thanks for the reminder!
Forum: ASP.NET 02-07-2009, 09:19 PM
Replies: 2
Views: 1,046
Posted By demtron
First, take a look at...

First, take a look at http://msdn.microsoft.com/en-us/library/system.data.sqlclient.aspx on MSDN Online. Depending on your needs, you'll want to look at the SqlConnection, SqlDataReader,...
Forum: Site reviews 02-07-2009, 01:28 AM
Replies: 6
Views: 1,481
Posted By demtron
I am not seeing the same problems in FF 3 for IE....

I am not seeing the same problems in FF 3 for IE. I think the hover-over images in the upper menu are blurry and unreadable as a higher resolution than 1024x768.
Forum: Career, job, and business ideas or advice 02-06-2009, 08:30 PM
Replies: 6
Views: 6,475
Posted By demtron
jeremy provided some excellent points. I am...

jeremy provided some excellent points. I am hard-pressed to think of something more to add. As an independent developer who has re-invented myself several times over the years, flexibility,...
Showing results 1 to 25 of 227

 
Forum Jump

All times are GMT +1. The time now is 05:49 AM.