If you’re searching for inspiration to create a hot and sexy business card, take a gander at these 10 eye-catching designs. All of these designs have a modern, sporting, slick and sophisticated feel to them. One would think that business cards would have become obsolete by now, done in by all the social networking sites and mobile apps. But that’s not the case for live events. Business cards are still very much apart of network functions and meetings. And a well-designed card can give you an advantage over your competitors. Here are 10 fabulous business card designs.

10 Great Business Card Designs for Inspiration
WordPress Stats not working – Help
A few day after installing my own custom blog theme, the stats show a drop off of visitors on my site around the same day I performed the update. I was missing a small line of code that cause this to break.
In you footer.php file, add above the close body tag this:
<?php wp_footer(); ?>
That’s it. Enjoy!
Mac Android Development – Publish to Device
Change the permissions of a file in SSH
To change the permissions of a file in SSH, once you have logged in, you can use the CHMOD command. Here are a few common examples of CHMOD:
chmod number filename
chmod 600 example.html - This will give the file read and write permissions by the owner only (-rw-------). chmod 644 example.html - This will give the file read and write permissions by the owner and read by everyone else (-rw-r--r--). chmod 700 example.html - This will give the file read, write and execute permissions by the owner only (-rwx------). chmod 755 example.html - This will give the file read, write and execute permissions by the owner, read and execute permissions by the group and others (-rwxr-xr-x) chmod 666 example.html - This will give the file read and write permissions by everyone(-rw-rw-rw-) (NOT RECOMMENDED) chmod 777 example.html - This will give the file read, write and execute permissions by everyone (-rwxrwxrwx) (NOT RECOMMENDED)
Changing the ownership
To change the ownership of a file in SSH, you can use the CHOWN command. e.g: chown owner filename
chown user example.html
chown user:group <directory-name> chown apache avatars
What should Apple produce next?
I’ve been thinking. Why haven’t these big computer companies tapped in to the high-end watch market. Think of all the cool synced content they could push to a dazzling digital watch. Facebook updates, weather, tweets, email notifications, and QR codes. This leads me to believe that there are still a lot of stones unturned when it come to digital devices. What do you guys and girls think?
Great Home Media Interface Designs
View inspiring media player interface designs from some of the top companies and startups for home theater entertainment. Maybe you can learn a thing or two regarding UX design by glancing over these well imagined and executed works of art.
Behance creative network launched ten new sites
Behance network of served site is growing. These site feature top featured projects from their main Behance site by category. This move was to help highlight artist work on a more relevant URL allowing the creative to stand under it’s own category with out being surrounded by non-related projects. For those who contributes, this will give you even more the exposure you deserve.
Here are a few of their new web sites:
Setting up AOL Mail with your Entourage App
To my surprise, I was excited to find there is an easy way to setup my AOL mail using my favorite email application… Entourage!
Here’s how:
AOL’s new free AIM.COM accounts can also use IMAP and are configured identically – except, of course, for replacing ‘AOL.COM’ with ‘AIM.COM.’ Continue Reading »
Continuous Connection Failed Error
On my iMac using Mac OS X (10.6.3), I kept getting this connection error:
There was an error connecting to the server “Server Name”. Check the server name or IP address, and then try again.
This started happening after opening a shared PDF file syncing comments form central server location. The problem is that I, not connected to my works server from home so It’s constantly fails to connect. Acrobat had something called Adobe Synchronizer running in my login items, and this seemed to continually try and reconnect to the shared drive. Once I removed that the problem went away. Continue Reading »















