Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 30
Search took 0.08 seconds.
Search: Posts Made By: Obsidian
Forum: Java and JSP 03-28-2013, 04:00 PM
Replies: 3
Views: 1,375
Posted By Obsidian
When I started to learn Java a few years ago, I...

When I started to learn Java a few years ago, I used the following resources that have really helped out.


YouTube - Video Resources for learning Java.
...
Forum: HTML & CSS 03-18-2013, 06:53 PM
Replies: 3
Views: 749
Posted By Obsidian
Greetings, I do see that the first table's...

Greetings,

I do see that the first table's column is set as <td align="center"> that will center all of the text and other content.

You may try adding the CSS "text-align: left" to the second...
Forum: JavaScript programming 03-18-2013, 06:43 PM
Replies: 21
Views: 646
Posted By Obsidian
Philip M, you're right it does have the same...

Philip M, you're right it does have the same coding -- I should of read the syntax better from the earlier post. Thanks for noting this.
Forum: HTML & CSS 03-18-2013, 05:28 PM
Replies: 7
Views: 305
Posted By Obsidian
From what I understand, you are trying to link to...

From what I understand, you are trying to link to the .htm pages? If that is so, you'll need to revise the file extension in the code to .htm since they are a different extension than the .html.
...
Forum: JavaScript programming 03-18-2013, 04:18 PM
Replies: 21
Views: 646
Posted By Obsidian
I've worked with the code and made some...

I've worked with the code and made some adjustments. It looks like it works best in the head section of the page. Below is the prototype code you can test out.


<html>
<head>
<script...
Forum: HTML & CSS 03-18-2013, 04:02 PM
Replies: 7
Views: 305
Posted By Obsidian
Can you provide an example of the hyperlink...

Can you provide an example of the hyperlink issue? I can work with you to resolve this.
Forum: Computer Programming 03-18-2013, 03:56 PM
Replies: 14
Views: 1,465
Posted By Obsidian
I see other folks have provided some useful...

I see other folks have provided some useful tutorials, below are some additional resources I can suggest.

Reading Resources:

C++ Tutorials: http://www.cplusplus.com/
Python Tutorials:...
Forum: Geek News and Humour 03-07-2013, 09:46 PM
Replies: 298
Views: 90,104
Posted By Obsidian
http://media02.hongkiat.com/error_404_01/catswhoco...

http://media02.hongkiat.com/error_404_01/catswhocode.jpg

This was one of the funniest 404 pages from http://www.hongkiat.com/blog/60-really-cool-and-creative-error-404-pages/.
Forum: HTML & CSS 03-07-2013, 09:35 PM
Replies: 15
Views: 447
Posted By Obsidian
You're welcome. I'm glad this worked out for the...

You're welcome. I'm glad this worked out for the header. :)
Forum: Site reviews 03-07-2013, 09:30 PM
Replies: 2
Views: 434
Posted By Obsidian
Thanks for the suggestions. I can look into...

Thanks for the suggestions. I can look into adding icons and graphics that might fit in well with the navigation.

I suppose a text twitter widget could also fit in the top right corner of the...
Forum: HTML & CSS 03-07-2013, 05:01 PM
Replies: 5
Views: 158
Posted By Obsidian
There are many ways to optimize your webpage(s)...

There are many ways to optimize your webpage(s) for speed. Below are some tips I use for my sites.


Compress JavaScript, HTML, & CSS. Use this handy compressors for these scripts.

CSS:...
Forum: HTML & CSS 03-07-2013, 03:41 PM
Replies: 15
Views: 447
Posted By Obsidian
I've inspected the code, it seems that the height...

I've inspected the code, it seems that the height of the header will need to be specified. Try adding the height the same as the image, below is what you can add to the #header in the CSS:

height:...
Forum: Graphics and Multimedia discussions 03-07-2013, 03:21 PM
Replies: 4
Views: 1,430
Posted By Obsidian
If you could provide a screen shot or an...

