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.

Gibson

Privileged
  • Joined

  • Last visited

  1. Have you checked that $_GET['category'] is actually returning something?
  2. If you replace Photoshop with Fireworks, you'd be more on the right track. Fireworks is for Web/Screen Design. Photoshop is for image manipulation. Not to say Photoshop isn't excellent but the correct tool made by Adobe for Web Design is actually Fireworks.
  3. Well in my experience the lower down IT guys in the last company I worked for just kind of took an interest. Become familiar with building and fixing PC's and Microshaft software, And Citrix, Sharepoint, that kind of thing. Servers. These guys came in with a rough understanding and were kind of trained on the job or handed a manual and some time to work it out, so if you're lucky you'll get a company taking on "juniors" where you could do this. If you take on this stuff as a semi-hobby, you'll eventually know just about enough to get you in as a junior, same as you can do in Web Design. Then hopefully you learn on the job under your own steam and also have seniors that can teach you a few things. Oh and get used to taking 3 hours for the person you're trying to help suddenly discovering they've typed their password in wrong. Or not switched a plug socket on. And get used to kicking things. That sometimes helps.
  4. Gibson replied to RNR's topic in Graphic Design Forum
    I'd have the spacing inbetween the close and far apart spacings you've done. Also, on last design, letters too close to edge of circle. Make circle slightly bigger. Anyone else noticed that on the last one, you get a slight optical illusion of the text fish-eyeing slightly?
  5. If you make the menu 100% wide, then make the <li>items inline-block, and margin: auto; that's usually where I start for centered menus. You might have to play around with things like width: auto; for them as well maybe a text-align:center on the 100% width <ul>, that type of thing.
  6. I prefer a good lightweight IDE like Netbeans, for the reasons given above.
  7. One point is always use the user id, not the name. This allows multiple unique users with the same name. So you could have 5 John Smith's, but if you always refer to the id of the user rather than the name in your queries, it keeps them seperate. You probably knew that already.
  8. Along the lines of a seperate table with columns "comments" and "UserId" or whatever you want to call them which can store as many comments as you like, with the user's id that posted them alongside them. The UsersId column would then match up with the ID column in your users table. And whatever other columns you want in the comments table, like date posted, etc. Then you could write some sql queries which linked the two tables together by use of the "ID" column in both tables.
  9. Under what circumstances might they "come across your site" on google? First, they would have to type in relevant keywords which would no doubt be pretty specific. Second, your site would have to appear on page 1 or possibly 2 of google, which is pretty unlikely with all the competition, not to mention the correct keywords would have to be typed.There seems to be a certain breed of person who thinks that the first page of any search result on google is infinitely long, for some reason. Why I bother posting on this complete spam of a thread I'm now beginning to wonder...
  10. Hahahaaaa I ain't been here in a while, but glad to see you're just as on form as I remember there Rallport! I love it when this happens. Blimmin hilarious.
  11. Ah the old 5 1/4" floppies. Such as I used to play Elite from on the BBC Micro. Capacity a few hundred K or thereabouts, although it reached just over a Mb in the end if I remember right.Ah those days.... please press play on tape...
  12. Those url's have come out shortened and formatted. If they're not clear, look about halfway down "parameters" box on this page : http://codex.wordpress.org/Function_Reference/bloginfo
  13. The code is giving you the absolute url of the image. php bloginfo('template_url') + /images/banner.jpg effectively, where "bloginfo('template_url')" refers to if I remember right the base folder of your template. So if that's say "http://example/home/...ifeguard-theme" then this plus the image banner bit would equal "http://example/home/...lifeguard-theme + /images/banner.jpg" which equals http://example/home/...ages/banner.jpg - That is the url that will be parsed for your image. So looks like an images folder within your "lifeguard" theme folder within your "themes" folder. Obviously lifeguard = the theme you are working with. That was what you were asking, no?

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.