Showing posts with label software. Show all posts
Showing posts with label software. Show all posts

Tuesday, August 10, 2010

Google Chrome Says Please Update Me

I tend to leave my computer up and running with everything I am working on still running so that I can pick up where I left off later that night or the next day. Google developers have a sense of humor when asking me to restart Chrome to make sure that I am running the latest version!

Old school's not cool. Google Chrome is woefully out of date because it hasn't crashed or restarted in a while. Restart to apply update. Why can't all applications just update themselves like that!

Google Chrome: Comparison of web browsers

Thursday, August 5, 2010

Microsoft Outlook Opened and Saved Attachments Missing?

I opened and saved that attached word document, spent hours making revisions only to find out that I didn't save it to a location, I just clicked save... Outlook stores these files and other temporary data in a place called the OLK folder. The location of the folder may vary based on the user logged in, the operating system and version of Outlook. I am using Outlook 2010, so to find the OLK folder, I opened up regedit and browsed to the registry path:

HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Security

Once there the OutlookSecureTempFolder key value is the path to your OLK folder. Substitute the version number for the outlook version you have in the registry path. It should be obvious once you get to the Office key what version you have, but just in case, I have included a table for your reference below.

Good luck!

Outlook 
Version Number
Outlook 97 8.0
Outlook 98 8.5
Outlook 2000 9.0
Outlook 2002/XP 10.0
Outlook 2003 11.0
Outlook 2007 12.0
Outlook 2010 14.0

Outlook 2010 For Dummies (For Dummies (Computer/Tech))

Friday, July 2, 2010

HTML 5 Rocks

A new website put up by Google shows off the latest things that you can do with HTML5... Make sure to check out the slideshow in chrome which demos many of the new features of HTML5.


Tuesday, May 18, 2010

Server 2008 Hibernation ON by default

I was investigating an issue today where there was low disk space on one of my VM's. Come to find out, after running SpaceMonger it showed a 4 GB file hiberfil.sys. I remember only seeing this file on laptops when hibernation is turned on. I am not sure why anyone would want hibernation turned on for a server. There was no option to turn off hibernation in the GUI so I had to turn it off using the following command at the command line:

powercfg.exe /hibernate off

Tuesday, July 14, 2009

Chrome OS

Thought that this was an interesting article about the Chrome OS written by an ex-employee at Google.

Ex-Googler says Chrome OS will be a vastly different OS but won’t displace Windows

I think a dual boot situation is the way to go. There are still a number of websites I frequent that still only work with IE. It is disapointing, but it is reality. I thought about it and many of the things I already do are in the 'cloud'.... Gmail & Yahoo mail, searching online, writing things in a word processor or keeping track of things in spreadsheets (Google Apps vs. Microsoft Office) many of the bells and whistles that exist in Office that I use at work, I just do not take advantage of at home because I don't need to, so I use Google Apps. The one thing that I constantly do however, is retouch photographs from my digital camera before sending them to print. So Google would need to get Picasa browser based (which they may be able to do with Google Gears)

Thursday, April 9, 2009

Autocomplete Gmail Searching

Gmail Search Made Easier. Finally... I have been waiting for this since they came out with autocomplete in the google search...


Tuesday, March 10, 2009

VMware Memory Explained




VMware has saved me a boatload of both time and money. When trying to figure out the memory utilization on the ESX host I have the other day, both my buddy and I wanted to pull our hair out because none of the numbers seemed to add up. We had the Microsoft Server 2oo3 Task Manager up and we were trying to compare the numbers to what was in the WMware Inftastructure Client and nothing seemed to match up exactly. What was found online, was found in bits and pieces and everything finally made sense, hours later. The result of all of the google searches, reading and head scratching is the image above and the information below. I hope it saves you time and your hair!

Memory Consumed =

Memory Granted – Memory Shared

Host memory usage – Memory Overhead


Memory usage % =

