Search results

  1. N

    RGB Logo to CMYK

    The printer will be able to convert your file to CMYK but there is a reason they are alerting you ahead of time. It will be duller then you might be expecting - screen vs paper.
  2. N

    when use iframe nagivation don't work..

    Perhaps you have already resolved the issue but it seems to work now. At least it did for me, tested with Chrome Version 33.0.1750.29
  3. N

    htaccess file

    .htaccess is a beautiful thing and extremely powerful so +1 for making a backup. Found some on hostgator which might help. http://blog.hostgator.com/2013/03/26/7-ways-to-speed-up-your-website/ - specifically #6 Turn on Gzip compression. Feeling the speed difference is sometimes not as noticeable...
  4. N

    Can anyone tell me What font is this ?

    The font is called Satisfaction. Found a link to a free download. Enjoy. http://www.fontpalace.com/font-download/Satisfaction/
  5. N

    Image roll overs?

    Easiest way to make an image map is to use an online tool. Tons available but I have used www.image-maps.com before.
  6. N

    The Easiest way to make a small fortune with AMAZON- Open Journal

    Great thread with a lot of valuable content, really appreciate the detailed advice from OP and contributions from everyone else. For those of us who haven't dabbled with amazon before its very inspiring. Can't wait to get to a terminal and start my keyword research! Sent from my SGH-I747M using...
  7. N

    Two domains, one wordpress, two themes

    Yes I believe it would be possible although awkward as far as analytics tracking is involved. If you where to use the function switch_theme; as well as some conditional statements I think it could work. Reference: http://codex.wordpress.org/Function_Reference/switch_theme
  8. N

    fullscreen image theme/plugin for wordpress?

    I would search themeforest for a landing page - "Landing Soon" looked nice and meets your criteria of fullscreen + email collection; out of the box. Good luck with your project.
  9. N

    Templates for payday loan flyers?

    Most of the time the affiliates will already have pre-approved designs for you just waiting for your domain/number. As stated above graphicriver is a good resource but also images.google just search for what your looking for and you would be surprised what shows up. Good luck.
  10. N

    clone a website cost?

    Good question - depends on how much money I think you have available for the project. ;) Seriously though really does depend on what functionality you would like to keep ...forums, members area? What platform would you like? HTML/Wordpress/Drupal/Joomla? Factors are a plenty but for 15k and I...
  11. N

    Looking For A Theme Like Google Think

    Aerogram - on Themeforest looks similar but not identical since its only 2 columns. It's really the widescreen slider which makes the google site pop so I would just find nice 3 column which meets your needs and add the slider. Slider at first glance appears to be from flexslider:woothemes.
  12. N

    ADVICE AND HELP WITH NEW WEBSITE AND TEMPLATE PLEASE (host gator baby plan)

    You are making up to $2/day on youtube... good for you but how is that relevant? 28372 looks like a fine template but if you don't want to pay for it then look on themeforest for something similar since they are cheaper and more readily "available" online. WP & HostGator sounds great combo and...
  13. N

    Making a wordle on Photoshop

    This might be a little late but just incase ~ my solution is to copy your word list into a site called wordle. http://www.wordle.net/create This will create the basic wordle for you and there are some options to play around with it online. Now to get a workable file you just print the creation...
  14. N

    Cannot find image file on WP

    That thin light grey line is part of the menu background image. #wrapper-navigation { background-image:url(http://wp-avenue.themesector.com/wp-content/themes/Avenue/images/navigation-bg.jpg); background-position:initial initial; background-repeat:no-repeat no-repeat; height:50px; }...
  15. N

    slimwaistnow.com

    It wouldn't be a useless post if you share your findings. What is the name of the plugin? Did it allow you to add the html code from your sample page or did you have to work within the parameters of the plugin? That squeeze page looks great by the way.
  16. N

    Javascript Redirect new tab

    I would be very surprised to find out that TPB didn't use a 301 redirect for their domain change .org --> .se
  17. N

    Exit popup script help

    What you want the pop up script to do is exactly what it should be doing. If you don't mind it would be easier to help figure out the issue if you post a link.
  18. N

    Nayway to convert NON WP database to Wordpress?

    That shouldn't be a problem if you are comfortable working with your database files. (backup first pls) Here is some info from wordpress as well as some plugins to help codex.wordpress.org/Importing_Content I would use a test server and work with backups, just incase. Alternatively just cut...
  19. N

    [HelP]Need some Help With Jquery

    I found this image grid jQuery plugin for you. tympanus.net/codrops/2012/08/02/animated-responsive-image-grid/ Simply add your link to the image you want in the html: <li><a href="link"><img src="/images/medium/1.jpg"/></a></li> If you do/don't want to give the user the ability to click on...
  20. N

    When To Code And When Not To?

    If you want to "fake it til u make it" then your best friend = Google. As far as what to focus on in the beginning - I think it's pretty universal HTML, CSS, JS (jQuery) and PHP for WordPress. With regards to your minimum standard list: How to use most of the prebuilt solutions Prebuilt? If...
Back
Top