|
Tuesday, 14 April 2009 20:54 |
|
Although I’ve been working for both the Information Technologies and the Marketing and Communications department of my company, I’ve been challenged recently to give a slice of my time to the HR team, where a more technically supported approach to some of their human problems was to be tried out.
One of the things I have to do is create some video tutorials using the footage taken in some of our training sessions and the PowerPoint files used by the teacher in those sessions. I have to do some cool effects like showing a presentation slide while running the video on a small corner window at the same time, and a lot of things like that.
|
|
Read more... [Free Windows Movie Maker 2 Video Tutorial]
|
|
|
Thursday, 02 April 2009 22:08 |
|
If you are like me, there are some HEX color codes that you know by heart. But most of them are very hard to memorize and we always have to use a color picker of some kind to find the HEX color code we want. If you don't need to use strange colors, here goes a great solution that makes it a lot easier to memorize colors for CSS.
Did you know that you can use colors names in CSS? And did you know that the list of available colors is actually quite big?
Take a look at the list and feel free to bookmark this page to get to it everytime you need.
|
|
Read more... [Color Names in CSS]
|
|
Tuesday, 31 March 2009 19:16 |
|
It's Washington, D.C. It's the last night of the year, and people are dying... No... this has nothing to do with the Devil! It is just the title of the book I am reading now.
After reading "The Vanished Man" and "The Sleeping Doll", Jeffery Deaver got me to read another one of his fast-paced thrillers. The author of the book that inspired the famous movie "The Bone Collector" is yet again the responsible for my few hours of sleep.
If you have read one or more of his stories, you know what I am talking about. If you haven't, what are you waiting for?
After creating Lincoln Rhyme, the famous quadriplegic retired criminalist, who solved the cases both in "The Bone Collector" (portrayed by Denzel Washington) and in "The Vanished Man", created a new top character - Parker Kincaid. This case is being solved by a team of characters lead by this retired FBI agent and top forensic document examiner.
|
|
Read more... [The Devil's Teardrop]
|
|
Sunday, 29 March 2009 13:53 |
|
You can use CSS to give levels of opacity to some objects in all browsers.
Most recent browsers (except, of course, IE8) already accept CSS 3 for opacity. So, for the great majority of recent browsers you will have to use this line of code to give a 60% opacity for a certain object:
opacity: 0.6;
For older Mozilla browsers, like Netscape Navigator, use this instruction:
-moz-opacity: 0.6;
For oldest Safari versions, you have to use this instruction:
-khtml-opacity: 0.6;
|
|
Read more... [Opacity Using CSS in all Browsers]
|
|
Saturday, 28 March 2009 01:54 |
|
It is great to have fast ways to access all the websites you visit more often. And there are several ways to do this. Some people use their browser's bookmarks toolbar and some people use web based platforms like Netvibes or iGoogle. I needed a faster way. At least for the websites I visit everyday. Gmail, news websites, my homepage or my online task manager are a few examples. But what's faster than the browser's bookmarks toolbar? Probably nothing!
There is nothing faster than the bookmarks toolbar but there is, at least, one solution as fast as the bookmarks toolbar and much more versatile - a locally hosted web page with a collection of the most often used links.
I created and use one for a few months now and I'm so addicted to it that I decided to give it to you. I provide it under a GPLv2 License so you can do whatever you want with it.
|
|
Read more... [A Cool Start Page]
|
|
Thursday, 26 March 2009 23:19 |
Now that my website is almost finished, it is time to start submitting it to the major search engines. I am going to start by submitting it to "The Search Engine".
Google has a free online platform - Google Webmasters Tools - that allows us, webmasters, to register a website and submit its sitemap. After some weeks the website is indexed by this search engine and we start getting some relevant analytics. Hopefully some visitors too.
But, before submitting my sitemap to Google, I need to create one. This is the best way to tell Google how many and what URLs it should add to it's database. For this, I am going to use another amazing free web based platform from "Audit My PC" called Google Sitemap Generator. It is very easy to use and very effective.
|
|
Read more... [Submitting my Website to Google]
|
|
|
<< Start < Prev 1 2 3 Next > End >>
|
|
Page 2 of 3 |