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.

ChristopherDarling

Privileged
  • Joined

  • Last visited

  1.    Renaissance-Design reacted to a post in a topic: Magento
  2. To be honest until you're very familiar with PHP (and Zend knowledge would benefit you greatly when dealing with Magento) I'd completely stay away from it for now. Depending on your budget I'd either suggest sub-contracting out the work to a developer or going for a smaller ecommerce platform (although you still probably will need to dabble with some php). Chris
  3. Hi All, A year back I did the web development of a CMS website for an agency, the client of the agency knew the work was subcontracted out to me and has recently been in touch asking if I will sign a IP assignment agreement giving them all IP rights. I've done various other similar websites within the same industry some of which the code has been reused and modified for that clients needs (i.e. they're not clones). What are your thoughts? should I sign this agreement? could it prevent me doing other similar sites in the future? Or should I keep IP rights and grant the client a license to use the website/code? Thanks in advance Chris
  4. Assembla offers free private SVN repositories and is probably the easiest of the widely known ones. There's tones of SVN tutorials out there and a great tool called TortoiseSVN for a GUI. Hope it helps Chris
  5. either remove index from the url or alter your htaccess rewrite to have index at the beginning (before home)
  6. I don't really understand what you're meaning. Any links on your site should now be using the page/home format. Not index.php?page=home. Does that answer your question?
  7. Looking at it quickly it should be rewriting page/home to ?page=home
  8. Seems to be working now? looking good!
  9. For the About 'group' to have a hover style you need to do.. #navigation ul li.navcol:hover { background:red; }
  10. Change the HTML and the CSS to the following: <div id="navigation"> <ul> <li class="navcol"> <ul> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> </ul> </li> <li class="navcol"> <ul> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> </ul> </li> <li class="navcol"> <ul> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> </ul> </li> </ul> </div> #navigation { } #navigation ul { overflow:hidden; } #navigation ul li.navcol { float:left; background: #999 url(../Images/Propeller_Nav_Background.jpg) repeat-x; font: normal 9px/13px Arial; border-left: 1px solid #fff; color: #fff; height: 125px; padding: 10px 35px 10px 25px; }
  11. Ok, you now need to update your CSS delete what you currently have and try... #navigation { } #navigation ul { overflow:hidden; } #navigation ul li { float:left; background: #999 url(../Images/Propeller_Nav_Background.jpg) repeat-x; font: normal 9px/13px Arial; border-left: 1px solid #fff; color: #fff; height: 125px; padding: 10px 35px 10px 25px; } Then go from there...
  12. That won't do what the OP is asking for.
  13. Currently you have each div with id="Navigation" each ID should be unique. To start I'd change the HTML to something like <div id="navigation"> <ul> <li> <ul> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> </ul> </li> <li> <ul> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> </ul> </li> <li> <ul> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> <li><a href="#">Link 1</a></li> </ul> </li> </ul> </div>
  14. Some browsers have support for div:hover. Your probably better off using ul/li instead of divs as quite a most browsers support li:hover. Does that help?
  15. I've used it a few times. Are you wanting to get 'todays tweets' for EVERYONE or for your account only?

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.