Memory Active / Memory Granted

Guest Memory Usage / Memory Granted


Windows Server Physical Memory (K) Total = Memory Granted to ESX VM

Windows Server Physical Memory (K) Available = Memory Shared


The difference of the two numbers above is equal to the Memory Consumed.


ESX Performance Graphs:

Memory Consumed (total amount used by guest; see Windows Task Mgr)

Memory Active (amount currently being used by guest)

Memory Usage (% of active memory relative to amount granted to guest)

Memory Shared (amount not currently used & available to share with others)


ESX VM Summary General:

Memory: amount configured (granted) for the VM

Memory Overhead: amount required by ESX for housekeeping the VM


ESX VM Summary Resources:

Host memory usage: amount the VM is using from the host

Guest memory usage: amount actively being used by the VM

Friday, February 20, 2009

How to Get Silverlight to really work with Google Chrome

Tim Heuer tells us how to get this working with a hack he created.

Wordpress 2.7 Feed Key Plugin Update

For users experiencing the following error message in Feed Key v0.2.1:

Fatal error: Call to undefined function members_only_gen_feedkey() in /home/abc3xxxx/public_html/wp-content/plugins/feed-key.php on line 258

I have posted a fix in the usual place.



Wednesday, February 11, 2009

Multiple Inboxes - Move to and Label not working

Trying to actually work with the multiple inboxes features, it doesn't appear like you can perform any of the actions in the main menu to any of the emails from the main dashboard.

For instance, I have wanted to add a label or Move to a label on one or more emails and it doesn't work. Please make this work google!

Gmail perfection using superstars and multiple inboxes

So it hit me the other day that I needed more than just staring an email in GMail so that I could follow up because there was no difference when I starred an email that needed to be addressed sooner rather than later and I found two Google Labs projects that have made my life so much easier.

Adds additional star icons. After enabling this feature:
(1) Go to the "General" Settings page to choose which superstars you wish to use.
(2) Use either the keyboard shortcut ('s') or click to rotate through your selected superstars.
(3) Use the search operator "has:" to find all messages with your superstar (e.g. "has:red-bang", "has:blue-star"). Learn the name of a superstar by hovering over its image in the "General" Settings page.

Add extra lists of emails in your inbox to see even more important email at once. The new lists of threads can be labels, your starred messages, drafts or any search you want, configurable under Settings.

I have configured superstars with the yellow-star and the red-bang for now. In my Multiple inboxes configuration I have the following

has:red-bang
has:yellow-star AND label:Work-Related
has:yellow-star AND !label:Work-Related

So frigging cool.

Tuesday, February 10, 2009

WordPress 2.7 FeedKey plugin now working for Comments

I was asked by a few people to make the changes to the Feed Key plugin for Wordpress so that users could subscribe with a feedKey similar to the changes I made to the Members Only plugin

You can download version 0.2.1 by right clicking and download the updated file here. Once downloaded, replace the feed-key.php file in your existing installation (~/wp-content/plugins/feed-key/).

All this work with WordPress is making me think I should convert over from my blogger account.

Monday, February 9, 2009

Wordpress 2.7 Members Only plugin FeedKey Fix

After upgrading from Wordpress 2.6 to 2.7, the Feed Key feature of the Members Only plugin I use at another blog was not working. Members Only is a WordPress plugin that requires users to login to your blog in order to read/write. In addition, you can protect your RSS feed as a unique URL is generated for each user.

Every user was getting the following error:
Feed Key is Invalid
The Feed Key you used is invalid. It is either incorrect or has been revoked. Please login to obtain a valid Feed Key.
The feed URL in the version of Members Only that worked with 2.6 changed during the upgrade to 2.7, so a simple URL change solved the problem. I attempted to contact the plugin's author Andrew Hamilton and sent him the updated files, but I have not heard anything from him, so I am posting here for those who can use it.

