Michael 的个人资料En IT nørd bekendelser.....日志列表网络 工具 帮助
10月11日

Google Epic

Image representing Google as depicted in Crunc...

Image via CrunchBase

Faldt lige over denne video, som bare skal ses…

Google Epic er en god historie, som ALLE bør se, hører og tænke over:-)

 

 

 

 

Related articles

 

 

 

3月3日

i'm Home

i'm is a new initiative from Windows Live™ Messenger. Every time you start a conversation using i'm, Microsoft shares a portion of the program's advertising revenue with some of the world's most effective organizations dedicated to social causes. We've set no cap on the amount we'll donate to each organization. The sky's the limit.

So any time you have an i'm™ conversation using Windows Live Messenger, you help address the issues you feel most passionate about, including poverty, child protection, disease, and environmental degradation. It's simple. All you have to do is join and start an instant messaging conversation. We'll handle the donation.

There's no charge, so join now and put our money where your mouth is.

i'm Home:


Technorati : , ,
Del.icio.us : , ,
Ice Rocket : , ,
Flickr : , ,
Zooomr : , ,
Buzznet : , ,
Riya : , ,
43 Things : , ,

2月28日

Creating A Bootable WinPE 2.0 USB Key

Windows Preinstallation Environment (PE) 2.0 is a slimed down version of Windows (hence all the MiniNT references) that used to be the exclusive domain of OEM's providers. Microsoft has wisely chosen to offer this to the masses as part of the Windows AIK. USB keys can be found just about anywhere these days for next to nothing. Combine the capabilities of WinPE with the portability of a USB key and you just made a very powerful troubleshooting, imaging, and data recovery tool. Here is a quick step by step on how to do just that:

Step 1. ) Get USB Key

You probably already have a few and if not you can purchase these just about anywhere, so I won't tell you where to get one. You should get a USB 2.0 device of at least 512mb in size, but if you plan on putting a lot into a custom PE install or plan on using it to transfer data too then you are better served getting a larger size (2.0-4.0GB)

Step 2.) Download and Install the Windows Automated Installation Kit (Windows AIK)

This deployment oriented tool set contains Windows PE 2.0.

Step 3.) Format the USB key

Note: This must be done from Windows Vista

Start a command prompt and run the following. This set of commands assumes your USB key is detected as disk 1, you should double check that by doing a list of the disks before cleaning it. If you have multiple hard drives you could end up wiping your second drive using this command. You have been warned.

  • Diskpart
  • select disk 1
  • clean
  • create partition primary
  • select partition 1
  • active
  • format fs=fat32
  • assign
  • exit

Step 4.) Setup Windows PE

  • In this step you will create and customize WinPE for your disk. From the machine that you installed the Windows AIK go to the start menu and select "Windows PE Tools Command Prompt" from under the Windows AIK program folder.
  • Run Copype.cmd x86 c:\winpe_x86
    • you can create an 64-bit version by changing the architecture from x86 to amd64
  • Add customizations to WinPE
    • copy any tools you want available to the C:\winpe_x86\iso folder such as imaging tools if you want to use this for capturing images (imagex, wimscript.ini)

Step 5 .) Copy Windows PE to USB Key

Insert the USB key into the machine that you have WinPE on and run the following command to copy the contents to the USB Key

xcopy c:\winpe_x86\iso\*.* /s /e /f e:\

change c: to reflect the drive your files on and e: to be your USB key.

There you have it...a quick way to make a handy USB version of WinPE that you can take with you anywhere. These can be used in almost any modern computer that supports USB booting.

Source: Creating A Bootable WinPE 2.0 USB Key:



Technorati : , , ,
Del.icio.us : , , ,
Ice Rocket : , , ,
Flickr : , , ,
Zooomr : , , ,
Buzznet : , , ,
Riya : , , ,
43 Things : , , ,

2月20日

Komodo Edit 4.0 Free

Focus on what your code can do; let your editor sweat the details. Komodo Edit 4.0 is a free, multi-language editor that makes it easy to write quality code.

