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.

steveking

Members
  • Joined

  • Last visited

  1. So I have recently re-kindled my love for conky, an amazing piece of software that is fully customizable! Who else uses conky for that extra bit of desktop bling? Share your conky set up! I know this is a web design forum, but this is general chat why not show off your artistic and coding abilities in this thread?
  2. Care to explain? I don't see why not? But obviously I am open to opinions, maybe you can make me see the light
  3. Ok so after selling my soul to google I got my hands on a couple of android devices and started to wander. If mozilla and their boot to gecko (Mozilla OS) can use html5 natively to speed things up etc why cant we do it on android devices? THis is when I stumbled across a launcher in the play store designed for this. So far so good, but why you might ask? Well simply put I dont know Java or objective C enough to make all the customizations I want to in android. This is where this launcher stepped in, I was set to make my own launcer built using html, css and javascript. But these guys seem to have done the work for me It isn't a perfect product, but it is a very good base to be built upon. You have customizable home screens, there is as usual a limit as to how many you can have. I currently have 3 screens set up : home, work, and play. Each one can be set as default home screen by a number of methods. You can set it to change by the wireless connection. So at work using the wifi there it will be on the work home screen (etc etc etc). Or time of day, so between 9 and 5 its on the work home screen. All in all an interesting project. You can create your own widgets quite simply just using html, so whats the catch?? Well the price is what puts alot of people off. It cost me a whopping £6 something to buy from the google play store. Also it is designed specifically for tablets, which puts the android phone users off. But as more people start to use a product like this we will start seeing more and more interesting things come along for android. Just think one day soon we may have an android device that lets you design your own UI using html, css and javascript. Imagine the possibilities! Total customization of your device the way you want it. Tis a dream Anyway rant over.... The launcher is called - Chameleon Launcher, you can go to goggle play store to buy it if you like. Or alternatively go to the xda-forums and do a search I noticed a couple of cracked versions floating about. I can't guarantee the cracked ones work 100% but always work a go. Thoughts? Anyone using? What is the general opinion on html built user interfaces on mobile devices? Is it the future or a waste of time? I know this is a web design/developer forum but this could be interesting for all operating systems. Maybe one day ios will come with a html5 interface you can customise? I think Steve Jobs would have wanted it but then again it could make him turn in his grave.....
  4. Its getting there mate, the text unfortunately looks abit standard and boring. but it works and gets the message across. Obviously you want to concentrate on the reason for the website, ie gaming. The website is a link, somewhere you can all come together and get info without having to dig around, it begs the question how fancy does it need to be? If your happy with it then I would leave it, the more time you spend making the site design perfect the less time gaming you have. Which is what Im guessing you enjoy most ?
  5. The obvious is always where you look last. You start exploring the more technical side of things as it has more chance to mess up until you realise it was something so simple. Just helped a mate do some yahoo log in thing because his developers couldnt get it working. It was real simple, the file name was wrong so yahoo couldnt verify it. Im no expert but I see the obvious very easily sometimes lol!
  6. haha thats ok mate, sometimes the simplest of solutions escape us all some time! I remember one of my first sites and I was testing it to make sure all functionality was there and was getting annoyed why the contact from wouldnt send. Rebuilt my php code 3 times to make sure there was nothing wrong. Then after 4 hours realised the php wont work and send email unless the site is on a live server lol!
  7.    webDesignerJon reacted to a post in a topic: Positioning of Background images
  8. Have you tried to use float: left; and float: right; ???? Seems the simplest way to do it then add a margin?? So: <style id = "" type = "text/css"> #valetingPanel { position: relative; float: left; width: 286px; height: 330px; background-image:url(images/p_valeting.png); } #detailPanel { position: relative; width: 286px; float: left; /*left: 300px; top: -330px;*/ height: 330px; background-image:url(images/p_detailing.png); } #carpetPanel { /**/ position: relative; width: 286px; float: right; /*left: 600px; top: -660px;*/ height: 330px; background-image:url(images/p_carpets.png); } #valetingPanel:hover, #detailPanel:hover, #carpetPanel:hover /**/ { background-position: -300px; } #panels { position: relative; left: 40px; width: 1000px; vertical-align:middle; text-align:center; }/**/ /*object#FlashID2 { position: absolute; top: -200px; }*/ </style> <div id = "panels"> <div id = "valetingPanel"> </div> <div id = "detailPanel"> </div> <div id = "carpetPanel"> </div> </div>
  9. In that case watch this space..... not too much though, I have other things I have to do first lol!
  10. So far so good! It has quite abit of bloatware on it from lenovo, but other than that is pretty good. I got the lenovo ideapad Tablet K1. The spec is reasonable, if not too good for what it will be used for, the only downside to it is the screen density isn't as good as the iPad. Uses 1240 x 786 res. We have an iPad and Samsung kicking around our office and thats what tempted me to get one. It came with a free keyboard so its a little easier to do things on and the keyboard is nice. Doesnt have the cheap feel to it, and the buttons are all nicely useable. I will be writing a review on it for my blog at some point, just got to stress test now.
  11. Ordered my lenovo tablet last night and it is here already! Very happy indeed! Anyone tried using one before? Its my first tablet and am rather excited
  12. I will be honest I think that the gap between nav bar and content box looks good, spaces it out just enough. My only critisism is that it looks a little boring. Possiblt change font/colours. Black is the right colour but too much makes it way too dark. Try mixing it up a little. It may not be the kind of site where you want nice colourful stuff but plain black is abit too boring. Mix in some grays etc...
  13. If you have an idea and you know html and css then you can pretty much do it yourself. Themes and templates are good for projects with no coding experience but why settle for something like a theme/template when you can code? Edit a template/theme or build your own thats my suggestion.
  14. No website is hack proof no matter what security measures you take. The plain fact is that if it is online it is hackable, from a base install wordpress is as secure as you can hope for. As soon as you start adding widgets, calanders, plug ins, this is where you create your loopholes for an attack to come in. The more complex you make it the more holes appear, as soon as one is found the others are quite obvious to see. Lets be honest if you dont take the correct security measures when you set up a wordpress site, you deserve to be hacked. Internet security is a big issue. It is also one that wont go away. Facebook has been hacked a number of times, and are they not simply a CMS? It goes to show no matter how much money is spent and how popular or unpopular it is it will be targeted by someone with the latest version of Backtrack and just enough knowledge to be dangerous.
  15. Not it is on my own server so download the tar.gz unzipp and install through browser I work for a hosting company so I get certain perks (like my own pizza box)

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.