Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
6
Posts with Upvotes
4
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
3 Commented Posts
~17.1K People Reached
Favorite Tags
Member Avatar for kevindougans

![Screen_Shot_2022-02-18_at_19_31_27.jpg](https://static.daniweb.com/attachments/0/9d7516d5e671e13eb3a629920d7e4e35.jpg) I'm trying to make a form all in one line instead of over multiple lines/height. It can be seen on https://grapefruit-crocodile-hdl3.squarespace.com/ (pwd: contagency) It's supposed to look the attached image, any pointers appreciated. I've got this far, so far: form { display: flex; } .form-item.field.email, .form-item.field.select, .form-button-wrapper.field.submit { display: …

Member Avatar for Dani
1
163
Member Avatar for manc1976

Hi I am using the following code to give the user a choice of options in a drop down box: [CODE] <?php $query="SELECT location,id FROM area"; $result = mysql_query ($query); echo "<select name=location_id value=''>location</option>"; while($nt=mysql_fetch_array($result)){ echo "<option value=$nt[id]>$nt[location]</option>"; } echo "</select>"; ?> [/CODE] It retrieves all of the options from …

Member Avatar for Syed_2
0
3K
Member Avatar for jessica1410

hello guys, please tell me that How To Rename Facebook Group? because i have seen that somebody rename his facebook group name.!!! so please guys share your thoughts with me if anyone know that... Thank You.

Member Avatar for RH-Calvin
0
125
Member Avatar for nathanpacker

Hey, I'm trying to use a simple select menu, and I would like to set one of the values to be the default, and it works great in IE, but not in firefox. Here is a sample: [CODE] <select name="test"> <option value="Test 1">Test 1</option> <option value="Test 2">Test 2</option> <option value="Test …

Member Avatar for homez
0
658
Member Avatar for kevindougans

Can anyone help me with jquery ui selectable please? My html is: [CODE] <input style="" id="input_4" name="input_4" value="" /> <ol id="selectable"> <li class="ui-widget-content">Reservations </li> <li class="ui-widget-content">Information and Enquiries</li> <li class="ui-widget-content">Mambo Tours &amp; Events</li> <li class="ui-widget-content">Press, Marketing &amp; PR</li> <li class="ui-widget-content">Business Development &amp; Franchise</li> <li class="ui-widget-content">Mambo TV &amp; Livestreaming</li> <li class="ui-widget-content">Mambo …

Member Avatar for abtraju
0
490
Member Avatar for kevindougans

Hi guys, Can anyone help me figure out a bug in ie9 i'm having? I'm on a mac and using parallels to run ie9 and its a pain in the neck as I can't get firebug lite working to help debug with this. Anyway http://test.cafemamboibiza.com/en on the right hand side …

Member Avatar for Troy III
0
117
Member Avatar for kevindougans

Hi there, Can anyone think why my jQuery panoramic plugin (http://test.cafemamboibiza.com/en/ibiza#ui-tabs-4) will only let me scroll once and not click to scroll again inside my site even though when i have it standalone (http://test.cafemamboibiza.com/pan.html) it works as expected. It seems to let me scroll around once perfectly but once that …

Member Avatar for kevindougans
0
92
Member Avatar for kevindougans

Hi guys, I've got a bug I can't figure out on my navigation and I was wondering if anyone can help: [url]http://mambo.3thirteen.co.uk/en/contact[/url] As you'll see on that page the navigation bar at the top has a little color changing effect. It works great until you hit refresh on the page …

0
139
Member Avatar for kevindougans

Hi there, I was wondering if anyone can point me to the best file/cloud solution/service out there at the minute? We are a medium sized company spread out in to 15 - 20 locations and are looking to share press images/photos and maybe even some documents or video in a …

Member Avatar for Afshispeaks
0
257
Member Avatar for kevindougans

I am making a responsive site. Please resize your screen to 980px-ish to see the problem as I've not configured the other screen resolutions sizes. My page works as i expected in chrome and firefox in [url]http://mambo.3thirteen.co.uk/en[/url] but then when i move the css form the main <style> tag on …

Member Avatar for kevindougans
0
125
Member Avatar for kevindougans

Can anyone help me with "adapt.js" ([url]http://adapt.960.gs/[/url]) to set it up to include 2 css files instead of just 1. For example I need it to figure out I want to include /css/960.css, then i also want it to include /css/<= $pagename ?>/960.css Here is my current code (not included …

Member Avatar for kevindougans
0
232
Member Avatar for kevindougans

Hi guys, [url]http://mambo.3thirteen.co.uk/en[/url] On the top bit with the videos and 3 video previews i can't get the 3 video previews to display on one line. It's driving me mad, I'm sure its only 1 little line of CSS but can't figure it out. display:inline; is not working as expected …

Member Avatar for kevindougans
0
109
Member Avatar for morrisproject

I am trying to get a searched date from one page to appear on another page, i have this code on one page so the user can search for a specific date: [CODE]<?php if(!empty($_POST['searchdate'])) { $mydate = $_POST['searchdate']; } else { $mydate = date('Y-m-d'); } $id = $_POST['id']; if(empty($id) && …

Member Avatar for morrisproject
0
306
Member Avatar for car rental cypr

Hi...fellow members..I'm using CuteRank free edition to check rank and its best position and other details. In free edition I can use only 1 website and keyword. Is there a tool to check position for free for multiple websites & keywords ? I tried and there are some but they …

Member Avatar for szaviyah
0
154
Member Avatar for brainstorm85

Hello, I've coded an image resizing function. It works very well for most image types but I've found that there seems to be a problem with progressive jpeg. If I resize my image for a thumbnail size, 50 px of width the result is only a small black square. I've …

Member Avatar for kevindougans
0
185
Member Avatar for shqiptari88

Hello Folks, I am shqiptari, I joined this community because I d found it really interesting to discuss computer topics Thank you

Member Avatar for Netcode
0
41
Member Avatar for shamsidah

hello... i have a question about my final year project.. in my database i want to find 5 maximum values from total of defects from car's body... and the data that i'm found must valid for one year, and after one year (next year) maybe the 5 max values may …

Member Avatar for diafol
0
85
Member Avatar for rse

Hello, in process.php, I am trying to display google chart by requesting it using streams, the follwoing code is for requesting the chart: [code=php] header('content-type: image/png'); $url = 'https://chart.googleapis.com/chart?chid=' . md5(uniqid(rand(), true)); $chd = 't:'; for ($i = 0; $i < 150; ++$i) { $data = rand(0, 100000); $chd .= …

Member Avatar for kevindougans
0
982
Member Avatar for rajeesh_rsn

Hi friends , In one of my web portal there are more than 1000 users . I need a news letter for every week for all these users ... My system ( web account ) crashed when I tried with a for loop . Can you please suggest me a …

Member Avatar for kevindougans
0
104
Member Avatar for kevindougans

Hi there, I'm sure there is an easy way to do this so let me ask. I have an "admin" page full of video thumbnials that I want to allow the user to sift through and pick which videos should be enabled or disbaled. To keep with current trends I'm …

Member Avatar for stbuchok
0
191
Member Avatar for trektrak

I would love to know, if it's possible to get a specific data from a specific mysql table.. Let say on the table itself has a Varchar ... mixed of words and floats.. and then ... I want to pull only the float from the table using php... can it …

Member Avatar for trektrak
0
139
Member Avatar for jacob21

I have a HTML/PHP form in which i am inserting vales in database.its working fine. What i am trying once user fill out the form,there should be a option of [B]save as pdf[/B] & [B]Print[/B] How to convert html form in to pdf. Need suggestions.

Member Avatar for broj1
0
4K
Member Avatar for asif49

I want to write how long it takes to parse one of the pages for my website. I've got the setting up of the time variable at the top of my script then have a lot of stuff which is done in-between. I then display time elapsed at the bottom …

Member Avatar for asif49
0
107
Member Avatar for craign924

hello forum, i work with oscommerce and i have to upgrade from 2.2 to 2.3. since all my tables --products, categories etc. are in 2.2 i thought i would just install 2.3 and then import the 2.2 db and viola!! but it did not, and does not work like that. …

Member Avatar for Stefano Mtangoo
0
89
Member Avatar for jakeray

This is basically what i need. I need users to select a manufacturer to post on a classified ad. When the users make the selection I need that information processed and sent to the page I point it to permanently for other users to see. The same for any user …

Member Avatar for kevindougans
0
142
Member Avatar for davy_yg

Hey, out of the following codes: product_edit.php [CODE] <h2><center>Product Preview</center></h2> <p></p> <?php $data = array(); if(!empty($_GET['id'])) { $result = mysql_query("SELECT * FROM produk AS p, kategori AS k WHERE id_produk='".mysql_real_escape_string($_GET['id'])."'AND p.id_kategori = k.id_kategori") or die(mysql_error()); $data = mysql_fetch_array($result); } else { $data['nama_produk'] = ''; $data['nama_kategori'] = ''; $data['harga'] = ''; …

Member Avatar for kevindougans
0
122
Member Avatar for twoods99

Im trying to create a php webpages to update information in an access database using a odbc connection the page1 sends the variable to page3 and displays the result page two allows you to pick which row to update then goes to the update page where i want text boxes …

Member Avatar for cwarn23
0
154
Member Avatar for andersiversen

Hi I used the script from this old thread: [url]http://www.daniweb.com/web-development/php/threads/60795/page3[/url] on a vps I have running drupal on a lamp stack. I'm fetching the email address to send to from my database and then loops through all fetched addresses and sends the mail. It works brilliantly, but my problem is …

Member Avatar for kevindougans
0
135
Member Avatar for kevindougans

Hi guys, I'm at my wits end. What am I doing wrong with the "position: xxx" stuff thats making this page have the center containter aligned to the left? If I remove left: 0 and right: 0 it makes the main container disappear (which i assume is away miles away …

Member Avatar for kevindougans
0
223
Member Avatar for kevindougans

Hi guys, Sorry for the simple question but can anyone tell me how to make my drop down links appear above everything else on the page. Thanks, [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- #header_container { …

Member Avatar for Arkinder
0
123