Write great code

Award-winning editing for dynamic languages including Perl, PHP, Python, Ruby and Tcl; plus support for browser-side code including JavaScript, CSS, HTML and XML.

Background syntax checking and syntax coloring catch errors immediately, while autocomplete and calltips guide you as you write. Available on Linux, Mac OS X and Windows.

Features

ActiveState Komodo IDE: Perl editor.

Multi-language editor

Multi-language support

Advanced support for:

  • Browser-side languages: CSS, HTML, JavaScript and XML
  • Server-side languages: Perl, PHP, Python, Ruby and Tcl
  • Web template languages: RHTML, Template-Toolkit, HTML-Smarty and Django
Autocomplete and calltips
  • Write code faster and shorten the learning curve with code completion that guides you as you work
  • CSS, HTML, JavaScript, Perl, PHP, Python, Ruby, Tcl, XML and XSLT.
  • Schema-based XML/HTML completion
  • Multiple-language file support, such as CSS and JavaScript completion in HTML
  • Support for adding third-party libraries
  • Interpreter version differentiation of built-in and standard library information
Multi-language file support

Correct syntax coloring of multi-language files and templated files, common in many web programming frameworks. Add custom language support (User-Defined Languages or UDL, used to provide support for RHTML, Template-Toolkit, HTML-Mason, Smarty and Django).

Standard editing features

Code commenting, auto-indent and outdent, block selection, incremental search, reflow paragraph, join lines, enter next character as raw literal, repeat next keystroke and clean line endings on "save".

Syntax checking

Instant feedback for all fully-supported languages.

Syntax coloring

Spot errors easily and improve readability and context, even in multi-language files (unique to Komodo!).

Vi emulation

Modal Vi keybindings emulate navigation, text insertion and command behavior. Custom commands can be implemented by adding Komodo macros to a Vi Commands Toolbox folder.

Emacs keybindings

Emacs-like keybinding scheme supports new editor features modeled on Emacs, such as transient marks (similar to the Emacs "mark ring"), repeat next command and reflow paragraph.

HTML preview

Check HTML, XML and CSS files side-by-side or in a browser, using arbitrary files or URLs.

Multilingual Input Method Editor (IME) support

Use your standard keyboard to enter multi-byte characters, such as Simplified Chinese, Japanese and Korean.

Code snippets

Store any piece of code for reuse.

Code folding

Work quickly and efficiently with large sections of code.

Multi-document editing

Easily work on multiple documents simultaneously using multiple tab groups, split view, and cross-document search.

Tutorials

Easily master editing features.

ActiveState Komodo: Ruby IDE IDE.

Project manager

Convenient, flexible organization of all project elements.

Live Folders

Project view displays the current contents of corresponding file system directory.

Virtual Folders

Explicitly maintained multi-purpose containers for any project or Toolbox component, containing pointers to selected components from different file system locations.

ActiveState Komodo: Python IDE toolbox.

Toolbox

Store it

Store virtually anything, including configurable "Run" commands, macros, code snippets, URLs, Live and Virtual Folders, templates, menus, toolbars and remote files.

Share it

Share a Toolbox with networked team members or distribute valuable Toolbox items to other Komodo users with the import/export function.

ActiveState Komodo professional IDE for dynamic languages.

Extensibility

XPI Extensions

Create your own plug-ins. XPI extension support provides the same capability as Firefox, with all standard Mozilla APIs based on XUL, XBL, and XPCOM, plus our own for Python and JavaScript. We're even using this in Komodo development; for example, when adding UDL-based languages and defining custom language syntax-coloring. Other new features, such as the DOM Viewer, are also extensions. If you've written an extension for Firefox, you'll be comfortable writing one for Komodo.

Download via Pando or visit website

 

Pando Package

Virtual PC 2007

Virtual PC 2007 is now ready for final download.

