Search results

  1. jdunhin

    Replace WordPress Howdy with something else

    Hi, hope this little code help someone. I did not test it on all Wordpress Versions but it works on the latest one. function goodbye_howdy ( $wp_admin_bar ) { $avatar = get_avatar( get_current_user_id(), 16 ); if ( ! $wp_admin_bar->get_node( 'my-account' ) ) return...
  2. jdunhin

    How to Convert WordPress to Mobile App

    I use jetpack. One of the modules in the plugin convert your site to display nice on mobile devices.
  3. jdunhin

    Apache or nginx

    Apache or nginx? It sound like nginx is taking over on the servers. Is it really faster?
  4. jdunhin

    Corel Draw vs Photoshop ?

    Photoshop:) because I started with it and difficult to change to Coral or Indesign. I think Photoshop and Fireworks is good enough for Web design.
  5. jdunhin

    Hide entry-title on home page

    Simple tip for Wordpress beginners. How to hide the title on a Wordpress Home Page: CSS: .home .entry-title { display: none; }
  6. jdunhin

    WordPress 3.6

    I think more user friendly. They are already but they want to make it more. Some security an login improvements I hope :)
  7. jdunhin

    Guidelines for testing a web site

    If you go Wordpress then you must lookout for a good theme that all browsers support. Wordpress handle all the development problems.
  8. 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.
  9. 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(){...
  10. 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" ...
  11. 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?
  12. 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).
  13. 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!
  14. 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.
  15. 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...
  16. 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.
  17. 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.
  18. 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.
  19. 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 functions you...
  20. 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!
Top