Vertical CSS menu Rumi, August 16, 2009 In this tutorial you will learn the basics of creating simple vertical menus for your website using only HTML /and CSS. Our menus are actually HTML unordered list elements <ul> styled using CSS, giving them background color, margin, padding and other CSS attributives. Continue Reading
Horizontal CSS menu Rumi, August 16, 2009 1. Let’s begin! Create a new HTML document and save it as cssmenu.html. Although is better to put the CSS code in a external style sheet, in this tutorial we will put the whole CSS code in the HTML file to be easier to follow by readers. Continue Reading
Good will hunting Rumi, August 15, 2009 Though Will Hunting (Matt Damon) has genius-level intelligence (such as a talent for memorizing facts and an intuitive ability to prove sophisticated mathematical theorems), he works as a janitor at MIT and lives alone in a sparsely furnished apartment in an impoverished South Boston neighborhood. An abused foster child, he… Continue Reading
A remittance strategy scribble Rumi, August 7, 2009 As mentioned, last week was a Remittances week in Rome. Remittances continually intrigues me as a market, especially the major focus financial institutions are now placing on this area as an opportunity. This is contradictory as those who need remittance services the most are often those who do not use… Continue Reading
Javascript POP Up Window Rumi, August 2, 2009 To open a new window by clicking on the link, you will need to use window.open method of javascript. Simple popup window <a href=”javascript: void(0)” onclick=”window.open(‘popup.html’, ‘windowname1’, ‘width=200, height=77’); return false;”>Click here for simple popup window</a> Now you can open a simple window, also this function can have different features… Continue Reading
Bangladesh complete 3-0 sweep Rumi, August 2, 2009 Bangladesh 249 for 7 (Siddique 55, Mahmudullah 51*, Roach 4-63) beat West Indies 248 (Fletcher 52, Mahmudullah 2-38, Mahbubul 2-42) by three wickets Bangladesh held their nerve despite wobbles at significant junctures to complete a whitewash in St Kitts. Set a target of 249, they were given a fiery start… Continue Reading
Razzak, Shakib seal Bangladesh win Rumi, July 27, 2009 Bangladesh 246 for 9 (Ashraful 57, Shakib 54, Roach 5-44) beat West Indies 194 (Smith 65, Razzak 4-39) by 52 runs Shakib Al Hasan, yet again, was the architect of Bangladesh’s success as he delivered a fine allround performance to lead his team to a 52-run win in the series… Continue Reading
Raqibul and Shakib inspire first overseas series win Rumi, July 21, 2009 Bangladesh 232 (Rahim 48, Raqibul 44, Roach 6-48) and 217 for 6 (Shakib 96*, Raqibul 65, Sammy 5-55) beat West Indies 237 (Dowlin 95, Richards 69) and 209 (Bernard 69, Shakib 5-70) by four wickets History was calling and Bangladesh showed they were all ears in Grenada. Raqibul Hasan and… Continue Reading
Spinners seal historic Bangladesh win Rumi, July 14, 2009 Four years and six months after their solitary Test win, Bangladesh sealed a historic second victory when they beat West Indies by 95 runs in St Vincent. Bangladesh’s spin twins Shakib Al Hasan and Mahmudullah weaved a tantalising web to shove West Indies to defeat. Spare a thought, though, for… Continue Reading
Squid proxy server with user authentication Rumi, June 28, 2009 If you are planning to set up proxy authentication program, using squid+webmin it’s quite simple- Click “Authentication Program” icon on webmin Enter the following infos in the right boxes- Basic authentication program- /usr/lib/squid/pam_auth Number of authentication programs- 5 Authentication cache time- 5 Hrs Back to squid index Click “Access Control”… Continue Reading