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.

Adamoverload

Members
  • Joined

  • Last visited

Everything posted by Adamoverload

  1. I have to get the JQuery selectors for the infinite scroll plugin, but im not sure if I have the right ones, could someone please list the selectors for me. http://www.noisic.co.uk/windex.php - Site http://www.infinite-scroll.com - plugin site I need 4 selectors and ive tried many combinations with no luck. Thanks, Adam
  2. Hey, So i've had this undergoing for many months now, always found other things to do, Need honest opinions on this layout: https://forrst-production.s3.amazonaws.com/posts/snaps/108887/original.png?1316350144 Any C&C is welcomed, Cheers, Adam
  3. Hey, can anyone enlighten me why I have this error: It only seems to happen when i add the condition column into the query. This is the only problem, when I remove it the update query works fine without any errors. Any chance someone knows were I'm going wrong? Thanks, Adam
  4. Im an other. Im a fulltime student so I get a student loan and help aid it with Freelance work for local Web Development companies and some online projects.
  5. http://www.adammkelly.com
  6. So i know HTML, CSS, PHP, some JS and jQuery. I recently downloaded the Android SDK and Eclipse to begin Java development. I greatly appreciated knowing PHP prior to starting this as it gave me a massive boost in understanding Java that bit better than someone brand new to programming. If your really interested but dont know were to start simply go to youtube and enter "thenewboston android development 1" that guy does a series of 200 tutorials also for iOS if you prefer it. Hopefully that will atleast give you a starting point, but its good if you already know IF's, Else's and switch/case before starting and understand the concept of OOP.
  7. I think an idea could be to first access posted jobs you must have a certain number of posts, but to post a job i think that shouldn't be restricted at all. But to counter the spamming etc and automated messages, have a strike system. Where admins can add strikes to the account and other 'trusted' members can report potential auto responders? Failing that, Make me a mod for the forum and ill gladly sort it out everyday!
  8. Hey all, So i recently learnt how to develop Android apps, which was a challege but its been a while since i had such a challege so i really enjoyed it. Are there any apps that the IPhone has that Androids do not? Or an Android app that really could do with a new app that does the same thing but makes it a lot easier or user friendly? Please if you could all gimme a few ideas, i would love it! Thanks, Adam
  9. Hey i need a query that searches a column called status for only 'Quote Sent' and 'Item posted' but my current query isn't working: $query = " SELECT * FROM `table` WHERE (`status` = 'Quote Sent' OR `status` = 'Item Posted') ORDER BY `posted` DESC; "; Anyone can help me with this? Thanks, Adam
  10. I've only recently started to get some nice work as a full time student and freelance developer. Trying my hardest to get contracts with local web development firms. I work from my bedroom but as most of you say you get into gear early in the morning. I find that I'm most productive when my mum goes to bed about 10pm right through until 3AM. I work during the day as well but its one of them moods were i flick through youtube for abit, forrst, WDF etc etc. So i never really get much productivity. I also notice that Trance music for me makes me work away, but from time to time ill listen to some Rock to get me working fast. ATM I am not looking for an office and I don't think I will until i graduate and at that point i may just wanna work for an agency to leave the hassle of finding customers and the whole idea of steady weekly income. I know the likes of PandaDoodle etc on this forum have very comfortable salaries on their own but I would prefer to work somewhere were I 100% will get a cheque at the end of the month and also, most freelancers on here seem to think company work first off is good for contacts etc. Adam
  11. 14 of the finest irish potatos money has to buy.
  12. Adamoverload posted a topic in Server Side
    Hey lads, having abit of trouble with a cron job. Keep getting errors when i use Unlink, it is excuted in a while as the paths are stored in a DB. I know the file exisits, do i need a full path? here is the errors: Warning: unlink(uploads/MIC_5617swp1.jpg): No such file or directory in /home2/buyit/public_html/cron.php on line 72 Warning: unlink(uploads/P11105431.jpg): No such file or directory in /home2/buyit/public_html/cron.php on line 72 Warning: unlink(uploads/littlebrowndogrunning.jpg): No such file or directory in /home2/buyit/public_html/cron.php on line 72 Warning: unlink(uploads/disney.jpg): No such file or directory in /home2/buyit/public_html/cron.php on line 72 Thanks in advance, Adam
  13. Pretty sure it will be using an API such as Google Maps which you'll have to look into. Then some form of a cost algorithm to estimate the fare.
  14. reminds me of minecraft a lot
  15. Not sure, ill email him and ask if he can tell me/ sort it, but any ideas on what sort of limit i should be roughly setting? Adam
  16. Host is a personal friend Jay, so might be able to swing it Hes give me a reseller, can i change it from that? or does he require to change it from root? any idea what sort of limit i need to set it to? Adam
  17. Hey Guys, So after sorting the css errors, im now around to the submitting of ads for this new site. The site idea is first step you choose Plan type eg: free/Paid and also the category you want the advert to appear in. Then they may submit photos with their adverts then submit it for approval. Im issue is everytime i try and upload a big image to the site i get this error: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 20000 bytes) in /home2/adamk/public_html/phpimage/imageclass.php on line 358 The scripts purpose is up load, resize the image and then save it to the server. Problem is though, big images it gives this error but still uploads it at max size(doesnt resize). The big image ive been testing it with is 5000 x 3500px - 2.28MB Imageclass.php: http://pastebin.com/Fp7SzPN3 Uploader.php: http://pastebin.com/9T3Xv6Li Any help would be appreciated Adam.
  18. Its a free project, Charity work, so yep its always good
  19. I sorted it Zed your a legend.
  20. Dont they need to be run in the head tags tho?
  21. Its index.php then i insert new content by ?page=page includes. Is there anyway i can make it so the JS only loads when i include a certain page?
  22. Adamoverload posted a topic in Frontend
    Hey, Been working for this for hours and its seriously P****** me off. Ive made the Div that the advert sections are meant to go in to. You can see it works fine on http://adammkelly.com/buyitsellit/ But as soon as i try to use it with the advery section it messes up here: http://adammkelly.com/buyitsellit/?page=catlist&catid=2 As you can see on the advert page the footer is over the content as the advert sections are not in the black div. Anyone know whats up? Adam.
  23. Good man Zed, just what i was looking!
  24. Adamoverload posted a topic in Frontend
    Hey guys, See the attached photo, what im looking to do is have any columns which may be shorter than the column directly above it to go to the bottom of that div. An example is i want div #4 to go under the div #1 instead of the bottom of columns #2 #3. Thanks in advance, Adam
  25. What ecommerce are you using?

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.