Posts

Showing posts from November, 2010

You don’t currently have permission to access this folder.

Problem : Whenever trying to access files or folders which current login account don't have permission but belong to administrator group, the system will prompt : You don’t currently have permission to access this folder. If you click continue button , the system will add the current login account into the ACL which you might want it to happen because this will mess up your ACL. Solution : Run Explorer.exe as administrator. You might see some solution suggest to run explorer.exe as administrator. If you create a shortcut at desktop to launch the explorer.exe and right click select Run As Administrator. But soon or later you will notice the problem still remain. After searching around , I found the trick which a lot of them didn't mention in their answer. The trick : Modify the registry. Changing the registry setting “RunAs” to “_RunAs” in HKEY_CLASSES_ROOT\AppID\{CDCBCFCA-3CDC-436f-A4E2-0E02075250C2} . Tested on my machine , this trick is working. Solution found from here : htt...

Convert HTML to Plain Text

If you having the same problem like me wanted to display HTML tag in post body, you can refer to this page: http://www.blogspottutorial.com/2008/12/html-code-appears-in-posting.html ---

Very Silly Method to strip off html to get url

I know this is a very silly method on stripping off html tag from the html source code in order to retrieve the jpg url but it work , so I record down for my own use. 1. Prepare a file with all the html code and save it as txt.txt. https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhX_lcZKGq-RNHJhNJXCGo7jAIdgzGNbIDd7y6OP-6Q0phhtcywmwRkXUsNvJRSj_hIOfNTaxem80PBUc9s8bobqWnOhbm-1F9UNMyMxwN7UZcTAqq67OGegzX1yfnlJRaX2oKZzNvfR5iE/s1600/53.jpg " > 2. awk 'BEGIN { RS="href=\"" } { print $1}' txt.txt >txt2.txt https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsqsggAcvhrw2MtHMJYmkMXRYi578NHtIN1Qumef1ZCUlQkC9LGV_xLIFAd2_FBUtLqecwg0-cRztF0kAJG4oxARG4TY_qA0asCypIALUVGZtlKD6fR3aNKCmVX0Yk-RJhB-qXzIs7IAS6/s1600/1.jpg " > 3. awk '{ FS="\""; print $1}' txt2.txt >txt3.txt https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsqsggAcvhrw2MtHMJYmkMXRYi578NHtIN1Qumef1ZCUlQkC9LGV_xLIFAd2_FBUtLqecwg0-cRztF0kAJG4oxARG4...

Freeware Office tools: Database

http://www.hlrnet.com/frofdata.htm