Along the way, the need arose for a comment feed, so I modified the existing plugin and added the URL needed for the comment feed. This change was also submitted to Andrew.

Right click and download the updated file here. Once downloaded, replace the members-only.php file in your existing installation (~/wp-content/plugins/members-only/).

If you have any questions / comments... let me know!

Updated: URL was fixed.

Wednesday, February 4, 2009

Find items with Email addresses in Exchange Server


The other day I was asked to have all emails going to info@domain.com go to a specific user, but when trying to add the email address, I was stopped by the really descriptive error "This e-mail already exists in this organization" In order to find out what objects already have this address, you can run the following querry using CSVDE (CSV Directory Exchange) and it will export all objects to a csv file.

csvde -f output.csv -d "" -r "(&(mailnickname=*)(proxyAddresses=smtp:info@domain.com))" -l name

Tuesday, February 3, 2009

Windows, open source?

I could never imagine Microsoft giving away their entire OS for free... Charles Babcock at Information Week however tries to argue to the contrary, saying that in order to compete Windows needs to go open source.


Friday, January 30, 2009

Why do people think Mac's are more secure?

I just read an article on ZDNet asking the question "Is Mac still the safer bet?" in response to the OSX.Trojan.iServices.B Trojan horse (found in illegally obtained copies of Photoshop for the Mac) stories that have been circulating. I find it disturbing that anyone can think that they are safe with ANY operating system on the Internet, be it Mac, Windows, Linux, you name it. There is plenty of malware and viruses out there for every OS and end user to enjoy. There are always going to be bugs, its just a matter of time before someone finds the next one. No one is safe.
 

Wednesday, January 21, 2009

Multiple SQL Server Instances working magically

Configuring an instance of SQL 2000 to run on an non-standard port or having SQL dynamically assign a port to listen on and not configuring the client to point to that port somehow works and the client connects to the proper port. The standard SQL port (1433) was not listening. So how did the SQL client know what port to connect to?
When an instance of SQL Server uses dynamic port allocation, the connection string that is built at the SQL Server client does not specify the destination TCP/IP port unless the user or the programmer explicitly specifies the port. Therefore, the SQL Server client library queries the server computer on UDP port 1434 to collect the information about the destination instance of SQL Server. When SQL Server returns the information, the SQL Server client library sends the data to the appropriate instance of SQL Server.
But the SQL client also querries 1434 if your client is configured to connect to 1433. If you have 1433 UDP blocked, then it works as advertized. Even if you have manually specified the port your instance should listen on.
If UDP port 1434 is disabled, the SQL Server client cannot dynamically determine the port of the named instance of SQL Server. Therefore, the SQL Server client may not be able to connect to the named instance of SQL Server. In this situation, the SQL Server client must specify the dynamically allocated port where the named instance of SQL Server 2000 is listening.
For more information about how to configure an instance of SQL Server to listen on a specific TCP port or dynamic port, see this Microsoft article

Tuesday, December 9, 2008

Linked in - logged out - Update

Supposedly the site should be up by 8pm PT A Linkedin employee said "We discovered this problem over the weekend and thought we had it fixed."... I got the following error while trying again a few minutes ago.

LinkedIn Will Be Back Soon

We are busy upgrading LinkedIn with technology and features to add even more ways for you to leverage your professional reputation and network. We will return around 8:00pm PT.

We apologize for the inconvenience and appreciate your patience. Thank you for using LinkedIn!



Thursday, October 9, 2008

Only Google Gmail Goggles Can Prevent Drunken Emails


Google announced a new feature for Gmail this week called Mail Goggles which makes you answer simple math questions before sending those late night emails that you might regret.


Tuesday, October 7, 2008

How to restore deleted items in sharepoint

First, you must be logged in as a site collection administrator.

Click on Site Settings, or Site Actions -> Site Settings.

Once here under the Site Collection Administration section, click on Recycle bin.

This has saved me a few times from having to go to backup.