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.

oujipickle

Members
  • Joined

  • Last visited

Everything posted by oujipickle

  1. Hey Guys Thanks for the comments. Since this post started, I got a manager involved from my host and he said i dont need to ammend content at this stage but, they are getting in touch with the guy who made the complaint to notify him and if he comes back with a more "compelling arguement" they will be in touch again. Here is the guy complaining http://bit.ly/LR2hEO and my clients http://bit.ly/QZtgiu Thanks Ouji
  2. Hi Thanks for the reply What do you mean - shorten them? Is this really something that a hosting company should be getting involved in? Ouji
  3. Hi all I am a reseller through one of the large web hosts. I get contacted by them yesterday saying that someone has complained about the wording on one of my clients sites (14 months old) and the particular text in question has never been changed since then! Anyway this complaint comes from a competitor, for example:- London Widget Repairs - londonwidgetrepairs.co.uk My client sells exactly the same service in the same area, for example:- London Widget Consultants - londonwidgetconsultants.co.uk So next to the logo which clearly says "London Widget Consultants", i have a <h1>London Widget Repairs - Blah Blah Blah...</h1> half way down the home page is <h2>London Widget Repairs - Blah Blah Blah...</h2> Is there anything wrong with this? The person complaining is saying that a user/customer thinks they are on their site but really on my clients! I was first asked to change the H1 which i refused and gave reasons for and now they are changing it to if you change the H2 to the brand name that will be fine and if i dont do it in 24hours the site "may" be disabled. The person complaining is not even an account holder with my hosting company either. Is this right? Thanks Ouji
  4. It is on a Joomla site, the particular div has an image, some heading text, a link and a linked image nested inside(in firefox) but i.e they are listed below one another, please take a look to see what I mean http://www.govisitthelakes.com Cheers Ouji
  5. No that wont work either Cheers
  6. Tried that but nothing, very frustrating, anymore ideas? Cheers Ouji
  7. Hi All If I have a class like this:- .featured_property_one{ width: 160px; height: 360px; margin: -390px 0px 0px 12px; background: #ffffff; border: 2px solid #A8A8A8; float: left; } It shows up and I can adapt in firefox and chrome, but in any I.E I dont get any border and I cant reposition using margin and cant change the background color. Surely the border would be displayed or am I wrong?? Cheers Ouji
  8. Hi All,Please help Im wondering the best way to do this php/javascript and obviously how? I have a quick search box with two options - <select> <option value ="one">One</option> <option value ="two">Two</option> <option value ="three">Three</option> <option value ="four">Four</option> </select> <select> <option value ="red">Red</option> <option value ="blue">Blue</option> <option value ="yellow">Yellow</option> <option value ="green">Green</option> </select> When a user selects one of each options and searches i want to be able to direct them to an internal web page for that query. Nuch help needed Ouji
  9. Sorted it out. I had linked to the wrong jquery files!! Ouji
  10. Hi Guys, thais is what I have already:- Inside the "head tag" - <script type="text/javascript" src="js/jquery-1.6.1.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.8.13.custom.min.js"></script> <script> $(function() { $( "#datepicker" ).datepicker(); }); </script> Then in the "form" - <p class="date_text">Check in Date</p><input id="datepicker" class="dates" type="text" name="check"/> Im not convinced the 2 jquery files are the correct ones Ouji
  11. Hi Everyone, Its been a while, anyway, Im struggling to add the JQuery Datepicker function on to a text field in my form. Looked everywhere and it is really confusing me, tried all kinds and now im getting in a bit of a knot. Please Help Ouji
  12. Here is the code <script type="text/javascript">$(document).ready(function() { $('#myslides').cycle({fx: 'fade', speed:3000, timeout: 3000 }); });</script> #main_img_loc{ width: 580px; height: 220px; border: 1px solid; margin-left: 5px; float: left; background-image: url(teed_up.png); background-repeat: no-repeat; } #myslides{ width: 280px; height: 80px; margin: 10px 0px 0px 300px; } <div id="main_img_loc"> <div id="myslides"> <div><p class="saying">"Text here"</p></div> <div><p class="saying">"Text here"</p></div> <div><p class="saying">"Text here"</p></div> </div> </div> Oujipickle
  13. Hi, Hope someone can help with this. I have an image with a div on top called #myslides running a jquery fade in and out slideshow. Works great in firefox but i.e. adds a transparency greyish background to the full div which fades in and out with text. Any help much appreciated Oujipickle
  14. oujipickle posted a topic in Frontend
    Hi I have a text slideshow running with jquery, with text fading in and out. This works perfect in Firefox. In I.E. 7 the cycle wont work and just lists the slides one after another. The code i am using : <script type="text/javascript">$(document).ready(function() { $('#myslides').cycle({fx: 'fade', speed:2000, timeout: 2000 }); });</script> Is there a fix for I.E. ? Much appreciated if anyone can help Thanks Ouji
  15. Hi everyone, i am currently building a portfolio of websites. What i want to do is create a test server on my local computer for my clients to view their own site at different stages of development. I already have xampp and apache downloaded for learning php. How would you all do this Many thanks Oujipickle
  16. Hi guys, Im new so please be gentle. I have been learning html and css using just notepad++, never touched any WYSIWYG editors at all, i am pretty confident in these areas now and want to move on to something else. I want to eventually start a home based career at this so what learning path would you suggest next? I am thinking either Javascript or Php. Also any tips for newbies starting out on there own i.e.- What levels i need to be at before taking the plunge. What software/hardware needed. Advertising. Bookkeeping. Anything related to this career really. Cheers in advance ouji
  17. Really struggling with this :-(
  18. Thanks for that mate, I have never used jquery before so it will probably take me some time. Cheers ouji
  19. Hi guys and gals, Can anyone help with this? I want javascript to fade in and out my text. The slideshow works fine but want it to fade rather than just change. Cheers ouji <script type="text/javascript" language="javascript"> var slideArray = new Array() slideArray[0]= "This is my first line"; slideArray[1]= "This is my second line"; slideArray[2]= "This is my third line"; slideArray[3]= "This is my fourth line"; slideArray[4]= "This is my fifth line"; slideArray[5]= "This is my sixth line"; function firstSlide() { document.getElementById('display').innerHTML=slideArray[0]; setTimeout("secondSlide()",5000); } function secondSlide() { document.getElementById('display').innerHTML=slideArray[1]; setTimeout("thirdSlide()",5000); } function thirdSlide() { document.getElementById('display').innerHTML=slideArray[2]; setTimeout("fourthSlide()",5000); } function fourthSlide() { document.getElementById('display').innerHTML=slideArray[3]; setTimeout("fifthSlide()",5000); } function fifthSlide() { document.getElementById('display').innerHTML=slideArray[4]; setTimeout("sixthSlide()",5000); } function sixthSlide() { document.getElementById('display').innerHTML=slideArray[5]; setTimeout("firstSlide()",5000); } </script> <div id="display"><script type="text/javascript" language="javascript">firstSlide();</script></div>
  20. Congratulations mate, well done.
  21. Hi Ollie, welcome to the forum.
  22. Welcome to the forum mate.

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.