Recent Posts
- (06/18) PHP - Managing File Uploads
- (03/21) Get All Active jQuery UI Dialog Windows, then Close 'EmTAGS:Jquery UiJqueryWeb ProgrammingUsageExample
- (03/18) jQuery UI 1.10 Tabs - Getting Index of Current TabTAGS:UiUpgradeWeb ProgrammingExample
- (03/18) jQuery UI 1.10 Tabs - Using Aria-Controls to Set the URL of a TabTAGS:JqueryJquery UiUpgradeTutorialExample
- (02/25) Speeding Up Windows 8 for Web Development (using WAMP)TAGS:CakephpApacheWeb ProgrammingWeb Server AdminWindowsPhpSoftwareUpgradeDatabase
- (02/25) Must Have Tool for Screen Capture: GreenshotTAGS:SoftwareWeb DesignWindowsUsage
- (02/23) Free iPod to iTunes Music Transfer on Windows - iBackuperTAGS:SoftwareMusicUsageUsabilityTutorialWindows
- (01/14) Avoiding Errors with Zend Lucene Search ResultsTAGS:CakephpWeb ProgrammingTutorialPhpUsage
Subscribe to my feed
Welcome to MainelyDesign.com
A blog mostly about web design
This is the personal blog of Kevin Wentworth. Topics covered here are web programming, design and internet marketing.
Get All Active jQuery UI Dialog Windows, then Close 'Em
Posted on 03/21/2013 at 02:36 pm | Viewed 765 times | 0 comments
I had a need to close all active jQuery UI dialogs on the page (yes, I have more than 1 open at a time!). You may think it's as easy as calling $('.ui-dialog').dialog('cose') but you'll throw an error. The way I've figured out how to do it (jquery UI 1.10) is pretty simple, really:
Read: Get All Active jQuery UI Dialog Windows, then Close 'Em | View: Comments
jQuery UI 1.10 Tabs - Getting Index of Current Tab
Posted on 03/18/2013 at 10:00 pm | Viewed 610 times | 0 comments
I remember being able to get the index of the current tab very easily from jQuery UI, something like ui.panel.index. I couldn't find it in my code and figured out the way to do it with jQuery UI 1.10
Read: jQuery UI 1.10 Tabs - Getting Index of Current Tab | View: Comments
jQuery UI 1.10 Tabs - Using Aria-Controls to Set the URL of a Tab
Posted on 03/18/2013 at 01:00 pm | Viewed 40,783 times | 0 comments
I continue to find things that I overlooked on my upgrade to using jQuery UI 1.10. This time it was the tabs API changes that got me.
Read: jQuery UI 1.10 Tabs - Using Aria-Controls to Set the URL of a Tab | View: Comments
Speeding Up Windows 8 for Web Development (using WAMP)
Posted on 02/25/2013 at 01:33 pm | Viewed 10,293 times | 0 comments
Here is my list of optimizations and changes you can make (and I've had to make) in order to get WAMP (and CakePHP) to run faster on my Windows 8 computer.
Read: Speeding Up Windows 8 for Web Development (using WAMP) | View: Comments

