Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

JamesTaylorUK

Members
  • Joined

  • Last visited

Everything posted by JamesTaylorUK

  1. I have taken over a meeting booking system at my place of work and I am stuck with the mysql/php code for a cancelation button on the review bookings page. The database itself has to remain how it was from the previous guy in charge. The problem I have is that the "request_id" field appears in 3 seperate tables. As I have only limited php/mysql experience I am finding it hard to get working. Any help would be appreciated... Database Details Table Name: facility_request Field 1: facility_id Field 2: request_id Table Name: week_request Field 1: week_id Field 2: request_id Table Name: request Field 1: request_id Field 2: department_code Field 3: building_id Field 4: room_id Field 5: capacity Field 6: start_time Field 7: day Field 8: other_req Field 9: no_room There is a review page for the booking system and I need to allow users to remove there booking. I have a cancel button but I dont know how to delete the meeting from all three tables at the same time. This is about as far as I can get by myself at the moment. Using php to fetch the request_id for each booked meeting. DELETE * FROM `request` WHERE request_id =1 Again, any help would be massivly appreciated. Kind Regards, James Taylor
  2. cheers for the help guys. any sliders that you would recommend? Sorry but I am not to good at the jquery/javascript stuff
  3. I am having a little trouble with a JQuery Slideshow in Internet Explorer. As it is for a company most of there clients use this browser so it is an issue than needs to be fixed. Background Website URL: http://www.m-square.co.uk/index.html On 4 of the 5 pages within this website there is a Jquery powered slideshow, this works fine on Firefox, Chrome and Safari. However within IE it flicks through the whole slideshow in a split second before settling down to how it should work. Following research I believe this to be an issue with "z-index" within IE. Unfortunatly I can not fix it. The Code I am Using CSS #slideshow { position:relative; height:300px; width: 978px; margin-top: 20px; margin-bottom: 20px; } #slideshow IMG { position:absolute; top:0; left:0; opacity:0.0; z-index: 8; } #slideshow IMG.active { z-index:10; opacity:1.0; } #slideshow IMG.last-active { z-index:9; } HTML <div id="slideshow"> <img src="images/Home/office1.jpg" alt="" class="active" /> <img src="images/Home/office2.jpg" alt="" /> <img src="images/Build/image4.jpg" alt="" /> <img src="images/Build/image6.jpg" alt="" /> <img src="images/Build/image8.jpg" alt="" /> <img src="images/Build/image5.jpg" alt="" /> <img src="images/Build/image2.jpg" alt="" /> <img src="images/Build/image3.jpg" alt="" /> <img src="images/Build/image1.jpg" alt="" /> <img src="images/Build/image9.jpg" alt="" /> <img src="images/Build/image7.jpg" alt="" /> </div> JavaScript <script type="text/javascript"> function slideSwitch() { var $active = $('#slideshow IMG.active'); if ( $active.length == 0 ) $active = $('#slideshow IMG:last'); var $next = $active.next().length ? $active.next() : $('#slideshow IMG:first'); $active.addClass('last-active'); $next.css({opacity: 0.0}) .addClass('active') .animate({opacity: 1.0}, 1000, function() { $active.removeClass('active last-active'); }); } $(function() { setInterval( "slideSwitch()", 4000 ); }); </script> Jquery Version /* * jQuery 1.2.6 - New Wave Javascript * * Copyright (c) 2008 John Resig (jquery.com) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * $Date: 2008-05-24 14:22:17 -0400 (Sat, 24 May 2008) $ * $Rev: 5685 $ */ Any help would be greatly appreciated. Also just so you know I am NOT getting paid for this project as it is for my father. So I wont be gaining any money from your help. Don't want anyone to think I am trying to gain anything thing from any help I get. I hope someone can be off help as it is an issue that needs to be fixed and is really annoying me. Thankyou again in advance if you can offer any kind of help James Taylor

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.