I noticed that all my desktop icons were gone. I thought it was only because my computer was hanging, so I restarted it. After the restart there were still no icons. I’m not the kind of computer user who knows every solution to every small problem so I searched for solutions to what happened. (And […]
Technology
Fix PNG images with transparency in older Windows Internet Explorer versions
I wonder if this post would still get hits from search engine result pages. So many other web pages feature this fix for IE 5.5 and IE 6 web browser, that the Catzie.net Blog’s entry might just show up on the… 10th page or so. lol. Anyways, I’m still posting this, in case there are […]
CCNA Exploration 3 version 4.0 (Powerpoint Slides)
If you’re looking for course materials that you can install for offline viewing, click here to check the CCNA Exploration 4.0 Curriculum / Course Material installers, for offline viewing. They have more explanations that these PPT slides. This is the sequel to an older post, which is CCNA 2 Powerpoint Slides. This one features CCNA […]
Inline Frame that automatically adjusts its height for the source page
Last year, I was working on our MULPROJ layout, and the type of layout I was making needed an iframe whose height is auto resized according to the source page’s content. This means that there should be no vertical scrollbar in the iframe, it simply adjusts itself vertically. I thought that it wasn’t possible to […]
Cobol Compilers free download: MFCICS, Microsoft Cobol 2.20, Cobol IDE
I used to have several Cobol compilers available for free download in my old blog, Poochycat.com. That blog has gone, months ago, I think. I’m putting up all those Cobol compilers in this post. 🙂
IE Tester – see how your web pages look in different versions of IE (Windows Internet Explorer)
(Post taken from my old blog, Poochycat.com) Ahh, it seems that I posted this in our MULPROJ days. ^_^ Yesterday I woke up at 6AM. I wanted to go on with my sleep, but I couldn’t. I suddenly remembered that I haven’t tested in different versions of Internet Explorer the layout design of the website […]
CCNA Exploration 4.0 Curriculum / Course Material installers, for offline viewing
I did not make any of these, and I’m not affiliated with Cisco in any way. They all work on my computer. If they don’t work for you, then I’m not very sure if I can help you. 🙂 I put them up simply to share. You may also want to check out my other […]
PDF Download: Head First Java (2nd Edition) – by Katy Sierra and Bert Bates
Learning Java? Great, this book will help you. I uploaded this Java Programming PDF to share with IT Elective 1 (Object Oriented Programming with Java) classmates. 🙂 I searched for it in Google, and I’m lucky to find this free e-book of Head First Java – Second Edition. I can’t remember where I got it […]
Opening MS Office 2007 files in MS Office 2003
For our school work, Microsoft Office is very much used. Students exchange MS Office files with one another for homework and projects. Based on my observation, each time a file in MS Office 2007 format (.docx, .pptx, or .xlsx) is sent to a student who uses MS Office 2003, that receiving student complains, and either […]
PHP: Dynamic inclusion tutorial
I’m posting this because I thought that it might help some people who want to structurize their website in a way that they can easily edit pages which contain contents and pages which contain the code of the layout, as we separate layout code from contents in dynamic inclusion. This is for PHP beginners, but […]