Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 5.77 seconds.
Search: Posts Made By: Morgoth
Forum: ASP 07-08-2012, 11:42 PM
Replies: 5
Views: 1,343
Posted By Morgoth
Even better.

Even better.
Forum: ASP 07-08-2012, 03:19 PM
Replies: 5
Views: 1,343
Posted By Morgoth
I didn't realize it was a double post until after...

I didn't realize it was a double post until after I formatted the code.

Now it's just an example of how to format your code for better readability.
Forum: HTML & CSS 07-07-2012, 10:53 PM
Replies: 3
Views: 401
Posted By Morgoth
<Variable> is not a valid html tag. Are you...

<Variable> is not a valid html tag.
Are you trying to use JQuery?
Your <img> tag has an href attribute. That shouldn't be there.
Don't use css for the top image, use an <img> tag and wrap it in...
Forum: ASP 07-07-2012, 10:39 PM
Replies: 5
Views: 1,343
Posted By Morgoth
Let's use the code tags. Formatting can also...

Let's use the code tags.
Formatting can also help identify simple errors.

I removed a few spaces that might have been created by you or because you posted it using the wrong tags in the forum.
...
Forum: Small projects (quick fixes and changes) 07-07-2012, 10:15 PM
Replies: 2
Views: 954
Posted By Morgoth
I Pm'd you

I Pm'd you
Forum: General web building 06-29-2012, 05:43 PM
Replies: 1
Views: 960
Posted By Morgoth
Cool http://www.w3.org/TR/html5/syntax.html#syntax-tag-...

http://www.w3.org/TR/html5/syntax.html#syntax-tag-omission



Gives a good explanation.

A good reason to avoid all filters that sprinkle <p> tags throughout your posts.
I'm looking at you...
Forum: General web building 06-29-2012, 04:19 PM
Replies: 1
Views: 960
Posted By Morgoth
Question Can anyone explain this strange browser behaviour?

Open a new html document and insert the following code:

<a href="unique">hello<p></a>

Open the document and use your Inspect Element tool to view the code.

This is the result:...
Forum: Medium projects (new script, new features, etc) 06-19-2012, 08:51 PM
Replies: 3
Views: 1,129
Posted By Morgoth
This would be really fun to do for you. I'll...

This would be really fun to do for you.

I'll send you a PM with my details.
Forum: Graphics and Multimedia discussions 06-19-2012, 08:40 PM
Replies: 0
Views: 1,308
Posted By Morgoth
PS C5 Automate export for web adjust name

Hello,

I want to automate a task in Photoshop C5 to resize a folder of images, one for dog and one for cat images (different sizes, two different automations). The images will be resized for a...
Forum: ASP 04-05-2012, 10:27 AM
Replies: 4
Views: 1,958
Posted By Morgoth
Cool :eek: I think this post should be stickied, next...

:eek: I think this post should be stickied, next to whammy's old post. :thumbsup:
Forum: PHP 04-03-2012, 11:18 AM
Replies: 2
Views: 362
Posted By Morgoth
Not all sites host all their images with <img>...

Not all sites host all their images with <img> tags.
Forum: Computer/PC discussions 04-11-2011, 07:32 AM
Replies: 0
Views: 866
Posted By Morgoth
Arrow Looking for a Hexadecimal Font

Hello,

I have been looking for a Hexadecimal Font that will display every ASCII character value from 0 to 255 as a HEX value (from 00 to FF).

I have come across two that have been useful to a...
Forum: Computer Programming 11-08-2010, 06:13 PM
Replies: 0
Views: 780
Posted By Morgoth
COBOL Bookmark Collection

Would anyone have any helpful COBOL websites with Tutorials, Articles, Comics, etc...
I am looking in your bookmark folder for anything you have related to COBOL that you found interesting...
...
Forum: ASP 11-04-2010, 07:50 PM
Replies: 4
Views: 4,456
Posted By Morgoth
I am glad it is working for you, just remember to...

I am glad it is working for you, just remember to debug the code before you consider it complete.

I also recommend validation of the fields before and/or after you submit your data, you don't want...
Forum: ASP 11-03-2010, 06:13 PM
Replies: 4
Views: 4,456
Posted By Morgoth
Before you submit your form, you can use three...

Before you submit your form, you can use three radio buttons to determine if you want the data to go to file1, file2, or file3. Or if each form is on it's own page, you can use a hidden field in the...
Forum: ASP 11-03-2010, 05:42 PM
Replies: 2
Views: 1,631
Posted By Morgoth
Does your host allow you to send e-mail? From...

Does your host allow you to send e-mail?
From what I can see, your code will work if the server allows you to use their SMTP server.
Forum: ASP 10-11-2010, 03:23 AM
Replies: 4
Views: 2,175
Posted By Morgoth
From what I have learned from my good friend...

From what I have learned from my good friend Google, he tells me:
"aspSmartUpload has been discontinued." (http://www.scriptdungeon.com/freeaspscript/freescripts15)
Apparently they direct you to...
Forum: MySQL 10-27-2008, 03:25 AM
Replies: 1
Views: 746
Posted By Morgoth
Solved.

I wasn't vary clear with my request, I solved the problem.

Solved.
Forum: MySQL 10-26-2008, 08:29 AM
Replies: 1
Views: 746
Posted By Morgoth
List records in the same table if they share similar data in a field.

List records in the same table if they share similar data in a field, and I don't want to have pairs or reversed pairs.

Input:

SELECT a.CustomerName
, b.CustomerName
FROM CUSTOMERS a...
Forum: ASP 05-01-2008, 03:11 AM
Replies: 9
Views: 2,821
Posted By Morgoth
Are you sure your closing the database when...

Are you sure your closing the database when you're done with it?
Forum: ASP 04-02-2008, 04:52 PM
Replies: 1
Views: 937
Posted By Morgoth
http://www.developerfusion.co.uk/show/1971/ ...

http://www.developerfusion.co.uk/show/1971/
http://www.4guysfromrolla.com/webtech/011201-1.shtml

I did a quick google search and came up with these pages... I am sure they are the...
Forum: ASP 04-02-2008, 04:37 PM
Replies: 1
Views: 2,480
Posted By Morgoth
Blank pages, eh? Does that mean the SQL strings...

Blank pages, eh?
Does that mean the SQL strings are not diaplyed? You posted a picture of Page 11, can you post a picture of page 12?

Page 11 displays 6 records, not 7, so is that the first (in...
Forum: ASP 04-02-2008, 03:59 PM
Replies: 1
Views: 777
Posted By Morgoth
Can you post a little more of your actual code?...

Can you post a little more of your actual code? It will make it easier to debug.
Don't forget http://www.morgoth.sonnexh.com/images/emot-code.gif tags.
Forum: ASP 02-15-2008, 11:15 PM
Replies: 2
Views: 1,040
Posted By Morgoth
This is similar to what you want I think. :p ...

This is similar to what you want I think. :p
http://www.codingforums.com/showthread.php?t=73418
Forum: ASP 02-15-2008, 10:57 PM
Replies: 3
Views: 1,310
Posted By Morgoth
Yeah Gary, you're idea scares me, very unsecured....

Yeah Gary, you're idea scares me, very unsecured.
I agree with Spudhead and changing the value. When you get the phone call you can send them a link where you get them to type in a secure password...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 06:31 PM.