Hi all,
This is something I’ve been looking for a while and had a hard getting this done correctly. Finally on one website i manged to find the perfect code that does the job correctly. This small css script with a html div tag enables you to easily possition an image over another image. The catch is, you have to do the positioning manually, but it’s relative to the outer container/div.
<div id="banners">
<img src="bottom_image.ext" id="bottom_image" />
<a href="a link">
<img src="image.ext" id="top_image" />
</a>
</div>
and the css code behind all this is here. Try to explore your creativity and let me know if you come across new things. You see this in action in http://my.simplispace.info/
#banners {
position:relative;
width:730px;
}
#bottom_image {
display:block;
}
#top_image {
position:absolute;
top:24px;
right:80px;
}
Hello everyone,
As you know I haven’t posted in a long time. This is because i was really busy with some server migrations and configurations. I have moved my website to a new provider and am serving you all from them. I’ve moved up to a VPS to serve you better, and switched from apache to lighty to give you a better performance.
I’ll be putting some new posts shortly and am hoping to put a new section dedicated to Godaddy.com coupon codes as i get some interesting offers regularly.
Check back in a day or two to find these offers online.
Until then, happy blogging.
Hey all,
Here’s an update to a prevoius post. I finally managed get the Vista / Server 2008 /Windows 7 compatible driver for Sharp AR-5316E/AR-5320E Copier/Printer.
You can download it from the following links:
http://rapidshare.com/files/232906526/AR5316E_AR5320E_Windows_Vista_7_Server_2008.zip
http://support.sharp.net.au/drivers/
Hey folks,
After a gruesome week of exams I’m back again for more. There are some major updates that i have to do on the site and some new content will be put up.
Things I plan to do within this week:
- A new site will be put up as I’m having some issues with the current one and a new theme will be implemented.
- Some more new content will be uploaded.
- A preview of a site that will be helpful to BCS students.
- And more to come…
See you soon with all these updates.
–Gayan–
hi all. This is Gayan blogging live from the field. I wanted to get my BlackBerry Pearl 8100 running as a blogging machine so that i could produce some good content when I’m on the move.
I’m writing this first mobile post from an application provided by CellSpin. I’v not mastered it yet so will be putting up a review on it shortly.
Also I want to apologize from my visitors for not updating the site. I’m having some exams now and will be finishing them by 28th April.
Hope to update the content soon. Thanks for all the support you have given me.
–Gayan–
While going home
Hi all.
Here’s another product for you people out there. This a freeware and a wonderful service brought to you by ZYB. This is their ZYB-Sync application which is normally available OTA but sometime you wish that it was available offline.
The reason i made this is that I use a mobile operator that does not have a support for BlackBerry devices. But I’m still able to use their data services for browsing via Opera Mini but i can’t do any kind of download. So i used a BB supporting operator without a BB data contract and those people refuse any large data file downloads. So i was stranded.
Continue reading ZYB Sync for BlackBerry: Offline Installer
Hey all,
Here’s another wordpress plugin mod I did today for my brother’s website. This a great plugin called Sabre which helps in user registration and prevention of spam. Though this works out of the bos as it is, it needed a little tweaking around to get a better look and feel for what i want.
So i started to play with plugin and got what I was looking. I edited only the classes\sabre_class.php and only the registration part which allows you to set the user can choose his/her own passwords, and the policy acceptance part.
Download it here and let me know what you think. Please note that i didn’t build the plugin, i just messed around a bit in styling the output, so if you have issues, please ask it with the developer. Anything related to my mod, ask it.
Download: sabre-0.8.1.zip
Hey folks,
Here’s another update on usefull plugin. This is regarding the OpenID official plugin at WordPress.
After installing it, the plugin uses double register buttons in the registration form as following image:

If you don’t like this to happen and only want to have a single register button, then do the following:
OPEN:
login.php
FIND:
<script type="text/javascript">
jQuery(function() {
jQuery("#reg_passmail").insertBefore("#openid_split");
jQuery("p.submit").css("margin", "1em 0").clone().insertBefore("#openid_split");
});
</script>
REPLACE WITH:
<script type="text/javascript">
jQuery(function() {
jQuery("#reg_passmail").insertBefore("#openid_split");
//jQuery("p.submit").css("margin", "1em 0").clone().insertBefore("#openid_split");
});
</script>
Now it would look nice with just one register button.
Hope this was helpful to you all.
Hey people,
Yesterday i made an upgrade to the site. Now you can keep in touch with my blog via your mobile phones. This blog is now mobile compatible and is very light on mobiles.
Just type the same url and you’ll be able to browse this site in a mobile friendly way. Mobile browsers are automatically detected.
Hope you all enjoy my site and found it usefull. Will be updating with new stuff really soon.
See Ya!
–Gayan–