Recent content by sidera

  1. sidera

    Wordpress holding page??

    there are a few free themes just for that: http://wpmu.org/15-free-coming-soon-themes-and-plugins-for-wordpress/
  2. sidera

    How to add Wordpress pages to page footer?

    if you have a file named functions.php in your theme folder; open it with a text editor and paste these lines : register_nav_menu( 'footer-menu', __( 'Footer menu' ) ); wp_nav_menu( array( 'theme_location' => 'footer-menu' ) ); otherwise create the file functions.php, then copy/paste...
  3. sidera

    Looking for reliable online file sharing

    take a look at Amazon S3, that's what dropbox uses under the hood
  4. sidera

    Google Analytics

    shpangle is probably correct. you should be using the new asynchronous script that does not impact page load times. If you're on WordPress, the only GA plugin that has it is "Google Analytics For WordPress" by Yoast
  5. sidera

    How do I stop non-UK access to site?

    I wrote an article about WP security : http://sideradesign.com/2010/12/06/wordpress-security/ also check out this post : http://digwp.com/2009/11/how-to-secure-your-new-wordpress-installation/ which explains the IP address restriction. You'll have to look up your IP address at whatismyip.com
  6. sidera

    Is Wordpress becoming too much of a target

    Interesting discussion. WordPress is obviously making great efforts in making their software more secure. Have you watched the interview with Matt on "The Big Web Show"? It is however true that there are many sites out there that are not being maintained, and are outdated and have big security...
  7. sidera

    IE6 Testing

    Why not serve IE6 users the universal IE stylesheet? http://forabeautifulweb.com/blog/about/universal_internet_explorer_6_css/
  8. sidera

    How to convert .avi to .wmv videos

    check out http://zamzar.com/ it converts all sorts of file formats
  9. sidera

    google webmaster and multiple sites

    For questions related to SEO best practices, I suggest reading Google's own SEO guide :http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=35291 any other theories would be pure speculation, as the algorithms are Google's best kept secret. anyway, I don't think this is...
  10. sidera

    Client Management Systems

    how about the zoho CRM? https://www.zoho.com/
  11. sidera

    Wordpress directory extension to handle subscription and payment gateway integration

    there are some directory plugins and themes : http://www.directorypress.net/ or you can get a WP dev to code it using custom post types and with the gravity forms plugin and paypal.
  12. sidera

    Wordpress navigation bar

    If you're using the new Menus functionality of WP 3.0, you can add a custom link and for the instead of a URL use a # (pound sign)
  13. sidera

    Website maintenance service

    is your site WordPress?
  14. sidera

    AVG Update Cripples Windows 7 64bit Systems

    I suggest using Avira Antivir instead http://www.free-av.com/
  15. sidera

    Live Chat on Website

    you can embed Google Talk on your site as well