Save time and money as Virtual PC allows you to maintain the compatibility of legacy and custom applications during migration to new operating systems and increases the efficiency of support, development, and training staffs.
With Microsoft® Virtual PC 2007, you can create and run one or more virtual machines, each with its own operating system, on a single computer. This provides you with the flexibility to use different operating systems on one physical computer.
For more information about the ways you can use virtual machines, see Virtual PC at http://go.microsoft.com/fwlink/?LinkId=78095.

System Requirements

  • Supported Operating Systems: Windows Server 2003, Standard Edition (32-bit x86); Windows Server 2003, Standard x64 Edition; Windows Vista Business; Windows Vista Business 64-bit edition; Windows Vista Enterprise; Windows Vista Enterprise 64-bit edition; Windows Vista Ultimate; Windows Vista Ultimate 64-bit edition; Windows XP Professional Edition ; Windows XP Professional x64 Edition ; Windows XP Tablet PC Edition

An x64-based or an x86-based computer with a 400 MHz or faster (1 GHz recommended) processor with L2 cache
Processor: AMD Athlon/Duron, Intel Celeron, Intel Pentium II, Intel Pentium III, Intel Pentium 4, Intel Core Duo, and Intel Core2 Duo
RAM: Add the RAM requirement for the host operating system that you will be using to the requirement for the guest operating system that you will be using. If you will be using multiple guest operating systems simultaneously, total the requirements for all the guest operating systems that you need to run simultaneously.
Available disk space: To determine the hard disk space required, add the requirement for each guest operating system that will be installed.
Virtual PC 2007 runs on: Windows Vista™ Business; Windows Vista™ Enterprise; Windows Vista™ Ultimate; Windows Server 2003, Standard Edition; Windows Server 2003, Standard x64 Edition; Windows XP Professional; Windows XP Professional x64 Edition; or Windows XP Tablet PC Edition.

Virtual PC 2007 can be downloaded with fast with Pando or direcly from Microsoft here

Pando Package

 

Pando Package

2月14日

Why use Slash My Search?

Slash My Search is a brand new search engine that is designed to get you the best results out there on the Internet quickly and effectively. Using our proprietary algorithms, we are able to "slash" through more of the junk and find you the most relevant results. We filter results from Yahoo, AltaVista, Excite, the Google search engine, our databases and several other sources. We also track what results are visited the most and refine our database with that information.

Also, when visiting results, we load them into a frame with tools at the top to help you easily return to the search results, try different search terms or close the frame and surf the result in a full window. If you are using Internet Explorer, these results are also initially loaded with a restricted security setting better shielding you from spyware, adware, trojans, viruses, popups and other javascript actions. However, if the frame is broken or a page loads in a different window, security will revert to your browser's default setting.


The best thing is the opportunity to create money when you use this new search engine.

Signup for a free account and start searching for money:-)


Technorati : , ,
Del.icio.us : , ,
Ice Rocket : , ,
Flickr : , ,
Zooomr : , ,
Buzznet : , ,
Riya : , ,
43 Things : , ,

2月7日

Creating A Bootable WinPE 2.0 USB Key

Windows Preinstallation Environment (PE) 2.0 is a slimed down version of Windows (hence all the MiniNT references) that used to be the exclusive domain of OEM's providers. Microsoft has wisely chosen to offer this to the masses as part of the Windows AIK. USB keys can be found just about anywhere these days for next to nothing. Combine the capabilities of WinPE with the portability of a USB key and you just made a very powerful troubleshooting, imaging, and data recovery tool. Here is a quick step by step on how to do just that:

Step 1. ) Get USB Key

You probably already have a few and if not you can purchase these just about anywhere, so I won't tell you where to get one. You should get a USB 2.0 device of at least 512mb in size, but if you plan on putting a lot into a custom PE install or plan on using it to transfer data too then you are better served getting a larger size (2.0-4.0GB)

Step 2.) Download and Install the Windows Automated Installation Kit (Windows AIK)

This deployment oriented tool set contains Windows PE 2.0.

Step 3.) Format the USB key

Note: This must be done from Windows Vista

