Categories
How-to

SVN to Git migration

SVN was a good enough version control system (VCS) and sometimes even a synonym for VCS in everyday talks. However, technologies change and the way of developing computer software as well, in my opinion, SVN became some kind of “disturbing” or “breaking” thing in development process. It’s slow, centralized and linear. I mean it’s really […]

Categories
How-to Mac Tricks

OS X Screensaver lock problem or Hard reset Mac every day

This have been the most annoying problem for me. I’m using Snow Leopard 10.6, but according to bug reports, it exists since Tiger 10.4.

Categories
Magento

Delete test orders from Magento 1.5.x/1.4.x

So you have a Magento project, created a new theme, added products and categories, and made a few orders for testing of delivery and payment. You made sure that everything works fine and the client is ready to launch your site developed. But you still see weird orders in admin panel. Client says they must […]

Categories
Infographics

Which CMS to choose, WordPress, Drupal or Joomla? [INFOGRAPHICS]

Wich open source backend platform will suit your needs? With a wealth of open-source CMS platforms available, it’s imperative to do your homework before you select one to use on your site. We have decided to take a microscope to three of the web’s most popular open-source platforms – and there is a good reason […]

Categories
Android How-to Tricks

Can’t find and install Skype (or another app) in Android Market?

I came across this issue few months ago when I bought an Android phone (HTC Wildfire) and of course I needed Skype to be there as I’m using it at work. I was aware that Skype team already released an updated Skype for Android app that supports low-resolution displays (320×240 in this case) and my […]

Categories
How-to

Switch to self-hosted private git easily

Don’t like plans on github or had enough with downtimes on services like that, it’s not enough space provided by git hosting service? No problem! Switch to self-hosted git then, it’s quick and easy, you will still be able to track changes etc in console or via GUI of your git client, or you can […]

Categories
How-to Videos

Do everything quick

Liked few videos on YouTube that will probably help to do at least one thing faster.

Categories
How-to Mac Tricks

Xerox Phaser 3117 drivers for Mac OS X

If you have a nice GDI printer Xerox Phaser 3117, you will wonder there’s no driver for Mac OS X and Xerox website says this printer is not supported in Mac OS X 10.6. As you know Mac OS X uses Apple’s developed CUPS (Common UNIX Printing System), so I’ve been used this printer on […]

Categories
How-to Tricks Wordpress

Remove unused shortcodes from post content

If you have installed some plugin that adds shortcodes like [shortcode id=1] (for example [nggallery id=4], [tweeetmeme id=4 section=Name] etc), one you remove that, this pieces of text will appear in your post content unprocessed (just appear like they are in backend). WordPress has it’s own Shortcode API, so managing them is very easy. So […]

Categories
How-to Tricks Wordpress

Changing post count on home page in WordPress template

Some professional WordPress websites usually have custom post roll layout and different post count on homepage. So this means when you go to second page of post roll you should’t see repeating items as a consequence of another post count than set in ‘Blog pages show at most’ setting in Reading section of Settings in […]