Use a single SQL Database for multiple WordPress installations
Most people experience problems when trying to use a single SQL database for multiple WP installations. Its not as difficult as it seems to be. Start with uploading files, and carry on normally until you reach the install.php part.
At the bottom would be an input box labelled Table Prefix. By default, the value would be WP (which is most likely used for your previous installation.) So just replace it with something else, and continue. That’s it.
TeamViewer
Teamviewer is a Remote desktop Utility, which allows you remotely access another PC on the network. When you run teamviewer, you are assigned with an ID and a password(which difffers in every session\run.)
So, here’s the whole procedure. One person starts teamviewer and tells his ID and password to the other who inputs his ID into this input box that says “Partner ID,” and clicks “Connect to Partner,” On which he is prompted for a password and in return, he gains access to the First person’s PC.
Breadcrumb address bar in XP
Like the breadcrumb address bar in Windows Vista/7? want the same thing in XP?
Download and install QTAdressbar.
You might have to restart your PC after the installation.
anyways, once the installation process has completed, open windows explorer,
go to Menu>View and enable the QTaddressbar.
Hidden FTP client in Windows/Mac and Linux
We all use FTP clients like FileZilla, CoreFTP, SmartFTP. Most people use Graphical Interfaces, but some even prefer Command line, but only 10% know about the hidden CLI FTP client that comes with the OS.
Just type FTP in cmd(Terminal in Linux or Mac) and press enter.
For a list of available commands, type help and press enter.
Moving The sidebar from right to left in the 2011 wordpress theme
Most people experience this problem when editing the default Twenty Eleven theme and usually, they try placing the sidebar before the main content in the php file, or adding some code to the functions.php file. But they dont need to.
Now there are 2 ways to do this. The simplest is: go to Dashboard>Themes>customize>layout and select “Content on Right”
But if you wanna do it through CSS then open style.css, and replace this code:
#secondary { float: right; margin-right: 7.6%; width: 18.8%; }
with this one:
#secondary { float: left; margin-left: 7.6%; width: 18.8%; }
Get tabbed Browsing in Windows Explorer
Just download and install Clover.
Shortcuts | Description |
Ctrl + N | Open a new Clover window. |
Ctrl + T | Open a new tab. |
Ctrl + W | Close current tab. |
Ctrl + Shift + T | Re-open last closed tab. |
Ctrl + D | Bookmark current folder. |
Ctrl + Shift + D | Place all opened tabs into a bookmarked folder. |
Ctrl + Tab | Switch to next tab. |
Ctrl + Shift + Tab | Switch to previous tab. |
Ctrl + Shift + B | Enable or disable bookmark bar. |
Thats it. Enjoy. 😉
CodePen
Nice Stuff they got on CodePen. It’s a collection of pure HTML5+CSS3+JS objects. Do check it out!
Popular followers
My Friend is working on a fun project which is called Popular Followers. It allows you to sort your twitter followers on the amount of followers that they have. He wanted to find out if His trashness twitter account had any celebs/high-profile people following it, and didnt want to manually scan 1500 followers. Google showed him there was an awesome programmer (Raymond Camdon, he works for Adobe, is extremely productive, has adopted children) who had already tried to create such a tool, He emailed him to ask if hed be interested to collaborate with him on creating this simple tool for the masses. But designing such a small tool is easy, since they didnt need much more than a background, and a big-ass form box. The complete project, from the initial email, to deciding on a name, registering a domain, was finished in 24 hours. It took a bit longer before they actually launched, though. So hereby, dear readers of This blog Here it is: Popular Followers.
Unsubscriber
Sick of receiving spam mail, email notifications, newsletters e.t.c. from multiple sites that you have signed up on? Well here’s a Solution.
Unsubscriber is a free addon, that you can install in your email account. It creates a folder named “UNSUBSCRIBE.” All you need to do is to once move the mails you dont want to the unsubscribe folder. Once done, unsubscriber will take care of the rest.