Skip to content

BucketPress

  • About

Uncategorized

Responsive / Adaptive CSS

April 25, 2011 by Kevin

Neat way to load required css based on device screen width, instead of using media queries or loading all css: Nathan Smith shows how at adapt.960.gs.

Publicise

  • Email
  • Facebook
  • Twitter
  • Pinterest
  • Tumblr
Categories Uncategorized Tags css, responsive design Leave a comment

Using a proxy file to load content from external url

April 15, 2011 by Kevin

/* proxy.php */ <?php echo file_get_contents($_GET[‘url’]);?> then, assuming that you place proxy.php in the same directory of the html page: $(“#content”).load(‘proxy.php?url=http://example.com’);

Publicise

  • Email
  • Facebook
  • Twitter
  • Pinterest
  • Tumblr
Categories Uncategorized Tags jquery, php Leave a comment

Upgrading MySQL databases on MySQL 5.5

April 1, 2011 by Kevin

These are steps I went through to upgrade my databases after installing MySQL 5.5 from 5.1 on windows. Presuming that c:\mysql is the installation path of MySQL on windows, at command prompt: C:\> cd c:\mysql C:\MYSQL> bin\mysql_upgrade -p Enter MySQL server password when it prompts: Enter password: That’s it.

Publicise

  • Email
  • Facebook
  • Twitter
  • Pinterest
  • Tumblr
Categories Uncategorized Tags MySQL Leave a comment

Bookmarks, Tabs and Sessions

April 27, 2011March 29, 2011 by Kevin

Update: This idea wouldn’t work well for now because I realised that at startup, Firefox still tries to load all tabs, and even those hidden in Panorama. I’ve been using Firefox 4 for the past week, and the experience has been great so far. One thing I realised about the tabs is that it seems … Read more

Publicise

  • Email
  • Facebook
  • Twitter
  • Pinterest
  • Tumblr
Categories Uncategorized Tags browsers, firefox Leave a comment
No comments to show.
© 2023 Bucket Press