Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~47.5K People Reached
About Me

Received an Associate degree in electronics in 1971. Started working with a company (now defunct) in broadcast services that produced radio commercials, contests, music automation, etc. I was responsible to maintain their recording equipment which at…

Favorite Tags
Member Avatar for Mike_H

I have a website with a header, three columns and footer that looks good on desktop. When viewed on my phone, the columns remain horizontal instead of going vertical. I have tried several different @media combinations but cannot get it to work. Can some smart person tell me what the …

Member Avatar for Dani
0
149
Member Avatar for phphp

Good morning, On my localhost, suddenly all of my php files are looking like this format ![Untitled.png](/attachments/large/4/43b03260e4e4c57683ac54107768784e.png "align-center") What is this? Is it hacker attack? How to stop this action in future. Please help

Member Avatar for Josh Ross
0
399
Member Avatar for Mike_H

In a site I am working on two of the pages have an iframe being loaded. [code] <IFRAME id="someid" src="http://www.trailblz.info/barkleydean/signup.aspx?rd=http://www.senatorbarkley.com/signup-thank-you.htm" width="700" height="1400" frameborder="0" scrolling="No" style="position: relative; width: 700px; height: 1400px" target="_blank"> </IFRAME> [/code] This works fine but the "Thank you" page loads at the top of the frame but the …

Member Avatar for Anders_3
0
7K
Member Avatar for Mike_H

I am in the process of making an existing website designed in 2005 to be able to work well with wide-screen monitors, tablets and phones. On the existing site, http://pettitslawnscapes.com/html/design___build.html, the menu selection **Design & Build** has six submenus that drop down when your mouse hovers over it. I need …

Member Avatar for zelrick
0
285
Member Avatar for Mike_H

I am trying to update the field id_key which is an unique value using uniqid() function. When I print to the screen the value for uniqid() [$id] is different for each record. Which is correct and is what I want. However when I go inspect the table all the values …

Member Avatar for Mike_H
0
192
Member Avatar for naju
Member Avatar for Mike_H

I am using the Eyesis Data Grid Control (http://www.phpclasses.org/package/4951-PHP-Display-data-from-a-database-in-a-sortable-table.html) and would like to add the Delete function as shown in Example 3 (http://www.phpclasses.org/browse/file/25088.html). The line in the sample code where this is done is: $x->addStandardControl(EyeDataGrid::STDCTRL_DELETE, "alert('Deleting %Id%')"); How do I change the "alert('Deleting %Id%')" to either a function that deletes …

Member Avatar for Mike_H
0
261
Member Avatar for Mike_H

I have a mysql database that includes the fields first_name, last_name, email. I have an input form to enter in the above information. If the e-mail address already exists, then I have a message page that lets the user know this and display the first and last name that already …

Member Avatar for pritaeas
0
303
Member Avatar for Mike_H

I have a table with over a thousand records that I need to update a field I have called "id". I need each record's ID to be unique. I am using the uniqid() function which works just fine. When I use the code below (and several other variations of it), …

Member Avatar for Mike_H
0
121
Member Avatar for Mike_H

I am reading a CSV file and need to add the information into an existing database. I am able to read and display the information correctly. When I try the code below, I get the error *"Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING on line …

Member Avatar for diafol
0
139
Member Avatar for Mike_H

Two years ago Airshow helped me with a Vertical Slider Zoom feature for a project of mine. Now I have a need to do the same but with a Horizontal Slider to zoom a photo. I need the slider in this example, [http://bbhs69.com/senior_class_photo_copy(1).htm](http://bbhs69.com/senior_class_photo_copy(1).htm), to be horizontal and at the very …

Member Avatar for Airshow
0
946
Member Avatar for Mike_H

I have a small database of about 30 names that are all unique. The variable $member equals "Ann" but will change depending on the person to search for. I need to be able to return the exact match of the person's first name. I have tried many combinations of the …

Member Avatar for Mike_H
0
474
Member Avatar for ryantroop

Are there any open source/free to use, commonly updated... either dumps or APIs that will let someone have zip codes and addresses validated? Think monster.com or careerbuilder.com's location search, or something similar. Thanks Ryan

Member Avatar for Mike_H
0
170
Member Avatar for Mike_H

I am trying to pass the values of an array from one PHP page to another but I am not having any luck. I need someone to tell me what I am doing wrong or if there is a bettter way. Here is my code snippet for page one: <?php …

Member Avatar for Mike_H
0
219
Member Avatar for Mike_H

I have the following code in my **PHP** program: $query = "SELECT * FROM board_members"; $result = mysql_query($query) or die(mysql_error()); $data = array(); // create a variable to hold the information while (($row = mysql_fetch_array($result, MYSQL_ASSOC)) !== false){ $data[] = $row; // add the row in to the results (data) …

Member Avatar for Mike_H
0
248
Member Avatar for Mike_H

Below is a sample code using the [URL="http://developer.yahoo.com/yui/slider/"]YUI Slider Control[/URL]. How can I get the photo to zoom in and out proportionally as the slider moves up and down? P.S. I am open to any existing working scripts. I have not been able to find any that does a variable …

Member Avatar for jansiranir
0
258
Member Avatar for Mike_H

I am working on a site that has more menu items than will fit on the screen of standard monitors. I am looking for a nice, simple, and easy to implement free horizontal menu that fits on one line and has left and right arrows to scroll the hidden menu …

Member Avatar for KingGold171
0
240
Member Avatar for Mike_H

I am trying to show two hidden <div> (lines 54 & 55) depending on the value of a session variable. I know the "if" statement is working because the alert tests I have do show when the code is run. The "Viewing all whose payment has NOT been confirmed." should …

Member Avatar for Mike_H
0
33K
Member Avatar for danondra

I am searching for a script that retains both text and checkbox field values like the script at: [URL="http://www.dynamicdrive.com/dynamicindex16/formremember2.htm"]www.dynamicdrive.com/dynamicindex16/formremember2.htm[/URL] An ASP or Java script would work best. Thanks.

Member Avatar for Mike_H
0
244
Member Avatar for ImLarry

I built a modest website using Yahoo sitebuilder. Now I need to add a drop down state and city database so that when visitors go to my sight they can click on the state and city and then I will supply them with the information they need that petains to …

Member Avatar for Mike_H
0
53
Member Avatar for Mike_H

I am trying to get two radio buttons and their labels to lineup next to each other horizontally. I have tried various CSS code to do so but it never works correctly. The label for the second button is dropping down below its' radio button. Below is code for sample …

Member Avatar for Mike_H
0
637
Member Avatar for Mike_H

I have a page with one image that I need to center both horizontally and vertically in the browser window and also to fit vertically without going past the viewport of the screen. It needs to be able to do this on IE7+/Firefox 3+ and all variations of screen resolutions …

Member Avatar for MidiMagic
0
366
Member Avatar for Mike_H

My site looks like I want it to in IE but there are several problems when viewing in FF. Compare [url]http://www.senatorbarkley.com/bio1.htm[/url] between the two browsers. On right side, the white box "Bookmark This Page" is to the left instead of being centered. The yellow is not going down below the …

Member Avatar for MidiMagic
0
110
Member Avatar for Mike_H

I have a page that loads a text box and an image the user has selected from another page. I can get them to display but I need to be able to have the image fit under the text. Right now the image is over the text. I have a …

Member Avatar for Mike_H
0
158