Start a command prompt and run the following. This set of commands assumes your USB key is detected as disk 1, you should double check that by doing a list of the disks before cleaning it. If you have multiple hard drives you could end up wiping your second drive using this command. You have been warned.

* Diskpart
* select disk 1
* clean
* create partition primary
* select partition 1
* active
* format fs=fat32
* assign
* exit

Step 4.) Setup Windows PE

* In this step you will create and customize WinPE for your disk. From the machine that you installed the Windows AIK go to the start menu and select "Windows PE Tools Command Prompt" from under the Windows AIK program folder.
* Run Copype.cmd x86 c:\winpe_x86
o you can create an 64-bit version by changing the architecture from x86 to amd64
* Add customizations to WinPE
o copy any tools you want available to the C:\winpe_x86\iso folder such as imaging tools if you want to use this for capturing images (imagex, wimscript.ini)

Step 5 .) Copy Windows PE to USB Key

Insert the USB key into the machine that you have WinPE on and run the following command to copy the contents to the USB Key

xcopy c:\winpe_x86\iso\*.* /s /e /f e:\

change c: to reflect the drive your files on and e: to be your USB key.

There you have it...a quick way to make a handy USB version of WinPE that you can take with you anywhere. These can be used in almost any modern computer that supports USB booting. More information on this and other great things you can do with Windows PE are located in the Windows AIK.

See more here

Source: Josh's Windows Weblog : Creating A Bootable WinPE 2.0 USB Key.

2月5日

Top 40 reason for using AGLOCO services.

Imagebox_1168203952_r3

1. You can make money safely, legitimately, and easily.

2. It takes maybe three minutes to join.

3. You need nothing more than a working computer connected to the Internet.

4. You don't have to enter any sensitive information to join.

5. You don't have to buy anything to join.

6. You don't have to buy anything ever once you are a member.

7. It's easy to cancel if you don't want to be a member any more.

8. You'll only download a small free toolbar that won't install anything else on your computer, hog its memory, or read your keystrokes.

9. You'll make the same amount of money even if you never click on anything.

10. AGLOCO is the real deal, not some little scam. A good number of notable entrepreneurs are backing it. A Google search with keyword "agloco" will net you 1 million pages and counting.

11. Very important: AGLOCO's business model has been tried before and proven to work. In fact, AGLOCO's predecessor paid out over $120 million to its members (this is what finally convinced me).

12. You can dramatically increase your income by referring other people to AGLOCO, because...

13. ...AGLOCO pays you a portion of the surf money earned by those you referred up to 5 levels below you. So...

14. You can recruit your friends and all make money together when you help them get referrals. Thus,

15. The sooner you sign up, the more folks will come to you for info and the more likely it is that you will be the original seed of a large referral network in your community.

16. You never have to read emails from people you don't know.

17. You'll never be asked to send emails to people you don't know.

18. You don't have to change anything you normally do on the Internet. You surf, AGLOCO pays.

19. AGLOCO's revenue source is genuine: a Viewbar members use that shows targeted advertisements based on your surf history, with the money paid to advertise going back to the members. That's not magic; that's common sense.

20. The Viewbar software you will download will not invade your privacy; it simply looks for keywords on the pages you view in order to show related ads.

21. The Viewbar is maybe the size of your taskbar at the bottom of your screen - in other words, it's small and won't interfere with your browsing experience at all.

22. AGLOCO has a thorough privacy policy that explicitly guarantees personal information will never be sold or given away.

23. In fact, AGLOCO has not one but three agreements every member must agree to. The bases are covered.

24. AGLOCO has a CPO - Chief Privacy Officer - whose responsibility is to make sure your privacy is never violated. His name is Ray Everett-Church, and he has more experience protecting privacy than probably anyone else on the planet.

25. AGLOCO doesn't play; anybody providing fake information, signing up twice, or otherwise trying to cheat the system will be detected by AGLOCO's anti-hacking instruments. This is an honest enterprise through and through.

26. By signing up, you support the company that will change Internet advertising for the better.

