Search This Blog

Thursday, May 15, 2008

Actually - how capable we women are in technology

Essential System Administrationby AEleen Frisch (yes the Author)
Carol Bartz - Executive Chairman of the Board of Autodesk (you know Autocad?.... yes same people) Carol has done soooo much that it is easier to say, go to the link on her name.

Extracted from Wikipedia
1842: Ada Lovelace (1815-1852), analyst of Charles Babbage's analytical engine and described as the "first computer programmer"
1942: Hedy Lamarr (1913-2000), Hollywood diva and co-inventor of an early form of spread-spectrum broadcasting
1946: Betty Jennings, Betty Snyder, Fran Bilas, Kay McNulty, Marlyn Wescoff, and Ruth Lichterman, original programmers of the ENIAC
1949: Grace Hopper (1906-1992), first programmer for the Mark I Calculator, known as the "Mother of COBOL"
1962: Jean E. Sammet (1928-), mathematician and computer scientist; developed FORMAC programming language. Was the first to write extensively about history and categorisation of programming languages (1969).
1968: Barbara H. Liskov (1939-), first American female Doctorate of Computer Science (1968)
1972: Karen Spärck Jones (1935-2007), pioneer of information retrieval and natural language processing
1983: Adele Goldberg (1945-), one of the designers and developers of the Smalltalk language
1984: Roberta Williams (1953-), pioneering work in graphical adventure games for personal computers, particularly the King's Quest series.
1985:Irma Wyman (~1927-), first Honeywell CIO
1988: Eva Tardos (1957-), recipient of the Fulkerson Prize for her research on design and analysis of algorithms
1993: Shafi Goldwasser (1958-), theoretical computer scientist, two-time recipient of the Gödel Prize for research on complexity theory, cryptography and computational number theory, and the invention of zero-knowledge proofs
1994: Sally Floyd (~1953-), most renowned for her work on Transmission Control Protocol
1997: Anita Borg (1949-2003), the founding director of the Institute for Women and Technology (IWT)
2005: Mary Lou Jepsen (1965-), Founder and chief technology officer of One Laptop Per Child (OLPC)
2006: Frances E. Allen (1932-), first female recipient of the ACM's Turing Award


Ladies in NASA
Computer Systems, Computer Science, Engineers and Programmers
Bualat, Maria Computer Engineer / Ames Research Center
Buschmann, Sherry Engineer / Marshall Space Flight Center
Davies, Carol Research Specialist and Task Manager / Ames Research Center
Eskey, Megan Marketing Manager for the Applied Information Technology Division / Ames Research Center
Jackson, Lenore User Consultant/Information Specialist / Ames Research Center
Jarmann, Janet Computer Systems Analyst / Ames Research Center
Morrison, Stacey Deputy Chief Information Officer (CIO) for the Space and Life Sciences Directorate / Johnson Space Center
Munoz, L. Christine Mac/PC Systems Administrator / Ames Research Center


whether we like it or not - the way we are seen

Wednesday, May 14, 2008

Question for the world

Would anyone out there be interested in a humanity tick?
I mean a website that celebrates companies that look after their staff in countries where they don't have to - like good working conditions, hours and reasonable pay.
The tick on their website would have direct link to a website that has links to other companies who also look after their staff, and explain the humanity tick.
Or if anyone knows a website out there already doing this please also comment.

Monday, May 12, 2008

Welcome to New Zealand -

http://www.nzherald.co.nz/topic/story.cfm?c_id=240&objectid=10509574

where you can still escape jail the old fashioned way - yes you can tie bed sheets together and get out climbing down the wall.

"Remand prisoner Aaron Stephen Forden, 26, used ropes and bed linen to climb from a tower at Auckland's Mt Eden prison over a wall and down to freedom."
7:31PM Monday May 12, 2008

I can't stop laughing

Friday, May 09, 2008

I have come across an annoying problem with vba code (in MSAccess)

I have come across an annoying problem with vba code (in MSAccess)
because I am wanting to make the command prompt open admin items like active directory and remote desktop with sign in as password after entering the admin username in a form.

This almost works except for one problem, if the mouse moves off the command window (command.com or cmd.exe) the code for send keys stops working and I am having trouble finding another way around this issue as call shell does not seem to like the amount of code. So please comment if you know a way round this please.

sample code below;

Option Compare Database
Option Explicit

Private Sub cmdUserNameAuckland_Click()

Dim PauseTime, Start, Finish, TotalTime
Dim p As Variant
Dim adminUsername As String

adminUsername = txtUserName
Call Shell("c:\windows\system32\CMD.EXE", vbNormalFocus)

PauseTime = 5 ' Set duration.
Start = Timer ' Set start time.

Do While Timer <>
DoEvents

Loop

Finish = Timer ' Set end time.
TotalTime = Finish - Start ' Calculate total time.

SendKeys "cd c:\", True
SendKeys "{ENTER}", True
SendKeys "runas /user:domainname\", True
SendKeys adminUsername, True
SendKeys " ", True
SendKeys """mmc dsa.msc /server=server""", True
SendKeys "{ENTER}", True
Exit Sub

End Sub

Thursday, May 08, 2008

I have the bestest idea - pitty I don't have a shop

Time to fight back you physical shops.

Online shops - people order what they want, and then have it sent to the gift recipient.

well you physical shops - why don't you take the opportunity to take advantage of letting customers buy what they want, fill out the card in their own hand writing choose the wrapping paper and you send the gift for them? :-)

Love your mate Suz :-)