Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~3K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for Motorider

I have a Daily Deals website of which I desire to limit the viewing of one of the product catagories to logged in users only. here is the catagory code. <div class="categories"> <h3><?php echo $array['Categories'];?></h3> <ul> <?php $category_total = num_rows(mkr_select('ig_category','cat_name,cat_id,cat_image','cat_status=1')); $category_select = mkr_select('ig_category','cat_name,cat_id,cat_image','cat_status=1 ORDER BY cat_name ASC LIMIT 0,3'); if(num_rows($category_select)>0) …

Member Avatar for diafol
0
549
Member Avatar for Motorider

I just finished a site that list three zip codes as a service area. when the site is viewed in smart phone browsers the three zip codes become linked to Google maps or it tries to offer the zip as a call now phone feature. when the wrong zip is …

Member Avatar for Motorider
0
92
Member Avatar for maxelcat

I have done some experimental work in this area. Flash is the way to go using layers. Presumably you could do it in HTML5.

Member Avatar for Kees1234
0
140
Member Avatar for Motorider

I have been playing around with liquid websites and Ive pretty much got it down except for the text. When designing for a smaller screen size the text becomes too small when viewed in a larger screen. And visa versa when designed for a larger screen size the text becomes …

Member Avatar for Kraai
0
39
Member Avatar for Motorider

Okay, I know. As a certified webmaster I should be able to figure this out. but... could someone please help me. I am trying to place some text to the right of navigation links, within the same div. here is the html [ICODE]<div id="navigation"> <ul> <li><a href="#">Welcome</a></li> <li><a href="#">About</a></li> <li><a …

Member Avatar for Motorider
0
115
Member Avatar for Motorider

If this should be posted in another area, such as, layout and design please let me know. A person who post's as Ardav on this board has gotten me this far. I have a relational database that pulls by brand and descriptive keyword. I wish to search and display on …

Member Avatar for dschuett
0
480
Member Avatar for Motorider

I have searched for a solution to this problem on daniweb and google to no avail. You folks have been so kind as to help me before. This portfolio piece, slash website for my father incorporates a MySQL PHP search form in the left div, and the search results in …

Member Avatar for EvolutionFallen
0
143
Member Avatar for Motorider

I am seeking help to create a html search form that has a drop down box listing tables within a mysql database that contain parts for different makes of buses. The idea is that the drop down list would select the table and the part would be found within the …

Member Avatar for Motorider
0
1K

The End.