How to Add Google Documents to the Windows Explorer “New” Menu We’ve already shown you how to create shortcuts to create new Google Docs easily, but what if you want total Windows integration? Here’s how to add them to the Windows Explorer “New” menu for easier access. This should work for all versions of Windows, and you can modify it to work with Google Apps for your Domain as well. Keep reading for the full instructions. Import the Registry Hack The first step is to download and extract the package we’ve provided at the end of the article. Just double-click on the AddGoogleDocsToNewMenu.reg file, provided in the zip file at the bottom of the article, and you’ll see a message saying it was successful. You aren’t done yet! Copy the Icons and Runner Application I’ve created a set of icons and a tiny runner application, which does nothing more than launch whatever your default browser is. Run, %1% You’ll need to copy the 4 icons and the googledocsrunner.exe and put them all into your Windows directory. Go ahead, test it out! Removing the Registry Hack
The Falcon programming language NOTCOT.ORG PDF Store - Adobe® Acrobat® & PDF software After many years, PDF Store (www.pdfstore.com) has now closed. We’ve published an article at Planet PDF with more details. For those looking for similar solutions, you will find that Debenu’s products Debenu PDF Aerialist and Debenu PDF Library will assist, their features are as follows: You might be interested in…Debenu PDF Tools – totally free PDF utilities Debenu PDF Tools (formerly known as Quick PDF Tools) is a free Windows utility built using Debenu’s Quick PDF Library for working with PDF files. Just right-click on a PDF in Windows Explorer and select the ‘Debenu PDF Tools’ menu item to see the list of features. It’s simple to use and will let you preview PDF files, merge PDF files, edit document properties, add and edit custom metadata, convert images to PDF, convert PDF to text and much more. You might also be interested in…Debenu PDF Tools Pro - 30-day free trial Debenu PDF Tools Pro is a Windows application that makes working with PDF files a breeze.
How to obtain the latest service packs for Exchange Server 2003 This article describes how to obtain the latest updates and service packs for Microsoft Exchange Server 2003. Service packs and update packages are the typical means to distribute Exchange hotfixes and modifications. You can install the available service packs and update packages to help keep your product up-to-date. The following updates and service packs are currently available for Exchange 2003. Updates No additional updates are currently available. Service packs Exchange Server 2003 Service Pack 2 (SP2) Release date: October 19, 2005 How to obtain To obtain Exchange Server 2003 Service Pack 2 (SP2), visit the following Microsoft Download Center website: Fix list To view a list of the fixes in Exchange Server 2003 SP2, click the following article number to view the article in the Microsoft Knowledge Base: ( ) Issues that are fixed in Exchange Server 2003 Service Pack 2 Exchange Server 2003 Service Pack 1 (SP1) Release date: May 25, 2004
Quick Access Bar for Windows JavaScript - MDC JavaScript (JS) is a lightweight interpreted (or just-in-time compiled) programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, single-threaded, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles. JavaScript's dynamic capabilities include runtime object construction, variable parameter lists, function variables, dynamic script creation (via eval), object introspection (via for...in and Object utilities), and source-code recovery (JavaScript functions store their source text and can be retrieved through toString()). This section is dedicated to the JavaScript language itself, and not the parts that are specific to Web pages or other host environments. Looking to become a front-end web developer? Get started
Forgot the Administrator's Password? by Daniel Petri - January 19, 2009 Ok, so you say you forgot your Windows administrator's password, huh? Oh well, it doesn't really matter if you did or you just say you did. The fact is that you need to gain access to a computer and you cannot "remember" the administrator's password. How can you get out of this situation without formatting and re-installing the operating system? One method of gaining access to the system is by trying hard to remember the forgotten password, or a password of another user which has the same level of administrative rights. Another method is by trying to restore a backed up System State (in Windows 2000/XP/2003) or a ERD (in NT 4.0) in which you do remember the password. A third method might be to install a parallel operating system on a different partition on the same computer, then use a simple trick to gain access to the old system. Update: You can also discuss these topics on the dedicated Petri.co.il Forgot Admin Password Forum. Password Recovery Tools
Make Those Pesky Outlook Security Warnings Disappear by Programm In the article Make Those Pesky Outlook Security Warnings Disappear (Carefully!) Using Express ClickYes – Part 1 (TechTrax, October 2005) , I described a product by ContextMagic called Express ClickYes which makes those pesky messages disappear that you get in Outlook when you’re launching your email merge, address book search or email notification program, or when using a PDA synchronization tool: Figure 1 – A program is trying to access e-mail addresses you have stored in Outlook Express ClickYes also takes care of this one when you’re trying to send a catalog to your customers using your bulk emailing software: Figure 2 – A program is trying to automatically send e-mail on your behalf As promised, this month we‘ll control Express ClickYes programmatically so you can Suspend and Resume it at will. The Scenario Let‘s say there‘s a certain person that is unreliable about responding to your emails. How to Do It In the ThisOutlookSession module, enter the following code: The Issue Wrap Up
Create Desktop Shortcuts easily in Windows 7 & Vista with Handy Shortcuts We are pleased to release Handy Shortcuts. This freeware portable app will help you create the oft-used desktop shortcuts for your Windows desktops easily. With a click it can create the following shortcuts on your Windows desktop: Lock WorkStation, Switch Account. Shutdown, Restart, Log Off, Hibernate, Show Desktop, Uninstall Programs, Device Manager, Security Center, Windows Defender, Windows DVD maker, Flip 3D, Launch Screen-saver, Disable Windows Firewall, Enable Windows Firewall, Clear Clipboard, Connect to Internet, Safely Remove Hardware and a Master Control Panel. Handy Shortcuts has been created by Ritesh Kawadkar for The Windows Club, and has been tested on Windows 7 & Vista, 32-bit & 64-bit. If you need to give feedback, please visit TWCF thread. You may want to check out our other freeware releases like FixWin, Ultimate Windows Tweaker, Quick Restore Maker, Windows 7 Start Button Changer etc HERE.
Bash Tricks II: repetitive tasks on files It's been a while since I wrote for the last time. I found a job (finally) and it's eating up most of my time. Anyway, I had already written a piece on repetitive tasks before. First Attempt ( find /mnt/tmp/ -iname '*'.tgz; find /mnt/tmp/ -iname '*'.tar.gz; ) | while read filename; do lines=`tar tzf $filename | grep -i file-pattern | wc -l`; if [ $lines -gt 0 ]; then echo $filename; fi; doneFirst we have the ()s. Second we have the while read variable; do x; y; z; done. Then the ``s. Finally, we are testing to see if the number is lines is greater than 0. Second Attempt Now let's try something a little bit different (though with the same pattern of file search). Basically, it's the same thing we did before, the only thing that's changing is that we will use another level of nesting so that we can mount/umount the iso files. And that's it! Now, keep in mind that if you want to do rather simple things with the files, you can ask find to execute some commands on the files it finds.
AutoSplit Plug-in: User Interface Screenshots AutoSplit™ Plug-in for Adobe® Acrobat® / User Interface Document Splitting / "Split Document Settings" Dialog Document Splitting / "Specify Page Ranges" Dialog Document Splitting / "Range of Pages" Properties Dialog Document Splitting / "Separator Page by Text Search" Dialog Document Splitting / "Blank Image Page Settings" Dialog Document Splitting / "Extract Text From Page" Dialog Document Merging / "Merge Document Settings" Dialog Document Merging / "Input Document Settings" Dialog
Instalar el driver ODBC para conectar con una base de datos MySQ Comentarios Es el tutorial más claro, conciso y por supuesto práctico de los muchos que he visto en la red. Todo funciona perfectamente. Es bastante buena la información que presentas en esta página... La ultima versión de Microsoft Jet en realidad es la 4.0, sin embargo debes bajar la ultima versión del Service Pack de Microsoft Jet 4.0 que es SP7, con esto no tendras problemas. Yo utilizo Windows 2000 server, cual de las versiones 6 de Microsoft Jet me sirven, puesto que de las 4 opciones que me dan hay dos que estan mas familiarizadas, la que es para Windows 2000 y Windows 2003 server. Sencillamente exelente. Pues a mi no me ha parecido tan claro. Tu articulo me abrio las puertas ha algo muy interesante he logrado migrar de acces al Mysql Administrator server. No se exactamente a qué te refieres, pero te quiero comentar que hay otros adminstradores para manejar una base de datos MySQL que seguro que funcionan bien: Te recomiendo echar un vistazo a Mysql Control Center. GRACIAS!!!