| bio | website | dangowans.com |
|---|---|---|
| location | Canada | |
| age | ||
| visits | member for | 10 months |
| seen | May 19 at 22:49 | |
| stats | profile views | 31 |
|
Aug 30 |
comment |
Excel formula to convert boolean values into {0, 1} Or =CEILING(A1,1) |
|
Aug 30 |
comment |
Excel formula to convert boolean values into {0, 1} Similar to this, =ROUND(A1,0) does the same thing in this context. |
|
Aug 30 |
comment |
Excel formula to convert boolean values into {0, 1} This isn't necessarily more readable, but it is "shorter" than the formula in the question. |
|
Aug 30 |
comment |
Convert PDF to mp3 There is may be some insight in Good Text-to-Speech solution for Windows. |
|
Aug 30 |
comment |
Does any spreadsheet allow you to create your own functions? Hehe, same time as you. Looks like you're link is for Excel 2007, while mine is Excel 2003. Good to have options. |
|
Aug 30 |
comment |
Create GIFs from text (Fireworks?) What tool are you using to build the newsletter? Microsoft Word, for example, supports WordArt. Primitive in appearance, but might do the trick faster. |
|
Aug 30 |
comment |
Convert PDF to mp3 Looks like the online demo has a 300 character limit as well. Working through a large PDF using the demo may not be feasible with that limitation. |
|
Aug 30 |
comment |
Convert PDF to mp3 The AT&T demo has a paid for software available if you like the results and want to shell out a couple hundred bucks. |
|
Aug 30 |
comment |
Email address order Possibly sort the email addresses alphabetically when exporting from the database. Not sure how the database and Outlook are connected. Any clarification you can provide would be helpful. |
|
Aug 27 |
comment |
Run laptop's HDD through USB You may need to go into the BIOS on the computer you intend to use to change the boot order. It may not by default boot from the USB drive. |
|
Aug 24 |
comment |
What dose the yellow in the new Microsoft logo represent? Yellow is for the return of Microsoft BOB, Microsoft's new cross platform companion. |
|
Aug 23 |
comment |
Wireless router disconnects when laptop goes standby Glad to hear this solved your problem. |
|
Aug 23 |
comment |
Excel's date format without a year Of course, use the month and day functions on the date cell. My date for testing was in A1. |
|
Aug 22 |
comment |
Java Installation Wizard Constantly Interrupted When installing, right-click the installer and "Run as Administrator". It's possibly a permission thing stopping the installer. |
|
Aug 22 |
comment |
Java Installation Wizard Constantly Interrupted The installation is running, and Java is acting up. I wonder if something is running. Hold down Ctrl + Alt + Del, and open the Task Manager. Under the "Processes" tab, click the button to show processes from all users. Sort the list by "Image Name". Are there any "java" or "javaw" processes running? |
|
Aug 22 |
comment |
Java Installation Wizard Constantly Interrupted With all the installing and uninstalling, can you open up a command line (Start button, type "cmd", press Enter). Once the window opens, type "java" (no quotes). What is the output of that test? |
|
Aug 20 |
comment |
Wireless router disconnects when laptop goes standby Are the DSL login credentials configured on the router or the laptops? |
|
Aug 20 |
comment |
Wireless router disconnects when laptop goes standby The router, it's then connected to a DSL modem? Cable? |
|
Aug 20 |
comment |
Wireless router disconnects when laptop goes standby Have you updated the firmware on the router? You may also want to check for updates to the laptop's chipset drivers and wireless drivers. |
|
Aug 14 |
comment |
Firefox: Security concerns of sending referer headers I think you may be right on the "security-conscious addon". I'm using the Web Developer Toolbar. There is an option to "disable referers" that seems to toggle "network.http.sendRefererHeader". The gotcha is that it does not indicate whether it's enabled or not. Thanks for the tip on what to look for. |