Curious Findings: QTTabBar

Program Description
There’s two applications from that really transform your explorer. One of them, which I have previously covered, is called QTAddressBar. Add to the mix and we have a near-complete Windows Vista-like Explorer on . And man, is it useful.

brings a popular feature usually found on web browsers (like Opera) – tabs – to Explorer. This is a great feature on its own as it reduces the clutter in the taskbar but that isn’t the only feature this program provides as you’ll see when you try this program out.

I think it is safe to say that these are two of the first applications I’ll be installing on a fresh of Windows. ’ have really provided us with some quality that increase productivity and make things easier to use and find with Explorer.

I can’t see me using a Windows without these two applications unless they come out of the box. Thanks !

The many features provides not enough for you? No problem! Check here for some useful plugins for and if you don’t find something to your taste, you can easily make your own.

Don’t like the way the buttons look on the QT Tab Standard Buttons toolbar? No problem. has skin support.

License Type
I’m happy to tell you that this program is completely free. If you find this program useful, please consider donating to its developer by clicking on the Donate button on this page.

System Requirements
(only been tested with 32bit) with .NET Framework 2.0 or higher OR Windows Vista is required for this program to function.

Installation

  1. Download QTTabBar.
  2. Extract the ZIP.
  3. Run .exe and follow the onscreen instructions.
  4. Restart Windows or Log out and log back into Windows.
  5. Open Explorer
  6. Right click the part of the Address Bar that says “Address”
  7. Click on “Lock The Toolbars” to unlock it if there is a tick beside it.
  8. Right click the part of the Address Bar that says “Address”
  9. Click on “QT TabBar” and re-arrange it in a nice spot (I have it under the QT Breadcrumbs Address Bar)
  10. Right click the part of the Address Bar that says “Address”
  11. (OPTIONAL) Click on “QT Standard Buttons”. If you want, you can disable the normal Standard Buttons toolbar by going through the same processing and clicking on “Standard Buttons” so that it is unticked. Then reposition the QT Tab Standard Buttons toolbar so that it is in the same place where the normal Standard Buttons toolbar was (this is how I have mine ).

Uninstallation

  1. Run .exe and follow the onscreen instructions.
  2. Restart Windows or Log out and log back into Windows.

Download: QTTabBar by .
Info: Check out other QuizoApps.

Suffice to say, these are two applications I simply can’t use Explorer without. First, we’ll take a look at the before and after pictures:

Explorer before using QuizoApps

Previous Next Close
Explorer before using QuizoApps

Explorer after using QuizoApps

Previous Next Close
Explorer after using QuizoApps

Here we have a video showing off ’s Search feature (a feature I find to be very useful and one I really can’t live without):


Check out the video here if the one above doesn’t work.

More videos showcasing the many features that ’ QTAddressBar and adds to Explorer may follow.

Comments 2

Ripping, tearing to shreds.

So now that I have pastebin installed and working on http://pb.. I’ve been looking at the code and decided I don’t really like the way things currently are.

So, for starters I have made a few changes:

  • I don’t really agree with how “public” pastebin currently is, so I’ve removed the Recent posts section on the side.
  • There used to be a feedback form on the side too. I’ve removed that since anyone who’d want to give me feedback knows where to find me.
  • We all know how annoying spammers are and for that reason I have added a CAPTCHA to pastebin using Recaptcha and its wonderful API.
  • Having looked at the code… I’m considering just making my own pastebin instead of modifying pastebin.com’s source.

I know, I know. You’re all probably saying: “but it is a pastebin, all people need it for is to paste things in” which is true and from that perspective the pastebin.com script does it justice but I’m still not satisfied.

Comments 0

Good news.

I’ve fixed the statements we were told to use in the file.

For anyone who encounters this problem, here’s the solution.

The problem:

The statements in the file that come with pastebin’s source aren’t following the correct syntax and as such, we encounter this error when we try to run the provided statements.

:
  1. #1064 – You have an error in your syntax; check the manual that corresponds to your MySQL server version
  2. FOR the RIGHT syntax TO USE near ‘KEY `expires`’ at line 16

The solution:

Not sure how it previously eluded me…but the fix was quite obvious.

:
  1. CREATE TABLE `pastebin` (
  2. `pid` int( 11 ) NOT NULL AUTO_INCREMENT ,
  3. `poster` varchar( 16 ) DEFAULT NULL ,
  4. `posted` datetime DEFAULT NULL ,
  5. `code` text,
  6. `parent_pid` int( 11 ) DEFAULT ’0′,
  7. `format` varchar( 16 ) DEFAULT NULL ,
  8. `codefmt` mediumtext,
  9. `codecss` text,
  10. `domain` varchar( 255 ) DEFAULT ,
  11. `expires` DATETIME,
  12. `expiry_flag` ENUM( ‘d’, ‘m’, ‘f’ ) NOT NULL DEFAULT ‘m’,
  13. PRIMARY KEY ( `pid` ) ,
  14. KEY `domain` ( `domain` ) ,
  15. KEY `parent_id` ( `parent_pid` ) ,
  16. KEY `expires` ( `expires` )
  17. );
  18.  
  19. CREATE TABLE recent
  20. (
  21. domain varchar(255),
  22. pid int NOT NULL,
  23. seq_no int NOT NULL,
  24.  
  25. PRIMARY KEY(domain,seq_no)
  26. );

Comments 3

Not good news.

Well, I lied. I haven’t installed/ a pastebin yet but I have tried and…failed.

I keep running into this error when trying to create the appropriate tables in my database.

:
  1. #1064 – You have an error in your syntax; check the manual that corresponds to your MySQL server version
  2. FOR the RIGHT syntax TO USE near ‘KEY `expires`’ at line 16

So for now, I am sticking with the flat-file DB . Well at least we have something to work with for the time being.

Comments 0

So now we have a pastebin.

So I’ve been a busy busy person and installed a pastebin for . But one must be wondering why on earth I would have a WHOLE category dedicated to, what may seem to some, a short discussion of pastebin(s) and to that I answer thus:

Although there are…, what? 3 different pastebin scripts out there now? Maybe 4? I’m not really satisfied with what features they offer out of the box and so I’ll probably be working on or hacking at the script(s) to get them just how I like them.

Stay tuned for more… ;)

Comments 0

 
 
 

RSS: Posts / Comments