27. By signing up, you get to own a piece of the company that will change Internet advertising for the better. AGLOCO belongs to its members, which is to say that...

28. ...you will own stock (more if you refer people) in a company that is likely to become huge and thus your stock will be worth something awesome when AGLOCO goes public on the London Stock Exchange.

29. You will likely find that other AGLOCO members, especially now in the early stages of AGLOCO, are some of the Web's savviest users and developers, and you can learn a bunch from them.

30. You get to be on the cutting edge of World Wide Webware development, which means that as AGLOCO grows, its members will benefit from...

31. ...discounts when members buy from companies affiliated with AGLOCO;

32. ...possible help with spyware/antivirus protection (remember, everyone from Fortune 500 companies to millions of users will all benefit from a better browsing experience);

33. ...community forums where members can meet and discuss not just stuff, but ways and member-based projects to make AGLOCO better (it is our company).

34. Our company is in good hands. AGLOCO pays 10% of its revenues to Infomediary Services Corporation (ISC), which is simply the management company that is responsible for managing AGLOCO. The other 90% of the revenue belongs to us. This 10% will attract the designing talent needed to make AGLOCO great. The corresponding 10% of AGLOCO's shares go to a foundation dedicated to providing every human being on Earth with Internet access.

35. AGLOCO's management team will not get stock in AGLOCO. This ensures that those in positions of high responsibility don't hijack the company.

36. Though circumstances will vary, you can get paid and earn shares no matter where on Earth you live.

37. If you choose, you can donate your earnings and shares to the charity of your choice.

38. If you get involved in referring more members, you might be able to quit your day job and actually spend time at home, with your family, on vacation, wherever - and still make money.

39. If AGLOCO fails, you won't lose any money because you paid none in the first place.

40. AGLOCO ain't gonna fail. The last time such an opportunity existed, people made over $120 million in under 2 years, when far less people had Internet access and conditions weren't yet right for such a company to go public. Now, with record spending on advertising and calls from all sides for less irrelevant advertising and a better business/customer connection, the world is more than ready for an Economic Network that gives back to its users.

Now, if you aren't yet a member, after everything I just told you, you're not going to go and sign up?

List created by: Michael H. Lewis

Agloco468x60x

 

2月2日

Windows Vista Upgrade Desision Flowchart

I just found this page where you can get help to decide your Windows Vista upgrade path.

Follow this link


Technorati : ,

1月29日

Windows Live Services Overview

1. http://get.live.com : Future entry point into the Windows Live Platform offerings (quite …empty… today though)
2. http://ideas.live.com: Shows the available Windows Live offering (market-dependant and possibly beta)
3. http://www.live.be: Personal home page for any Windows Live ID owner
4. http://search.live.com: Windows Live Search service to search the Internet for News, Pictures, Web Sites, RSS feeds, Academic Studies, etc
5. http://spaces.live.com: Blog/Picture shared page for any Windows Live ID owner
6. http://mail.live.com: Web mail service available to any Windows Live ID owner. Enables contact management and calendar management and sharing as well.
7. http://messenger.live.com: Instant messaging service to enable text, voice and video conversations between any two or more Windows Live ID owners (or Bots). Entry point to Windows Live Call that enables call from a PC to any landline or mobile phone anywhere in the world.
8. http://safety.live.com: Free service to occasionally check the state of your machine with regard to viruses, performance, cleaning and optimization. 9. http://onecare.live.com: Security service for maintaining the quality of 3 computer systems for any Windows Live ID owner. This is not beta anymore
10. http://fss.live.com: Security service to allow any parent holder of a Windows Live ID to control how his/her children, each of them holder of a Windows Live ID, makes use of the Internet.
11. http://gallery.live.com: Directory of gadget, toolbar buttons, bots, etc all of them being individual elements usable inside of the Windows Live Platform.
12. http://domains.live.com: Allows the creation and maintenance of e-mail addresses inside of a personal domain name, each e-mail address becoming a valid Windows Live ID
13. http://local.live.com: Cartography service with route planner, push-pins, etc available to anyone
14. http://favorites.live.com: Enables the management of Web favorites that is always available wherever you are.
15. http://account.live.com: Allows the management of the account of any Windows Live ID owner.
16. http://toolbar.live.com: Internet-explorer-based toolbar for easy access to search, spaces, mail and other Internet resources through the use of toolbar buttons.
17. http://alerts.live.com: to hold and maintain the list of reminders you want the Windows Live Platform to send you.
18. http://soapbox.msn.com: to publish and broadcast any personal video.
19. http://dev.live.com: Entry point for all developers who are willing to create applications using the Windows Live Platform services.
20. http://microsoftgadgets.com: Entry point for all Windows Vista Gadget related resources
1月27日

