Search results

  1. jdunhin

    Consult about buying web hosting ?

    I used to host at Hostgator but I moved to local hosting instead. More speed and easier support. I loved Hostgator and they provided good support, but it is not local for me.
  2. jdunhin

    How to Convert a Facebook Profile to a Business Page ?

    I had the same problem. You can not convert it. You must ask the members to like your page and not the profile. This is so frustrating!! I can give you more support and help on how to ask the members.
  3. jdunhin

    Input field Javascript

    Show one fields value in another input text field. HTML: <input type="text" id="name" > <input type="text" id="name2" > Javascript: <script src="http://code.jquery.com/jquery-1.5.js" type="text/javascript"> <script type="text/javascript"> $(function(){ $("#name").change(function(){...
  4. jdunhin

    Create a php page-template

    Want to share some code that I used in my new Wordpress plugin. Maybe you can get something out of it. It is about creating a page-template.php and insert the necessary code in that page to make it one of the templates to use on a page. Create page: <?php $FileName = "example.php" ...
  5. jdunhin

    what do you think of WPMUDev

    I just renew my membership at WPMU Dev (http://premium.wpmudev.org/). But it is expensive! Do you have a positive or negative experience of them?
  6. jdunhin

    Importance of Website Content ?

    Good articles and regular posting are great for SEO. If you publish something on Wordpress then it ping all the necessary sites to show you have an update on your site. If you can get comments on that articles then that is great!
  7. jdunhin

    Wordpress Multisite Wildcard domains

    Do you also struggle with Hosting providers to setup Wildcard domains? Wildcard domains is for your Wordpress Multisite sub domains to show like this: name.dunhin.co.za. I do not like sub directories(dunhin.co.za/name).
  8. jdunhin

    What are the advantages of internet marketing?

    For me it is to work from home, LOL. But I must add it is not a "sit back and relax" job. It is hard work!
  9. jdunhin

    How can I increase Google Page Rank?

    This is very true and may I add LINKS from different websites with at least Page Rank 1.
  10. jdunhin

    iPhone 5 vs Samsung Galaxy S3, which should I buy?

    It depends. Apple is a closed system and Android not. If you have an iPad, iMac or any kind of apple product then syncing between them is easier. I like Apple so i would go for iphone and have other apple devices.
  11. jdunhin

    Thethe-image-slider and WPML

    I found a solution for thethe-image-slider image slider to work with WPML translation. Edit thethe-image-slider.php replace $nPostID = get_the_ID(); with: //$nPostID = get_the_ID(); if(get_the_title()==$name){ $nPostID = get_the_ID(); } I think the same solution is somewhere on their...
  12. jdunhin

    PayFast

    Yes, Whoothemes and some other plugins support payfast. They are fast growing to be the number 1 payment gateway in SA.
  13. jdunhin

    How do you sell a domain without a broker?

    I got the same problem but I found WebBroker(my domain) to help people to advertise domains or websites. i also like arul5 idea.
  14. jdunhin

    PayFast

    I'm in South Africa and discovered PayFast.co.za for us. What the rest of the world don't realized is that South Africa have a big online market. So please make this gateway part of your e commerce site if possible.
  15. jdunhin

    WP Super Cache vs W3 Total Cache, Which is better ?

    WP Super Cache update more than W3 Total Cache. But it depends what your hosting provider prefer. I know most providers give the settings for the cache plugins. I personally like W3 Total Cache but my host gave me settings for WP Super Cache.
  16. jdunhin

    Why Did you Start Blogging

    I think everyone must start a blog if you want to be in the internet game. Blogs can be a good experience what the web is about. It also discipline you to write articles daily or weekly. Also good place to experiment on a website.
  17. jdunhin

    Which online business is the best ?

    I think by selling things. If you can program then selling plugins or themes and support. The thing is you must be able to spend time to make something work.
  18. jdunhin

    Top list of the best plugins and must have in Wordpress ?

    On my blog. WORDPRESS 2013 Remember some of the plugins need more plugins to bring out the most out of that plugin. Akismet – Spam Blubrry PowerPress – Podcast Dave’s WordPress Live Search- Make your search more Advanced Gravity Forms- Build forms Jetpack by WordPress.com- Load of...
  19. jdunhin

    Why Web Design is more Responsive

    I wrote an article about this kind of topic at my work. We where between Apple and Android APP's budget. And I realized that going responsive is allot cheaper than a single App. Thank for sharing your bullet points to us!
  20. jdunhin

    Which language is best for coding?

    So it is for websites? Are your websites in PHP or ASP? There are no bad languages it just depend on your experience in a Language.
Top