httpruntime enablekerneloutputcache="false" executiontimeout="600" maxrequestlength="512000"
Just a log of stuff that I've usually forget, with comical spin. On my way to get organized ...
20 September 2011
enableKernelOutputCache="false" makes all difference
26 August 2011
The file '' has not been pre-compiled, and cannot be requested ...
Hula
05 July 2011
datetime to string formats ...
| 0 | MM/dd/yyyy | 08/22/2006 |
| 1 | dddd, dd MMMM yyyy | Tuesday, 22 August 2006 |
| 2 | dddd, dd MMMM yyyy | HH:mm Tuesday, 22 August 2006 06:30 |
| 3 | dddd, dd MMMM yyyy | hh:mm tt Tuesday, 22 August 2006 06:30 AM |
| 4 | dddd, dd MMMM yyyy | H:mm Tuesday, 22 August 2006 6:30 |
| 5 | dddd, dd MMMM yyyy | h:mm tt Tuesday, 22 August 2006 6:30 AM |
| 6 | dddd, dd MMMM yyyy HH:mm:ss | Tuesday, 22 August 2006 06:30:07 |
| 7 | MM/dd/yyyy HH:mm | 08/22/2006 06:30 |
| 8 | MM/dd/yyyy hh:mm tt | 08/22/2006 06:30 AM |
| 9 | MM/dd/yyyy H:mm | 08/22/2006 6:30 |
| 10 | MM/dd/yyyy h:mm tt | 08/22/2006 6:30 AM |
| 10 | MM/dd/yyyy h:mm tt | 08/22/2006 6:30 AM |
| 10 | MM/dd/yyyy h:mm tt | 08/22/2006 6:30 AM |
| 11 | MM/dd/yyyy HH:mm:ss | 08/22/2006 06:30:07 |
| 12 | MMMM dd | August 22 |
| 13 | MMMM dd | August 22 |
| 14 | yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK | 2006-08-22T06:30:07.7199222-04:00 |
| 15 | yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffffK | 2006-08-22T06:30:07.7199222-04:00 |
| 16 | ddd, dd MMM yyyy HH':'mm':'ss 'GMT' | Tue, 22 Aug 2006 06:30:07 GMT |
| 17 | ddd, dd MMM yyyy HH':'mm':'ss 'GMT' | Tue, 22 Aug 2006 06:30:07 GMT |
| 18 | yyyy'-'MM'-'dd'T'HH':'mm':'ss | 2006-08-22T06:30:07 |
| 19 | HH:mm | 06:30 |
| 20 | hh:mm tt | 06:30 AM |
| 21 | H:mm | 6:30 |
| 22 | h:mm tt | 6:30 AM |
| 23 | HH:mm:ss | 06:30:07 |
| 24 | yyyy'-'MM'-'dd HH':'mm':'ss'Z' | 2006-08-22 06:30:07Z |
| 25 | dddd, dd MMMM yyyy HH:mm:ss | Tuesday, 22 August 2006 06:30:07 |
| 26 | yyyy MMMM | 2006 August |
| 27 | yyyy MMMM | 2006 August |
19 June 2011
enabling window 7 home premium users to map network drive ...
you can edit the registry yourself by doing this:
1) open Notepad:
2) copy this text and past in notepad:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"lmcompatibilitylevel"=dword:00000002
3) save the file on your desktop (or anywhere else) as name.reg - ".reg" is important.
4) run the file and press yes on the 2 poppups.
Now it should be fixed.
ref: link
18 May 2011
parse string for unique csv values ...
// var splitted = input.split(',');
// var collector = {};
// for (i = 0; i < splitted.length; i++) {
// key = splitted[i].replace(/^\s*/, "").replace(/\s*$/, "");
// collector[key] = true;
// }
// var out = [];
// for (var key in collector) {
// out.push(key);
// }
// var output = out.join(','); // output will be 'a,b,said,t,u,ugly'
// alert(output);
// return false;
06 May 2011
Jano mori
Jano mori , Jano lele , sevdalino,
Moja rosna , Jano mori , detelino,
Aj , moja rosna , Jano mori , detelino.
Pominuvash , Jano mori , zaminuvash,
nit mi zboris, Jano mori, nit se smeesh
Aj, nit mi zboris, Jano mori, nit se smeesh
Me prasaet , Jano mori , majstorite,
shto im zgotvi , Jano mori , za vecera,
Aj , shto im zgotvi , Jano mori , za vecera.
Kad banicka, begu more, kad kokoshka,
Ova vecer , begu more , rudo jagne,
Aj, od dve majki, begu more , zadoeno."
Zašto svićeš tako rano
Zašto svićeš tako rano,
rujna zoro, s puno sjaja,
što mi budiš zlato moje
iz najljepšeg zagrljaja?
Što se zoro ne sakriješ,
i nepustiš noć na miru,
da još jednom ljubim zlato
što mi leži na mom krilu?
Samo tihi povjeterac
nek’ nam svoje čari pruža,
a noć tiha, tako duga,
nek nam pruža miris ruža!"
06 April 2011
The CodeExpressionBuilder - Infinities Loop
A very exciting new feature in ASP.NET 2.0 is Expression Builders. Expression builders allow for some pretty interesting interaction with the ASP.NET compilation model.
For example, new to ASP.NET 2.0 is the ability to reference appSettings declaratively. Lets say you wanted the text of a button to be based on a value in the appSettings section of your web.config. Piece of cake:"
[ASP.NET] <%# %> vs <%= %> - Stack Overflow
<%: ... %> (as of .NET v4.0) is an html encoded version of <%= %> (as @Eric mentions)
<%# ... %> is used in data-binding context for Bind, Eval or Output (as @Ray mentions)"
30 March 2011
The Collapse of Globalization, By Chris Hedges « Speaking Truth to Power
BY CAROLYN, ON MARCH 28TH, 2011
ORIGINAL ARTICLE
The uprisings in the Middle East, the unrest that is tearing apart nations such as the Ivory Coast, the bubbling discontent in Greece, Ireland and Britain and the labor disputes in states such as Wisconsin and Ohio presage the collapse of globalization. They presage a world where vital resources, including food and water, jobs and security, are becoming scarcer and harder to obtain. They presage growing misery for hundreds of millions of people who find themselves trapped in failed states, suffering escalating violence and crippling poverty. They presage increasingly draconian controls and force—take a look at what is being done to Pfc. Bradley Manning—used to protect the corporate elite who are orchestrating our demise."