Launchy: The Open Source Keystroke Launcher for Windows

Launchy is a free windows utility designed to help you forget about your start menu, the icons on your desktop, and even your file manager.

Launchy indexes the programs in your start menu and can launch your documents, project files, folders, and bookmarks with just a few keystrokes!

Once Launchy has been started, it hides in the background. You bring it forward by holding the alt key and tapping the space key. You then type in a few keys of the program you are searching for and hit enter once it has been found. You can also make Launchy dissappear again by hitting escape or alt+space.

Visit website

1月13日

Viamatic foXpose | Firefox Add-ons | Mozilla Corporation



Use the Viamatic to create a IE tabpage. On that page will all tabs be showed as thumbnails.



Technorati :

Robocopy GUI

It's here, a last!

The Robocopy GUI will help creating powerfull scripts.

Get it here

Technorati :

Ultimate List of Free Windows Software from Microsoft

I just found a new list over free tools from Microsoft.



Technorati : ,
Del.icio.us : ,
Ice Rocket : ,
Flickr : ,
Zooomr : ,
Buzznet : ,
Riya : ,
43 Things : ,

1月2日

Fantasticmachine

Dyrk lige denne form for musik...Alle mennesker burde eje en:-)

FantasticMachine
Uploaded by olivier66

Ads by AdGenta.com

12月27日

Tænk som en hacker

Denne side giver dig mulighed for at prøve at tænke som en hacker. Den er på dansk og starter meget nemt. Via Google kan de fleste opgaver dog løses:-)

Start udfordingen her

12月5日

Video link

Har fundet et program hos http://www.linkbucks.com/link/fb4eca1f så kan broadcaste video direkte fra en computer. Leger med det her:
11月11日

12 Step Program Of Recovery For Web Addicts

1) I will have a cup of coffee in the morning and read my PAPER newspaper like I used to, before the Web.

2) I will eat breakfast with a knife and fork and not with one hand typing.

3) I will get dressed before noon.

4) I will make an attempt to clean the house, wash clothes, and plan dinner before even thinking of the Web.

5) I will sit down and write a letter to those unfortunate few friends and family that are Web-deprived.

6) I will call someone on the phone who I cannot contact via the Web.

7) I will read a book... if I still remember how.

8) I will listen to those around me about their needs and stop telling them to turn the TV down so I can hear the music on the Web.

9) I will not be tempted during TV commercials to check for email.

10) I will try and get out of the house at least once a week, if it is necessary or not.

11) I will remember that my bank is not forgiving if I forget to balance my checkbook because I was too busy on the Web.

12) Last, but not least, I will remember that I must go to bed sometime... and the Web will always be there tomorrow.

11月7日

Sådan...tiden går og jeg vinder stadigvæk

 
Så skete det igen...Iversen vandt følgende:
 
U2 ZOO TV - LIVE FROM SYDNEY

Spørgsmålet var: Hvor lang tid spiller filmklippet?
Det rigtige svar er: c) Ca. 3½ minut

Vinderne blev:

Torben Boje Jensen (DVD)
Else-Marie Madsen (DVD)
Michael Iversen (DVD)
John Søgaard (DVD)
Jannie Jensen (DVD)
 
Det er efterhånden for nemt