Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 40
Search took 0.16 seconds.
Search: Posts Made By: mikemacx
Forum: MySQL 01-27-2013, 08:12 PM
Replies: 2
Views: 445
Posted By mikemacx
That was it!......Appreciated and thanked!

That was it!......Appreciated and thanked!
Forum: MySQL 01-27-2013, 02:25 AM
Replies: 2
Views: 445
Posted By mikemacx
MYSQL LIKE and more than one beginning letter

Hi all......

Can't seem to find the answer anywhere, so I thought you might know. When using LIKE, how do I search for records where the column values begin with MULTIPLE letters, such as A, R,...
Forum: HTML & CSS 05-31-2012, 01:19 AM
Replies: 2
Views: 308
Posted By mikemacx
Thank you very much!:D

Thank you very much!:D
Forum: HTML & CSS 05-30-2012, 05:01 PM
Replies: 2
Views: 308
Posted By mikemacx
HTML email charachter encoding question

I've been doing HTML emails for some time now. I recently had a problem where a recipient got the email with the character entity I coded showing like this:

Center's (instead of Center's)
...
Forum: PHP 05-07-2011, 11:36 PM
Replies: 1
Views: 623
Posted By mikemacx
Including Javascript in a PHP file - Noob Question

I am converting my website to php, and before I was using frames. I have an expanding sidebar menu (html file) that calls three external javascript files for the expanding menu.

Example:
<html>
...
Forum: HTML & CSS 03-03-2011, 09:54 PM
Replies: 2
Views: 533
Posted By mikemacx
Need to block a domain from my website

Someone linked an image of mine to their forum avatar on a particular site. now my log files are choked with hits from their domain. I really don't care they wanted to use my image, but linking just...
Forum: HTML & CSS 07-30-2009, 06:31 AM
Replies: 11
Views: 877
Posted By mikemacx
Well....I noticed you have three <div> tags, but...

Well....I noticed you have three <div> tags, but then you have five closing <div> tags. Might be a source of the trouble.
Forum: HTML & CSS 07-22-2009, 07:59 PM
Replies: 5
Views: 556
Posted By mikemacx
I played around with your css and got it to work,...

I played around with your css and got it to work, though I'm not sure if this is what you mean:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>

<head>
...
Forum: HTML & CSS 06-07-2009, 05:08 PM
Replies: 5
Views: 1,507
Posted By mikemacx
To be certain that you have this problem, try...

To be certain that you have this problem, try running the page through this helpful site:

http://www.browsershots.org (http://www.browsershots.org/)

I use it constantly to see how my page looks...
Forum: PHP 06-03-2009, 08:52 PM
Replies: 2
Views: 625
Posted By mikemacx
bumping up for an answer........:D

bumping up for an answer........:D
Forum: PHP 06-02-2009, 10:25 PM
Replies: 2
Views: 625
Posted By mikemacx
Need some MYSQL/PHP layout/columns advice

This might be lengthy...Sorry...

I have a database where I extract and layout countries, cities and museums. I finally pieced together a PHP formatting for the output like this in Asia Museums:...
Forum: HTML & CSS 05-30-2009, 07:08 PM
Replies: 3
Views: 748
Posted By mikemacx
You should always consider creating content to...

You should always consider creating content to fit 1024 x 768 resolutions. Using layouts that adjust to screen width usually takes care of any resizing issues. This link might explain better:
...
Forum: HTML & CSS 05-30-2009, 07:00 PM
Replies: 4
Views: 906
Posted By mikemacx
Thanks...... I went to browsershots.org and...

Thanks......

I went to browsershots.org and was able to figure out where my CSS went wrong. I accidentally placed a Float: right; in the wrong box, which messed up my margins.

I still couldn't...
Forum: HTML & CSS 05-29-2009, 02:35 AM
Replies: 4
Views: 906
Posted By mikemacx
Can someone with IE Windows check this?

