Category Archives: work

Portable WebDav Client for Windows

CarotDAV is nice and portable. Download it from the link below: http://rei.to/carotdav_en.html And configure as follows:   Username should be your email login for SafeSync. You can now upload and download things    

Also posted in HowTo, Tech | Tagged , | 2 Comments

Sharepoint 2010: Display Quick Launch in a Web Part Page

Go into Sharepoint Designer 2010 and remove the following lines of code: These 2 groups of lines: <style type=”text/css”> body #s4-leftpanel { display:none; } .s4-ca { margin-left:0px; } </style> and these: <asp:Content ContentPlaceHolderId=”PlaceHolderNavSpacer” runat=”server”></asp:Content> <asp:Content ContentPlaceHolderId=”PlaceHolderLeftNavBar” runat=”server”></asp:Content>

Also posted in Computer/IT, HowTo | Tagged , | 4 Comments

Remove Recently Modified List in Sharepoint 2010′s Quick Launch

If you’re just editing one page then a CEWP with these CSS styles will do the trick: But if you’re editing it site-wide then edit the v4.master page and look for the line: Just add this: Visible=”false” So it should look like: Don’t forget to check out the master page before reloading the site on [...]

Also posted in Computer/IT, Design, HowTo, Tech | Tagged , , , | Leave a comment

Automatic intranet Sharepoint site authentication using Firefox

Because you don’t like entering your domain user/login:password everytime you try to check your Sharepoint site… 1. Open Firefox. 2. Type ” about:config ” on the address bar. 3. Enter ” network.automatic-ntlm-auth.trusted-uris ” on the filter bar. 4. Double-click on ” network.automatic-ntlm-auth.trusted-uris ” and add the url for your sharepoint site (can be comma delimited [...]

Also posted in Computer/IT, HowTo | Tagged , , , | Leave a comment

Configure Outlook for GMX

Just follow the pictures, please. I’m too lazy to type right now. The important thing is to get the ports and settings right. 1. Tools > Account Settings, click New. 2. Choose Microsoft Echange, POP3, IMAP or HTTP 3. Tick “Manually configure server settings or additional server types” 4. Choose Internet E-mail 5. Fill up [...]

Also posted in Computer/IT, HowTo | Tagged , | Leave a comment

Coloring my code

Been using Windows for coding a lot lately. My editors of choice are Programmer’s Notepad and Notepad++. Used to do the whole Emacs thing back then but that’s getting heavy with all the different machines I use. So if you code a lot you should also take the time to adjust the color scheme of [...]

Also posted in Computer/IT, Design, HowTo | 1 Comment

Sharepoint Designer 2010 woes

Been tasked to do a Sharepoint 2010 workflow at work (another one lined up after this project). Doing workflows on Sharepoint Designer is like dancing with your legs hobbled. You should be able to do loops.  You can’t do that in Sharepoint Designer. I know it’s not a full blown programming language and we can [...]

Also posted in Computer/IT, Tech | Tagged , , | 2 Comments

Org

http://orgmode.org/

Also posted in Computer/IT | Tagged | Leave a comment

How to give “Everyone” Win32 ACLs :)

Note: You can only do this if you are admin in a win32 machine. Scenario: You are using a shared computer which has a folder with all it’s contents set to be unreadable, undeletable by another user. Download SetACL from http://helgeklein.com/ If you’re target folder is D:\unreadable, do this: setacl -on "d:\unreadable" -ot file -actn [...]

Also posted in Computer/IT, security, self-help | Tagged , , , , | Leave a comment

How to force Internet Explorer to prompt you to save your passwords, again.

When you login to a certain site for the first time, Internet Explorer will prompt you if you want to save your login credentials (login name and password).

Also posted in Computer/IT, HowTo, security, Tech | Tagged , , | 1 Comment