If you could provide a screen shot or an attachment -- I can assist with matching the pure white. I'll use one of the Adobe Programs to help with this.

To blend the picture in Adobe Photoshop, try...
Forum: HTML & CSS 03-06-2013, 10:07 PM
Replies: 9
Views: 397
Posted By Obsidian
I could suggest using min-width for this setting....

I could suggest using min-width for this setting. The sample below is flexible to the screen size, however when the screen shrunken the boxes will not shrink below 200px. I use a similar column...
Forum: HTML & CSS 03-06-2013, 08:49 PM
Replies: 7
Views: 337
Posted By Obsidian
Hello, I've inspected the code of the page...

Hello,

I've inspected the code of the page and it appears these sections are coded correctly, however there is an issue with the the META tag (see code below) where it is missing the end quote....
Forum: Site reviews 03-06-2013, 08:04 PM
Replies: 2
Views: 434
Posted By Obsidian
Could this web design be improved?

Greetings,

I have earlier made some design changes to my website. The change was to replace most of the images with cross-browser CSS -- thankfully it works after hours of testing. The website's...
Forum: General web building 03-04-2013, 06:28 PM
Replies: 3
Views: 3,271
Posted By Obsidian
The statements do say the username had been...

The statements do say the username had been approved; however with the authentication line it does say that the password is invalid. You may want to check if the keyboard settings are correct...
Forum: Building for mobile devices 02-28-2013, 03:04 PM
Replies: 3
Views: 1,941
Posted By Obsidian
The first time that I developed a mobile website,...

The first time that I developed a mobile website, the layout was simply based off of percentages instead of pixel sizes. The percentage of these sizes will be very flexible to fit just about every...
Forum: HTML & CSS 02-26-2013, 08:10 PM
Replies: 4
Views: 326
Posted By Obsidian
I tested the code in Google Chrome, so far the...

I tested the code in Google Chrome, so far the code works correctly and drops down when the button is pressed.

Do note you should include the <!DOCTYPE HTML> right above the <html> tag as the...
Forum: Geek News and Humour 02-25-2013, 06:53 PM
Replies: 298
Views: 90,104
Posted By Obsidian
That is just absolutely hilarious and it does...

That is just absolutely hilarious and it does make one think about how much technology has greatly evolved through these few decades. I just enjoy seeing these retro computer components and such. The...
Forum: HTML & CSS 02-25-2013, 06:37 PM
Replies: 2
Views: 170
Posted By Obsidian
CSS sprites do help with the download speed of...

CSS sprites do help with the download speed of the page. They can be used for any other aspect for the webpage's design such as icons, logos, backgrounds, or even for list bullets. It might be fun...
Forum: General web building 02-25-2013, 06:29 PM
Replies: 14
Views: 6,138
Posted By Obsidian
It would indeed be a bad business call to...

It would indeed be a bad business call to alienate folks from using IE for the site (as alykins had mentioned earlier). I would recommend placing a note somewhere in the footer -- a common location...
Forum: HTML & CSS 02-22-2013, 05:59 PM
Replies: 2
Views: 253
Posted By Obsidian
I see. I can be fine with a few browser versions...

I see. I can be fine with a few browser versions that don't fully support the round borders.

Thank you for help. :)
Forum: JavaScript programming 02-21-2013, 03:11 PM
Replies: 6
Views: 320
Posted By Obsidian
"||" is be the statement for "or" in JavaScript...

"||" is be the statement for "or" in JavaScript as earlier stated by Phillip M.

The link below is a good reference to these Logical Operators provided from W3Schools.com -- I personally use this...
Forum: HTML & CSS 02-21-2013, 02:47 PM
Replies: 2
Views: 253
Posted By Obsidian
Rounded & Shaded Borders: CSS3 or GIF Images?

Greetings,

I am planning on renovating my website to remove unnecessary code and tables. The layout is based off a mixture of floating div tags and tables to stabilize the design. Should I...
Showing results 1 to 25 of 30

 
Forum Jump

All times are GMT +1. The time now is 08:23 PM.