Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #4K
~12.1K People Reached
Favorite Tags
Member Avatar for justinmyoung

I've tried in illustrator. I have a header that has a logo on the left and on the right has some text that I want to use as links. But I'm having difficulty linking the text. Any suggestions? Thanks

Member Avatar for coolhubby
-1
251
Member Avatar for justinmyoung

Hi, I'm trying to add pagination to the Wordpress plugin, FV Community News. You can see it functioning (without pagination and in its early stages - released it yesterday) here - [URL="http://www.siiimple.com/news"]http://www.siiimple.com/news[/URL]. I looked back in the php that would likely involve alterations, and here is the section I believe …

Member Avatar for coolizard
0
137
Member Avatar for papanyquiL

Hi everyone, For the first time, I've somewhat successfully migrated an html file over to WordPress (not completely finished yet). However, I'm having a problem that I can't seem to fix. On the homepage ([url]www.johnernaut.com[/url]) you can see a 'More...' button at the bottom to preview more posts. This seems …

Member Avatar for papanyquiL
0
84
Member Avatar for justinmyoung

Hi I'm trying to integrate a google checkout button with a basic php variable - and am having trouble with formatting. Here is the code: [code=php] echo "<h2>" . $row['name'] ."</h2>"; echo '<form action="xxx" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm" target="_top"> <input name="item_name_1" type="hidden" value="Item"/> <input name="item_description_1" type="hidden" value="Watch Repair Service"/> <input name="item_quantity_1" …

Member Avatar for justinmyoung
0
160
Member Avatar for justinmyoung
Member Avatar for laura_ci
0
2K
Member Avatar for justinmyoung

This is a dumb question, but I used MAMP and I don't know how to access my phpmyadmin. I used to have it on my localhost server, until I had to reinstall it with MAMP. Now I don't know how to access it? Thanks

Member Avatar for audioholic
0
93
Member Avatar for justinmyoung

This shouldn't be as difficult as I'm making it. Any help would be very much appreciated! Thanks!

Member Avatar for BigDoughieG
0
67
Member Avatar for justinmyoung

I'm transferring my css gallery site to a wordpress platform, and it has gone fine. Except I'm having difficulty with showing 12 posts on the index.php page - it shows 10 posts and leaves the two spaces at the bottom empty. Is there a way to configure how many posts …

Member Avatar for jhz
0
91
Member Avatar for justinmyoung

Hi I would like to have an image on the index.php page, such that you would see in a gallery, become a larger image on single.php page. Is there a way to do this? Here's the code for the index.php [CODE]<?php get_header(); ?> <?php $counter = 0; $counter2 = 0; …

0
63
Member Avatar for justinmyoung

I have been trying to figure how to implement a "hit counter" for each of my websites in my css gallery, and display the total number of times a person has visited that link (or image). Could anyone lead me in the right direction, so I could get started on …

Member Avatar for Josh Connerty
0
231
Member Avatar for justinmyoung

I'm working on implementing a php registration/login script. When a user registers and then login - they are directed to a page that I would like to display a form, such as you would see in a contest. The person would fill out the form, entering the information into the …

Member Avatar for rm_daniweb
0
3K
Member Avatar for justinmyoung

I hate to come back so soon, since I was all proud of myself for working out the last issue. This is a different issue, and beyond the scope of my knowledge. The pagination itself WORKS FINE. However, I'm trying to use a tooltip script on an image hover, and …

Member Avatar for justinmyoung
0
171
Member Avatar for justinmyoung

here's the link to the script: [URL="http://www.dynamicdrive.com/dynamicindex17/ajaxpaginate/index.htm"]http://www.dynamicdrive.com/dynamicindex17/ajaxpaginate/index.htm[/URL] I got the script working, but I can't manage to move the numbers from the top...to the bottom. I tried nearly every combination I can think of. Here's a screenshot of where the numbers are placed currently: [IMG]http://www.justinmarcusdesign.com/image.jpg[/IMG] [B][COLOR="Red"]Here's the HTML:[/COLOR][/B] [ICODE] <!DOCTYPE …

Member Avatar for justinmyoung
0
185
Member Avatar for justinmyoung

Hi I must now seek help after too many hours of failure. I'm using a basic form with Ajax (prettyPopin), but the form is not connecting to the database. I'm obviously overlooking something. Here is the basic form: retailer.html [CODE] <h3>Retailer Contact</h3> <form name="ajaxForm" action="ajax/form_submit.php" method="post" class="genericForm"> <label><span>* Full name</span> …

Member Avatar for theighost
0
101
Member Avatar for justinmyoung

It's just a testing script and a testing database but I can't get it to work. It's using an edit-in-place script that allows users to edit their data, then it calls this save php script which is supposed to save it and update it within the database. It does neither. …

