iPhiend - providing the lates news of tips tricks and hacks for you iPhone. Learn the latest news about your iPhone at iPhiend. We know you are addicted to your iPhone. Become an iPhiend!
Sometimes you need to convert from one encoding to another because your application can only read certain data encoded in a certain way. NIX systems (Linux and UNIX) comes with a command line program called iconv that can be used to convert from one text encoding to another easily.
iconv -c -f ASCII -t UTF-8 [FILE_NAME] > [NEW_FILE]
Welcome to the Appfrica Code Repository! This is a space for sharing code, helping inexperienced developers learn, and contributing to projects. It's also a place to get feedback from users. To use our SVN server for hosting development versions of your projects, request access here.
Firefox saves the last 50 visited websites of a single session in memory which means that it could add up quickly if you visit lots of content filled websites. The reason behind this is that it is faster to access a already visited website if it still resides in memory instead of loading it from disk cache or from the server.
50 sites on the other hand seems a lot to me. I usually do not visit sites again that I visited a while ago - I tend to visit many different sites and only a few ones more than once daily. The fix is relatively simple. Type about:config in the Firefox address bar and search for the term:
browser.sessionhistory.max_entries
Right-click the entry, select modify from the list and change it to a lower value. I set it to 5 which works well for my surfing habits.
Well there are two links that showcase 11 and 10 fixes and hacks respectively.
Most Desired WordPress Hacks: 11 Common Requests and Fixes: Noupe lists 11 commonly requested WordPress hacks and elegant fixes for them. They include avoiding duplicate content, having category specific menus, sidebar login boxes, most wanted categories etc.
10 WordPress Hacks to make Your [...]