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
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 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 […]

Categories
How-to iPhone Tricks

How to make iPhone ringtone for free by yourself

Bought an iPhone and have no idea how to make personal ringtones? Wish to have your ringtone from previous phone? Or just don’t want to pay Apple for ringtone? No problem. Actually adding your ringtone to iPhone is really easy. It should be a file with .m4r extention which is actually .m4a file. So just […]

Categories
How-to Magento Tricks

How to make Magento’s checkout in a one page

Dealing with Magento we’ve noticed there’s with 6 steps checkout. Magento is not very flexible to customize so 1 step there’s 1 step checkout plugins you can buy for this. Here’s what I’ve found about that. Basicaly a page can be shown in Magento using simple Core_Template type. Basically all code is set inside the […]

Categories
How-to Tricks

How to Override Inline CSS Styles

css_logo_medium

One of the most powerful features of CSS is the cascading. Knowing how a browser chooses and applies your styles is invaluable knowledge. Novices can find it especially confusing given that style use is influenced by the method used to include the CSS, the order of the rules, how the selectors are specified, and special declarations such as !important.