Facebook Group Invitation Email SPAM
Recently I’ve been invited to a couple small groups on Facebook. I noticed that I received all of the new group posts straight forward by email without ever accepting the invitation!
Recently I’ve been invited to a couple small groups on Facebook. I noticed that I received all of the new group posts straight forward by email without ever accepting the invitation!
A couple weeks ago I began to study Java for my Java class at university. As I’m used to PHP I noticed some differences and also missed some useful functions which PHP already has built-in.
Even for the newest Android SDK I ran into problems getting it to work with my HTC Desire on Vista 64. Probably it’s the same problem for other Windows 64bit versions.
If you connect your phone to your computer via USB you will be asked to install a USB driver for ADB.
You will point the installer to your \android-sdk-directory\usb_driver\ but it won’t be able to find a matching driver.
Find \android-sdk-directory\usb_driver\android_winusb.inf and open it with your favorite text editor.
Now find the line with [Google.NTx86] and [Google.NTamd64]
Enter the following after both of these lines:
;HTC Desire %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C87 %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C87&MI_01 ;
Save the file and try again to install the drivers. Point the installer to \android-sdk-directory\usb_driver\. Do not choose one of the sub directories.
Some mod_rewrite snippets I often use.
Avoid duplicated content:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain\.com$
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
For my latest Magento ecommerce project I just noticed that search engines indexed some URLs with annoying params like ?dir=asc&order=position or ?limit=9. Also some unnecessary URLs like catalog search or checkout page.
During my last Magento project (Magento Version 1.4.1.0) I noticed the bad image quality of product images in the list view, detail view and also the zoom image. Usually show owners don’t care for loading speed and wanna show their products in high quality instead. Not with high image compression like Magento’s default setting.
The solution is simple if you know where the default setting is hidden:
I’ll put up reviews of both books soon. For now there you’ll find a quick preview.
The following setting is the solution for everyone who got a HTC Desire not from o2 and wants to use it with o2 data package in Germany. Maybe it works in other countries as well.
T
YPO3 is my CMS of choice for larger sites. With my +5 years of experience in TYPO3 development I’m always happy about books which cover more than the basics of this CMS. When Packt Publishing asked me to review this book and I first read the title of this book I thought: Hopefully not another one of those basic TYPO3 books! But I was wrong and Dan Osipov did a really good job with his latest book TYPO3 4.3 Multimedia Cookbook. He gives the reader a good overview of advanced media handling like images, sound or video files.
I decided to share some of my daily cooking experiences here. This is my first recipe for Pad Makua Yow (my own variant).