Category: Other

  • Joomla – Infinite loop detected in JError

    Infinite loop detected in JError error very often occurs after moving Joomla website to another hosting company or another server. Issue is normally caused by incorrect database or path settings in configuration.php file Open your configuration.php (it is located on your Joomla root folder) and double check settings, especially following lines: public $host public $user…

  • Joomla 1.5 – Remove numbers from Category List View

    You may prefer not to have numbers in front of Article titles in Category list view. Joomla 1.5 doesn’t provide functionality to remove this.This can achieved via a simple core hack. Open file:components/com_content/views/category/tmpl/default_items.php Scroll down to line 69 and delete (or comment out) following code:<td align=”right”>      <?php echo $this->pagination->getRowOffset( $item->count ); ?></td> Warning: This is a…

  • Apple ID login not working: “The apple id you entered couldn’t be found” and “Fatal internal error occurred”

    This morning (16 December 2011) a user came and complained that he wasn’t able to login into his iTunes account nor on this iPhone nor on the PC. He was worried account has been hacked or otherwise compromised. I quickly checked my own account and wasn’t be able to login either. Error in an iPhone…

  • PHP code to search Windows Active Directory (via LDAP)

    Following sample PHP code will connect to your local (or remote) Active Directory Domain Controller (LDAP server) and return all object with specified OU: Number of objects found Common Name Distinguished Name Description (if exists) Primary Email Address (if exists) Be aware that LDAP support by default is not installed in PHP. For instructions on…

  • Gmail signatures stack up at the bottom

    If you use signatures feature in Gmail web client you will quickly notice that signatures always go to the very bottom of the email. If you reply to somebody’s message your signature appear below the original message you are replying to. If you have along email conversation you may end up with dozen of signatures…

  • Joomla – TinyMCE Editor removes non braking spaces on saving

    TinyMCE Editor has a code clean-up function which tries to clean html code while saving articles. This removes all non-braking spaces regardless of the way they were entered – Spacebar, TinyMCE Insert non-breaking space character button , or even &nbsp; directly in html mode. To stop this behaviour head to Extensions > Plugin Manager >…

  • iOS 5 best new features

    Apple finally released long awaited iOS 5.0 upgrade. This upgrade available for following devices: iPhone 4S iPhone 4 iPhone 3GS iPad 2 iPad iPod touch (4th generation) iPod touch (3rd generation) Apple boasts that there are over 200 new features in this release. Lets look into most important ones. Email and MS Exchange sync improvements…

  • Windows 8 Developer Preview – First look

    On 13 September 2011 Microsoft released Windows 8 Developer Preview version. You can install it and have a play yourself. Read this article to find out how.Be aware that this release is very early pre-beta version which is not really intended to be used by general public. A lot of things inside Windows 8 may…

  • Enabling default .htaccess (for SEF) breaks Joomla website

    After enabling .htaccess (by renaming htaccess.txt to .htaccess) on one of my test websites I found that website is broken and Apache throws following error: The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, webmaster@domain.com and inform them of the time the error occurred, and…

  • Installing Windows 8 Developer Preview on Oracle VirtualBox

    So, Microsoft have showed off Windows 8 Developer Preview and it’s time to put our hands on it. Obviously this is very early development release (not even beta) so a lot will change by the time final version is released. Nevertheless is allways interesting to see how future Windows version may look and feel. First…

  • iPhone Internet sharing via USB cable

    To share your iPhone’s Internet connection with your desktop or laptop via a USB cable you must have iTunes installed on your computer.Providing this has been completed Internet sharing vis USB cable is a very simple task iOS 4.3 and later You can check iOS version in Settings > General > About > Version Connect…

  • Joomla 1.7 – admin email notification after user registration

    There are 3 user activation options in Joomla 1.6 and 1.7 (they can be found in Users > User Manager > Options > New User Account Activation): None – no activation required. After registration account is activated automatically and user can login. Notification email is sent to the registered user Self – user receives an…