Launchy – coolest demo

Posted in productivity with tags on January 20, 2010 by admin

Launchy is a launcher program wich can be used to open/run every program you have on your computer.
For example, type “NotePad” + “Enter” and Notepad will be opened.
Launchy can be downloaded at: http://sourceforge.net/projects/launchy/

jQuery SWFObject Plugin

Posted in 1 on September 16, 2009 by admin

What is the jQuery SWFObject plugin?

The jQuery SWFObject plugin is an addon for jQuery that offers SWFObject’s unique functionality of embedding Flash content using the internal jQuery API. The latest version 1.0.7 is based on the latest SWFObject version 2.2 with permission.

jQuery SWFObject plugin

flash internet explorer problem

Posted in 1 with tags , on September 6, 2009 by admin

Whoever tried to put some flash object on some page encounter this famous flash internet explorer problem forcing the user to double clcik on the flash to get it activated.
Here is some fix for the problem:

function fixit(){
	theObjects = document.getElementsByTagName("object");
	for (var i = 0; i < theObjects.length; i++) {
		theObjects[i].outerHTML = theObjects[i].outerHTML;
	}
}

Then call the function after you insert the flash object, just like that

Some flash object

···
···
···

fixit();

Launchy note taker

Posted in productivity with tags , on September 2, 2009 by admin

Notes:bat:

'take notes on the run and send them to evernote
@echo off
cat " " > C:\Users\Yaakov\Documents\My Dropbox\inbox\notes.txt"
edit "C:\Users\Yaakov\Documents\My Dropbox\inbox\notes.txt"
c:\Progra~1\Evernote\Evernote3\ENScript.exe createNote /n Capture /i "Notes to process" /s"C:\Users\Yaakov\Documents\My Dropbox\inbox\notes.txt"

Add this script to the runner plugin

Get yourself productive today

Posted in system, thinking with tags on January 1, 2009 by admin

1. Identify outcome : not activity, outcome. What are you producing? What will be left once you finished doing what your are doing? Don’t do work for work, but identify clearly the result your are supposed to do. And get the shortest path to it.

2. Cut off interuption : close email, TV, radio, your phone, the people around, your thoughts of projects for tomorow – and focus on what do you need/want to produce know.

3. Take your time : Yes! This is being productive. Get yourself out of this illusion that by trying to finish this 4h work in 1h you save your time. You just burn your nerval system and the task doesn’t get done anyway. As rule, fuck off time prevision on how long it will take. If you need to do what your doing at all, then do it. Else do something else. It will take it will take, but heck, you need it or not. If you don’t then don’t spend even one extra second on this task.

4. Stop every hour, and check if you still to be doing what you are doing ? is it getting you closer to the thing you need to achieve. So that it will take you out of the thinking mode that you need to be doing anything. You need to produce an output – a coffea, a workplan, an article, a piece of software, master some kind of new competence, learn some new stuff. Focus on outcome – and do it regularly.

5.Once done, evaluate your objectives again, check out how this got you closer to your goals. And move forward.

Reload the Page With JavaScript

Posted in javascript, programming with tags , , on December 7, 2008 by admin

<input type=”button” value=”Reload Page” onClick=”window.location.reload()”>

Or

<input type=”button” value=”Reload Page” onClick=”history.go(0)”>

Or

<input type=”button” value=”Reload Page” onClick=”window.location.href=window.location.href”>

 

If you need to make a clean reload, without all ?params=…&params=…

Use:

<input type=”button” value=”Reload Page” onClick=”window.location.href=window.location.href.split(‘?’)[0]“>

The new economic model according to…

Posted in huh? on December 6, 2008 by admin

Very enjoyable video from sxephil ;)

Humor aside, it is just one out many other people over the internet making out of nowhere a new economic model. As if economist didn’t know how to build an economic system. But the problem is not really with the system itself but really with people that make this system operate.

What ? Bank didn’t know they produced money that have only a financial value but no real connection to the reality ? Economists didn’t know that such a behaviour would lead the world to a global crisis ? For the past 10 years we have been producing money that have no real value, but a serie of number on a screen. Today, the amount of money that is supposed to be in world does not exist in the real world.

The lack of balance in this world economy is source of the crisis. The lack of balance come from our own incapacity to deal with our desir to possess.

Ashlag describe this crisis as the result of a lack of equilibrium with the laws of nature. Having the world have laws, so has our society. Not legal laws, but physical laws, laws that stem from our own nature, human nature. Human nature is desire to receive, Ashlag say. So if we don’t study the laws of the desir to receive to see how to stabilize its satisfaction, we end up in crisis.

Follow

Get every new post delivered to your Inbox.