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.

irn3rd

Privileged
  • Joined

  • Last visited

Everything posted by irn3rd

  1. For a jQuery slider, check out easySlider 1.7 My link I used it several times and has always done what was needed. Can;t comment on the design as the image is broken, might be due to the filters at work, so will check when i get home and give feedback then. Ben
  2. My link So with my nav, i have a little description showing when you hover. I wanan change this so when a user hovers over the area for that link it will slide up from the bottom and when a user scrolls off of the area it scrolls up to hide again. Any ideas how to do this with jquery? Ben
  3. irn3rd replied to irn3rd's topic in Frontend
    Something like that, but size of a website, Thanks for the contribution though will come in handy. This seems to be very close to what i want, i will have a crack on this and see how it turns out. I noticed on the demo the you get left with the scroll bar at the bottom and the scroll speed is really slow, the way i was looking to do it was with no scroll bar. This is what i need to get round i think. Thanks for the input guys Ben
  4. irn3rd posted a topic in Frontend
    My link This website uses a side scrolling animation to change sections, now i know its done with jQuery, but i haven't been able to find any decent tutorials that explain clearly how to lay out your html and start it animating. Would anyone be able to point me in the rough direction? I'm currently looking over google, but not much successs. Ben
  5. Try making the text-indent to -8000px instead of 8000px, i had problems like that and thats how i solved it by making it a negative number.
  6. Thanks for your response I haven't tested in in IE8 yet, Thanks for the heads up and I will have a nose at the code when i get home, if i can't solve it ill have to post it up here. I'll also see what i can do about defining the headers a bit more to make them stand out more. Thanks for all your input
  7. So my father wanted a website for his pub, Which i done and comleted a while back, but as my skills improved and i met a designer that has been giving me advice on how to improve me understanding of the word design, i remade the website and produced this: The Pub So what do you guys think? Things left to do: Favicon Contact page Gallery Logo I would of loved it if we served food because it would another dimension to the website and could possible add alot more interesting items to the website, so im currently on the look out for a pub that servers food i can see what i am able to do with it. Thanks for all the feedback to come Ben
  8. Didnt know 1.4 was released was more on 1.3, but still same thing and there's plugins i use that use 1.3.x like form validation and image scrollers. and that post was very interesting, thanks for the tip +1
  9. Ive tried it with the latest Jquery build and it doesnt work, Sorry i didnt make it clear in the original post. So how would i go about tweaking the facebox code to make it work under the newest builds? I'm still very new to jquery so i don't know where to start. Ben
  10. So im playing around with the Facebox plugin and its built on jquery 1.2.1 as i recall, not at home at the moment, How would i go about updating it to 1.3.1 or 1.3.2 jquery? Many Thanks ben.
  11. irn3rd replied to irn3rd's topic in Server Side
    I have to take age into consideration a bit more due to the fidelity of the website. so i need something there, and i wasn't going to use the javascript version due to it being able to be turned off client side. I'm currently using the year month date method atm and ill most probably use an age calculator from another script in the thread to output a subtle warning to the user if they dont put the right age in. tbh with it being an question and answer website, you can be under 18 as well so
  12. irn3rd replied to irn3rd's topic in Server Side
    Thanks for all your replies, was much appreciated, and i see where your coming from about the annoyance part of it. Ill try out some of the methods described and choose that works best. Many thanks, Ben
  13. irn3rd posted a topic in Server Side
    Hello all, So i'm making a website for my mate, its going to have some adult content on there, but not explicit content(no nudity) just questions and descriptions of stuff and was wondering how i go about an age limiter on registration. like if your not over 18 then you wont be registered. i know it isnt full proof as people can lie about their age. but its something id like to look into, ive seen it can be done with php or mysql, but id rather php. Anyone know of any tutorials or scripts i could look at? Ben.
  14. irn3rd posted a topic in Web Browsers
    So, who is using it? firefox 4 beta 1 or 2, should be 2 now. Thoughts so far? and what you think of the UI change?
  15. Sorted, Thanks for your help +1 Ben
  16. Might be the way that i've coded it, would you be able to give me an example of on how to use header properly? It's been removed thus still getting the error. Most probably something really silly im missing. thanks ben
  17. Hello all, So i recently decided to get back into PHP and i thought a Q&A site would be simple enough to start off with, so i decided to build it in procedural PHP first, then once its working with minimal security flaws and bugs i'll build it into OOP PHP. So start off with procedural and the login system. which is all working fine and dandy, but when i log in, i get the error below, and the page doesn't redirect. Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home125/sub004/sc69689-QJBX/bencleverly.co.uk/qa/login.php:1) in /mounted-storage/home125/sub004/sc69689-QJBX/bencleverly.co.uk/qa/login.php on line 154 Line 1 of login.php: <?php include("inc/config.php");?> contents of config.php: <?php ini_set('display_errors', 1); ini_set('error_reporting', E_ALL); DEFINE ('dbhost',''); DEFINE ('dbuser',''); DEFINE ('dbpass',''); DEFINE ('dbname',''); DEFINE ('sitename','Question and Answer'); //ob ob_start(); ob_flush(); //session if(!session_id()){@session_start();} $dbc = mysqli_connect (dbhost, dbuser, dbpass, dbname) or die ('Could not connect to database: ' . mysqli_connect_error()); ?> Line 154 of login.php: header("Location:index.php"); //refresh Ive read up online that it can be cause by spaces before and after php opening and closing tags. ive checked them in my php files but all seems fine. Any ideas? most probably plain and simple to be honest Thanks in advance for any advice, Anyways to improve the script as well will be helpful Ben
  18. Hello all, not posted in a while, but this is too big not to post. If you use McAfee Antivirus, its time to swap your anti virus, especially if you are on XP. This Link will explain more.My link Wonder how microsoft are going to take this? Im glad i use Avast. Why pay for software when they do this to your computers? Ben
  19. Hello all, I'm buying these books, PHP OOP My link jQuery My link Has anyone used these books before, or can anyone suggest better ones, would like recent ones so they are up to date. many thanks Ben
  20. irn3rd replied to dangerous365's topic in Frontend
    I can confirm i get the error as well, having a play around with it now to see if i can figure anything out. Bottom to boxes/links just refresh the page and put all the links in a row vertically down the page, when you click anywhere else on the screen, it goes back to normal. I'll see if i can do anything. Ben
  21. irn3rd replied to irn3rd's topic in Server Side
    I'm struggling in applying it, I understand basics of how it works, as i have only just started, more i do it more i'll learn obviously. But with a project i have, i have a process file( all different functions and process to do) Its converting that into OOP, i know all the functions and processes in the file will be separated into their own classes, its just implementing it. so i'm struggling with applying it an all sense. And yeah i got my .htaccess working a charm now, posted in the thread.. Owe you one Ben Thanks for your detailed explanation Jay, It's cleared a few things up, will have to read through it a few times to understand it completely, as i haven't slept in over 18 hours so bit tired, more i read more i'll learn, I'm subbed to someone on youtube who is doing tutorials atm so i'm learning a bit from him. I'll look into tutorialized more, And don't worry mate its not wasted time, its knowledge passed on from one to another, and wont be forgotten Just wish there was something i could do for people that help me in my learning. Damn college teaching procedural to me, damn them. Many thanks so far all much ablidged! Ben
  22. irn3rd replied to irn3rd's topic in Server Side
    PERFECT, Owe you one mate Should realised that from my portfolio page really... oh well ive learnt something, cheers buddy
  23. Right, Really struggling moving over to OOP style of programming, Any tips or pointers? Much appreciated. Ben
  24. irn3rd replied to irn3rd's topic in Server Side
    thanks for the explanation, makes it easier to understand. your example worked, but when the site loaded, no images were displayed and any subdirectory i tried going to wouldn't work and kept redirecting me to the homepage. I'll keep having a play around with it.
  25. irn3rd replied to irn3rd's topic in Server Side
    Superb that worked... but... My link Never happened last time :S Any idea what may have caused this? And its not leting me view my sub directories now.

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.