Author Archive
Roweb reinvents itself
by admin on Aug.06, 2010, under The programmers' dilemas
Few hours after launching Roweb’s new website, I am both happy and proud to be a small piece of the Roweb’s re-branding team. When I first saw Roweb’s website six years ago, I immediately wanted to work for them, as I thought this was the best web development agency in the area. And I still think I was right. Even if my contribution to the whole re-branding process is rather small, I can’t stop being happy for the result (plus I was the one who pushed the Upload button
).
jQuery fader
by admin on Jun.23, 2010, under The programmers' dilemas
My friend Alex needed a little image fading effect for his blog. As an example, he gave me a nice Earth Hour gallery (i think it was the boston.com Earth Hour 2010 article). The idea is to overlap 2 images and provide a fading effect when the visitor clicks them. I’m sure there are hundreds of scripts that do the exact same thing, but I proffered to write the 10 lines of jQuery code myself.
Here’s an example of the effect: http://shakabut.com/examples/jqueryFader/.
This is the little piece of code:
.pictureFaderBox{
margin:0 auto;
cursor:pointer;
width:640px;
height:427px;
clear:both;
}
.on, .off{
position:absolute;
}
.on{
z-index:10;
}
.off{
z-index:5;
}
</style>
<script type="text/javascript">
$(document).ready(function() {
$(".pictureFaderBox .on").toggle(
function () {
$(this).animate({opacity: 0}, 900 );
},
function () {
$(this).animate({opacity: 1}, 900 )
}
);
});
</script>
Also, please check Alex’s post to see a great photo project: http://3punctefoto.blogspot.com/2010/06/pitestiul-urbanizat.html. The post is in Romanian, but the pictures are not
– don’t forget to click the images!
PS: If you like nice interface elements, check our web agency website and contact us.
iPhone 4 announced.
by admin on Jun.08, 2010, under The programmers' dilemas
5 minutes after watching all the little videos and features lists on apple.com I have a deja-vu. The phone(+OS) has all (and nothing but) the characteristics the online media was buzzing about lately…
First of all, I don’t understand why Apple names all their stuff iSomething?!? Why on earth do they need to name the new operating system iOS??? What does the “i” stand for?
Anyway, the new phone looks nice (I like it’s slim rectangular shiny looks), all the new features are great and after 2 years of 3G I actually have a list of favorites:
- iBooks – I know, it won’t be available in Romania soon, I know, reading a book would be nicer on the iPad, but hey, I like the idea
- Video calls – my old Nokia has this feature since 2006, I haven’t used it too much but hey, I like the idea
- Improved camera – I do have a SLR camera, but I would probably use the phone’s camera for holiday shots. I don’t actually need an HD camera on my phone, but hey, I like the idea ![]()
- Improved battery – my old 3G needs daily recharging already, so yeah, I like the idea…
Now, that we’ve established “I like the idea”, here comes the big question: will I buy one?
“I got a new camera” + “My first timelapse”
by admin on May.04, 2010, under The programmers' dilemas
The Easter Bunny (aka my wife) brought me a new Canon EOS 550D last month, but since the weather was moody, I wasn’t able to play with it that much.
Last week, Alex convinced me to go and take some pictures of the Arpechim oil refinery and yesterday we decided to wait no more. After one hour of off road driving while searching for a better angle, we finally found a deserted road just behind the oil refinery which proved to be a decent spot for photos.
Alex wanted to shoot a few frames (I’m soooo curious) and I decided to make a time-lapse of the refinery. This is my first one so I messed up the last frames by letting the white balance on auto, but we had a good time and I learned a few things.
Here’s the nice time-lapse:
I also took a few pictures:
Wedding invitation?
by admin on Apr.09, 2010, under Heart, brains and eyes
Just when I thought nothing’s gonna surprise me today, my friend Alex gave me a link to the nicest wedding invitation I’ve ever seen. Here’s a little preview:
If you like the video, please check the invitation’s web page and Alex Şerban’s wedding blog.
How to help someone to quit smoking…
by admin on Mar.09, 2010, under The programmers' dilemas
… you smoke all his cigarettes.
This morning, mr. Sandulici, wanted to take a short smoking break. The rest of the office inhabitants decided they needed a cigarette break too (they are all non-smokers, by the way).
Mr. Sandulici stated: “If I see you all smoking, I will quit!”. Well… they did.
The problem was none of them knew how to hold the cigarette, so the show was fun enough to quit smoking for.
Sandulici, I hope you appreciate what they did for you, man!
To my/our/your IE6 users
by admin on Feb.11, 2010, under The programmers' dilemas
I was thinking to write a script that prevents IE6- users to see the sites I’m developing a long time ago, but I never seemed to have the time.
Fortunately a nice guy (I think his name is Mihai Ile) did, so he wrote this little script “that displays a warning message politely informing the user to upgrade the browser to a newer version (links to newest IE, Firefox, Opera, Safari, Chrome are provided)”.
Thank you Mihai! Thank you in the name of all frustrated web developers, who spend their precious time downgrading their code to support IE6 or explaining their customers and visitors why it’s not a good idea to use a browser that was produced 9 years ago.
Also, thanks Mirel for the link!
Update: Smashing Magazine published a nice comic-book-like story about IE6. You might wanna check that too…
Nuit Blanche
by admin on Feb.04, 2010, under Heart, brains and eyes
Nuit Blanche from Spy Films on Vimeo.
Thanks Alex for sharing this. The whole mix of ideas, composition and feelings is incredible!
Apple iPad?!?
by admin on Jan.28, 2010, under The little tech corner
A few minutes ago, I wanted to download iTunes (coz I had to wipe my computer last week, thanks to a new Trojan Bit Defender didn’t knew about – so I need to gradually install all my software). I went to apple.com and what do I see??? Apple is launching a new great product. They called it iPad.
I’m quit busy today, so I just browsed through the keynote – damn, this video is longer than Sherlock Holmes – but I’ll definitely watch it tonight. Fortunately, they provide a short movie too, so if you have 7 minutes to spare, watch the iPad video and see the new little Apple wonder for yourself.
An e-reader device was on the list of this year’s “treats for myself”, the only impediment is there are no Romanian e-books on the market, but let’s not rush into conclusions, Humanitas seems to have started taking into consideration the new medias. Anyway, the iPad is more than an e-reader device, and I’m more than willing to spend $500 on a toy like this.
Darius, what do you think about this, dude?
Speechless…
by admin on Jan.25, 2010, under Heart, brains and eyes
The Third & The Seventh from Alex Roman on Vimeo.


