http://www.oldmasterhands.com/banner2.html

Is the thin line OK in IE and placed center between the two rows of links?

Thanks..Please let me know which IE version you are using.....
Forum: HTML & CSS 05-29-2009, 12:04 AM
Replies: 0
Views: 449
Posted By mikemacx
CSS navigation bar in IE ...Helps!

I decided to change my navigation bar to straight CSS to clean it up. I'm on Mac and it looks fine in FF and Safari, but i just knew there would be problems when it went to IE for Windows. The layout...
Forum: HTML & CSS 04-24-2009, 12:15 AM
Replies: 20
Views: 1,706
Posted By mikemacx
This is a little above my pay grade, but I found...

This is a little above my pay grade, but I found a thread in the Dynamic Drive forums regarding this question and they had this link:
...
Forum: HTML & CSS 04-23-2009, 04:20 PM
Replies: 20
Views: 1,706
Posted By mikemacx
I think the quickest way for you to do this is by...

I think the quickest way for you to do this is by using a frame set. You can look at this and see what you think:

http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_frame_mix
...
Forum: HTML & CSS 04-22-2009, 11:07 PM
Replies: 20
Views: 1,706
Posted By mikemacx
Here, add an extra item to the bottom of your...

Here, add an extra item to the bottom of your CSS:

.glossymenu li a#current{
background-image: url(blackgloss2.jpg);

}
Now enter this at the current page link for each page where needed:
...
Forum: HTML & CSS 04-22-2009, 09:02 PM
Replies: 20
Views: 1,706
Posted By mikemacx
You'll need a span class or div id to place at...

You'll need a span class or div id to place at the tab for the current page:

ul li#current {
background: url("glossback2.gif") left top no-repeat;
}

Then add the id to the li tab:...
Forum: HTML & CSS 04-20-2009, 09:18 PM
Replies: 3
Views: 2,168
Posted By mikemacx
Stephan is correct. I still come from Old Skool...

Stephan is correct. I still come from Old Skool coding, which by the way, still works despite deprecation. http://img57.echo.cx/img57/3364/sc0421pv.gif

A div tag is more appropriate, yet only a...
Forum: HTML & CSS 04-20-2009, 05:31 PM
Replies: 3
Views: 2,168
Posted By mikemacx
What you need are a href links to parts of the...

What you need are a href links to parts of the page. It's pretty easy. Here are the basics:

Create a Href links with identifiers like so and then place the identifier where you want the browser to...
Forum: MySQL 04-18-2009, 12:58 AM
Replies: 1
Views: 2,009
Posted By mikemacx
CSV upload - AUTO INCREMENT field?

I need to upload a CSV file to a new table. If the Primary id field is auto incremented, what do I fill the column cells with in Excel? I've tried "0", NOT NULL, and just leaving the column blank.
...
Forum: PHP 04-18-2009, 12:16 AM
Replies: 3
Views: 652
Posted By mikemacx
Nope.....didn't work, but I think I found what...

Nope.....didn't work, but I think I found what works:

"/href=\"(.*?)\<\/a\>/";

I just snipped that beginning bit off.:thumbsup:
Forum: PHP 04-17-2009, 09:28 PM
Replies: 3
Views: 652
Posted By mikemacx
PHP Regular expression almost working but...

I'm coverting my HTML site to MYSQL and PHP. I have thousands of links, so I have a PHP script to scrape the links off and put them into an excel file, then to the MYSQL table. This is the code:...
Forum: HTML & CSS 04-15-2009, 05:46 AM
Replies: 8
Views: 1,476
Posted By mikemacx
I notice you also repeat the same styling...

I notice you also repeat the same styling elements over and over. It's time to use CSS as a way of minimizing the formatting. Give it a look and see what you think. It can greatly speed up your...
Showing results 1 to 25 of 40

 
Forum Jump

All times are GMT +1. The time now is 04:34 PM.