Member Avatar for somedude3488
0
143
Member Avatar for justinmyoung

I'm trying to implement a Prototype scoller.js script within my site, and functionally and aesthetically its working fairly well. However there are two problems that I need someone who knows what they're doing to help me with. My site you can see the problem: [URL="http://www.thecassidyfeed.com/index2.html"]http://www.thecassidyfeed.com/index2.html[/URL] #1. When initially visiting the …

Member Avatar for justinmyoung
0
119
Member Avatar for justinmyoung

I'm trying to update my database with an inline editor. (TableKit) When I change the data in a cell, it changes; but when I go to refresh it reverts back to the old information. It's calling a php page that I need to update my database. Right now I have …

0
109
Member Avatar for justinmyoung

I'm trying to implement TableKit with my table. It works fine, except I'm struggling to update it dynamically. When I edit a table, it changes, but when I reload the browser it reverts back to the original data. The updated code goes to this php code: [CODE]<?php header('Content-Type: text/plain; charset=UTF-8'); …

Member Avatar for justinmyoung
0
96
Member Avatar for justinmyoung

I'm looking to display a text field being called from a database. Every other row is small bit of information, but I'm calling a text field with a few lines. It looks like this: [CODE]echo "<tr>"; echo "<td>10k</td>"; echo "<td></td>"; echo "<td>" . $list['tenk'] . "</td>"; echo "<td>" . $list['tenkl'] …

Member Avatar for justinmyoung
0
74
Member Avatar for justinmyoung

On a previous thread, a member was nice enough to help me out. The script worked fine, until I added other variables. Now, it won't register in the database. My eyes are not working. Any ninjas? Thanks [B]reg.php[/B] [CODE]<?php require( 'config.php' ); $con = mysql_connect( $mySQLhost,$mySQLuser,$mySQLpass ) or die( 'Error: …

Member Avatar for justinmyoung
0
156
Member Avatar for justinmyoung

strangely enough I got this to work once but I can't understand how. I've looked it over for hours. need help. here's the situation. all I want to do is have my form, a basic form, insert information into my database. It works for all my fields, except two. I …

Member Avatar for justinmyoung
0
102
Member Avatar for justinmyoung

Hi, I'm having a small problem. After installed a routine system update, which included the newest Java update (though I'm on 10.4.11) I have lost access to my localhost! I thought it was a problem with my server, so I installed another server using MAMP, and through MAMP I can …

Member Avatar for justinmyoung
0
132
Member Avatar for justinmyoung

How do you keep multiple javascripts from interacting and effecting each other? thanks

Member Avatar for justinmyoung
0
99
Member Avatar for justinmyoung

I've tried to post on a few other forums for information on how to write a very simple search script that will allow multiple search options to search a mysql database. I have a script written that searches by a users last name, but I want to also offer the …

Member Avatar for langsor
0
287
Member Avatar for justinmyoung

I've been able to put together a basic search form that allows users to search my database by entering their last name. My question is how do I offer them an option, using a radio button, to allow them to search by, for example, a city or state or age, …

Member Avatar for justinmyoung
0
111
Member Avatar for justinmyoung

Thanks to the help of many on this forum I've been able to put together a script that allows me to do some basic CMS functions, like pulling data from the MYSQL database, displaying it in rows/tables, etc. Now I have tried to extend the functionality of my search by …

Member Avatar for mcd
0
209
Member Avatar for justinmyoung

Hi, I have no trouble pulling data by a first name with the following code, but when I want to use both first and last name as means to access data, it won't work... Here's the code: [ICODE]<?php // Include connection to your database $con = mysql_connect("localhost","root",""); mysql_select_db("RUNNERS", $con) or …

Member Avatar for mcd
0
102
Member Avatar for justinmyoung

I'm looking to have people register times (like 2:34, 2:35.04, etc.) into my database. Do you use integers values or something else? Thanks!

Member Avatar for Shanti C
0
58
Member Avatar for justinmyoung

Hi, I'm getting a Parse error on line 132 and can't figure out why. Line 131-133 = [ICODE]<select name='state' id='state' class='selectInput'> <option value="">Please select</option> <option value="-1">Other</option>[/ICODE] [ICODE]<?php include("config.php"); echo "<form action='$regScript' method='$formMethod' name='form'> <label><span>Full name</span> <input type='text' name='name' id='name' class='input-text'/> </label> <label><span>E-mail</span> <input type='text' name='email' id='email' class='input-text'/> </label> <label><span>City</span> <input …

Member Avatar for Shanti C
0
282
Member Avatar for justinmyoung

I'm just looking to set up a simple registration form for my website, and was wondering if anyone could recommend a fairly straightforward tutorial... Thanks

Member Avatar for Shanti C
-1
250