Author: elPas0
Yesterday night i found amazing solution for storing session variables without cookies.
Thomas Frank write an article on how you can do it.
Main idea of his script is to use “top.name” property to store data, cause it’s value is stored between page loads. Live and learn! I personally didn’t know that fact.
Features :
- All data is stored on your computer
- It will let you store 2 MB of data, with much less hassle than a cookie based solution.
- The content of “top.name” does not get sent to the server in the header request - so it cant be sniffed
Mood: excited :)
Author: elPas0
If you think that buying Adobe Acrobat Professional is too expensive, but you do not want to use unregistered copy, then i have a solution for you.
So, you have a document ( Word, Excel, Jpeg, GIF, TIF, RTF, txt ) and you want to convert it to nice PDF and send to client. All you need to do is send your document to pdf@koolwire.com. In 1-2 minutes you will get reply with generated PDF. This service has limit on file size - your file should be less than 10 Mb.
Use and enjoy :)
Author: elPas0
If you in web development, sooner or later you will understand that you need some version control system. After reading about these systems i set my choice on SVN.
I am not going to tell you how to install it, you can find many detailed articles on this topic. I want to share some basic commands. This list is more than enough to get basic experience of SVN usage. I also recommend you to read this book, if you are going to use it seriously.
Continue Reading
comments