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.

Mclicky

Members
  • Joined

  • Last visited

  1. Hi there. I have got myself into a bit of a pickle! My live site here. Great, works lovely. However, i have a list of other domains that I need to forward to this live site. All of the domains are in a Cpanel in 1and1.co.uk. I am using their forwarding tool to create the forwarding to the live site. When doing a 301 checker it is showing a 302 temp redirect, which is not what I need. It needs to be a 301, as these URL's were used with last years 09 URL. I have spoken wtih 1and1 on numerous occasions, and as usual they havent managed to help. They are suggesting I create a 301 redirect in my htaccess.. but how can i create a htaccess for a domain name that doesnt have hosting?? Hope I've made it clear. I need to resolve this asap as the old domains are showing up in google.. Thanks, Mark
  2. All of the jquery is doing something somewhere across the site, the UI is for the tabs and other bits and bobs.. its a shame really! I have minified some of the js files but this will only take fractions off the load time! Unfortunatly the google web-font api was released after the dev of this site was 90% complete.
  3. awesome, thanks for that! Looks like minify uses PHP, we are .net based here, which is a shame.
  4. How do i go about combinging jquery plugins? if i put two in the same page (same stacking order) they break. Thanks.
  5. I have combined the majority of the css files into one now (on the local server) I have also replaced the twitter feed, which seesm to have made a difference too. I will look into IIS and expires headers etc..) I am using YSlow, but how did you find the time in ms it took to load, in your previous post. I will combine some of the JS files too and see what that makes. Not sure we can do Gzipping, not sure our serve ris set up for it, i think its needs configuring in IIS too. Thanks BTW!
  6. Thanks for the help. I am running Yslow, i scores an E! Recommends me to use a CDN with isnt really an option. I may look into another twitter feed then, this seems to be a major issue. The annoying thing is the delay for the cufon to load, you see a jump in the page and the fonts change.
  7. Is the cufon being implemented incorrectly or can anyone else see any other issues? Its been slow for a long time and it due to go live soon would be be great to solve it. link here Thanks in advance for any help, it would be greatly appreciated.
  8. im not a massive php guru.. but id say using php would be your best bet. Set the cookie on first visit and check to see if the cookie is tere.. if so redirect the page. this might help.. im sure someone can provide a clearer explanation than me. http://php.net/manual/en/function.setcookie.php
  9. Sometimes when i have having issues trying to find css declarations. i.e in your case the black text i just open the css file and Ctrl + F the search for #000 or #000000 or black.
  10.    Tamizhan reacted to a post in a topic: JQuery
  11. Theres lots of information on how to use jquery, and more importantly how it works here You will need to link to the jquery library and link to the jquery plugin, follow specific instructions on the jqyery,cycle plugin homepage. the most basic setup here: <!DOCTYPE html> <html> <head> <title>JQuery Cycle Plugin - Basic Demo</title> <style type="text/css"> .slideshow { height: 232px; width: 232px; margin: auto } .slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; } </style> <!-- include jQuery library --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <!-- include Cycle plugin --> <script type="text/javascript" src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.2.72.js"></script> <script type="text/javascript"> $(document).ready(function() { $('.slideshow').cycle({ fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc... }); }); </script> </head> <body> <div class="slideshow"> <img src="http://cloud.github.com/downloads/malsup/cycle/beach1.jpg" width="200" height="200" /> <img src="http://cloud.github.com/downloads/malsup/cycle/beach2.jpg" width="200" height="200" /> <img src="http://cloud.github.com/downloads/malsup/cycle/beach3.jpg" width="200" height="200" /> <img src="http://cloud.github.com/downloads/malsup/cycle/beach4.jpg" width="200" height="200" /> <img src="http://cloud.github.com/downloads/malsup/cycle/beach5.jpg" width="200" height="200" /> </div> </body> </html> I would strongly suggest reading the tuts on the jquery site though and not just copy/paste code.
  12. Mclicky replied to Tamizhan's topic in Frontend
    It's caled the scrollTo plugin for jquery. more info
  13. This is another method, can quite commonly be found as <br class="clear"/> .clear { clear:both; } To keep inline css out of the markup. Same result as above really.
  14. Mclicky replied to tom taila's topic in Frontend
    you can use ajax to retrieve data from a database, or data from any source really, i.e html files without a page refresh/postback. This is just one of many functions it is capable of.
  15. in that case, i wouldnt use flash. Use a jQuery plugin called jQuery cycle, jQuery is a javascript library. more info here: http://jquery.malsup.com/cycle/ Its very simple and easy to implement with many options.
  16. a little trick that you do is to apply overflow:hidden on the container div. Or you could float the UL left which would work.

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.