Thursday, December 27, 2007
Drupal How To: 550+ Downloads in 5 Weeks

Tagged as "Goldilocks Teaches Drupal" by CMSWire in its review, it has been said to be easy and step by step by its users. A user has quoted "If you want to learn Drupal CMS, This is the best thing you can get."

So don't wast any time, if you want to start with drupal download the how to and get going.
To Download Click Here.
About the How to, Here.
Geshan Manandhar.
Tuesday, December 25, 2007
10 Cool MP3 Ringtones Part 2

Jhalak Dikhlaja - Aksar : http://www.mediafire.com/?en3zmxzvidm
Jhoom Barabar Jhoom Title : http://www.mediafire.com/?e1a9wzd0txx
Money Maker - Luda Cris : http://www.mediafire.com/?fsyzivyngn1
Saathiya - Title : http://www.mediafire.com/?6jj4wbnglss
Saawariya - Title : http://www.mediafire.com/?6ywvjwvhxzj
Tenu Leke Remix - Saalame Ishq : http://www.mediafire.com/?atwzdifdht3
Tera Mera Rishta - Aawarapan : http://www.mediafire.com/?6d90uvplddt
Tere Bin - Atif : http://www.mediafire.com/?fmonjdnsson
Woh Lamhen Hip HOp Mix - Jal : http://www.mediafire.com/?8mcmn5t3zzk
Yaadein - Roxen : http://www.mediafire.com/?6qjcwojdxd2
And
All 10 Part2 in Zip file : http://www.mediafire.com/?aizwj1jxytc
Reply in this blog/comment if you want new tones. The next lot is also going to be great.
Geshan Manandhar
Sunday, December 23, 2007
Jal’s Boondh will win your heart drop by drop

so out but fortunately or unfortunately the concept has been “inspired
” or should I say it resembles "I Would Do Anything For Love by Meat Loaf". Leaving these things behind, the next song is “Raatein” with the synthetic sound and beats pumping up this is a charged track crooned by Farhan. It has an effervescent lyrics and the song is overall scintillating. Following it we have “Humain Itna Pyaar” amazingly sung by Goher Mumtaz (the master mind behind jal). The husky but soothing voice of Goher takes the song to next level. Flawlessly penned lyrics by Goher this song has a gripping quality that will get you addicted to this song after you listen to it for sometime. Subsequently Farhan is back with “Moray Piya” the lyric is exquisite and the rock sense looming in the background has made this song prolific.
Goher, it has a heart felt lyrics that has the power to bring tears to your eyes. A simple composition and arrangement but you like this song from the first listen.Again talented Goher is back singing “Chup Chup”, this song has conventional composition with guitar playing in the background. The lyric is affluent with love and feeling of being in love. So, stay chup and let the song speak for itself.
Geshan Manandhar
Around 775 Words

My Jal-ful Experience with Jal, read it here.
Monday, December 17, 2007
WYSIWYG Inside Text Area : TinyMce

TinyMCE, also known as the Tiny Moxiecode Content Editor, is a platform-independent web-based JavaScript/HTML WYSIWYG editor control, released as open source software under the LGPL by Moxiecode Systems AB. It has the ability to convert HTML textarea fields or other HTML elements to editor instances. TinyMCE is designed to easily integrate with content management systems.
TinyMCE integrates with many different open source systems, such as Mambo, Joomla!, Drupal and WordPress.
You can download it at http://prdownloads.sourceforge.net/tinymce/tinymce_2_1_3_dev.zip?download
or for latest versions check
http://tinymce.moxiecode.com/download.php
So start using TinyMCT today.
Geshan Manandhar
Sunday, December 16, 2007
Santa make CSS fully Programmable
Dear Santa,
Sometimes I think why is Cascading Style Sheet(CSS) not fully programmable like other programming languages? I'll be glad if this Christmas you can gift us (whole web designing and programming fraternity) something like CSS 2.0 or CSS++. That will largely simplify the way we do CSS. I hope you devise someting that will make all the webpages we develop look same in all the browers though it is Firefox, Internet Explorer, Opera, Netscape and we don't ever have to use
< !--[if IE] >
< type="text/css" media="all"> @import "/css/style_ie.css";< /style >
< ![endif]-- >.
I also wish if this:
#left_side {
margin-top: 10px;
float: left;
width: 200px;
background: #FCD8A8 url('images/side_bg.gif') bottom left repeat-x;
}
#right_side {
margin-top: 10px;
float: right;
width: 200px; /*16 by default */
right:17px;
background: #FCD8A8 url('images/side_bg.gif') bottom left repeat-x;
}
Could be done as this:
var margin_top=10px;
#left_side {
margin-top: margin_top;
float: left;
width: 200px;
background: #FCD8A8 url('images/side_bg.gif') bottom left repeat-x;
}
if(margin_top=="10px"){
#right_side {
margin-top: margin_top;
float: right;
width: 200px; /*16 by default */
right:17px;
background: #FCD8A8 url('images/side_bg.gif') bottom left repeat-x;
}
}//if close
else {
#right_side {
margin-top: 12px;
float: right;
width: 200px; /*16 by default */
right:17px;
background: #FCD8A8 url('images/side_bg.gif') bottom left repeat-x;
}
}//else close
If we could also use loops:
for each(#*_sidebar)
{
widht= 200px;
}
for($i=0;$i<5;$i++)
{
#*_sidebar=width+i; // I know it doesn't make sense, just using loop
}
And last but not the lease if we could get the screen size and program just using CSS.
var screen_size=get_screensize();
if(screen_size.screen_widht=1027){
#header{
background: #FCD8A8 url('images/header_bg_1024.jpg);
}
}//if close
else if(screen_size.screen_widht=800){
#header{
background: #FCD8A8 url('images/header_bg_800.jpg);
}
}//else if close
else{
#header{
background: #FCD8A8 url('images/header_bg_freesize.jpg);
}
}//else close
Hope Santa you listen to us.
The main message is if there was a language may be CSS 2.0 or CSS++ with use of which we could use variables, conditions, loops, objects etc in CSS all features of a standard programming language and we could do it without any effect to our current CSS code life would have been far easeier. Hope somebody will listen and respond, add on your CSS 2.0 or CSS++ facilities you want.
Geshan Manandhar.
Stylish Floating Login Box in Drupal

Method 1: Orginally posted at Drupaldojo.com
Link to post: here.
Link to Video: here.
If you use above method you'll have to code something.
or Method 2: Do it with Thickbox Module (No coding required, happens in clicks)
Steps to do it, (Assumed that you have your website setup and running in Drupal and logged in as Site Administrator userid 1, you also know basic Drupal site administration.)
- Download the ThickBox Module here.
- Install it (copy it in /sites/default/modueles - for Drupal 5.x)
- Activate it (Go to Administer>>moduels>> check thick box and click save configuration)
- Go to ThickBox Administration (Can be found in Administer page under site configuration Administer>>ThickBox)
- Check the box that says "Enable for login links" then hit Save Configuration
- Make your login box invisible from Blocks (Adminster>>Blocks)
- Make a link in any menu (primary links preferred if shown) called Login or with any other relevant title give the link URL as /user and save it. (remember to log out)
- Now when you click the login link (after logging out that is) you'll get an output similar to above screenshot. COOL!!!, you did it.
Monday, December 10, 2007
YI's Durpal how to Makes news at CMS Wire
The reviews by : John Conroy at
http://www.cmswire.com/cms/web-cms/nepalese-drupal-beginners-guide-50-tricks-not-to-miss-002018.php
It goes like this:
No
w there’s a headline you never thought you’d see. Young Innovations, a Drupal development firm from the mystical land of Nepal, has released a beginners guide, in English, for the Drupal open source web content management system. Drupal how to For Beginners was developed by Young Innovations in conjunction with SAP, and is freely available under a Creative Commons license.
Running to 94 pages and with screenshots-aplenty, the guide is comprehensive. The scope is similarly broad - beginning with an explanation of what a CMS is (as if anybody knows anymore…), and continues through installation, management, customization, and adding modules.
One small gripe — the sages behind this tome are rather more at home wrestling with LAMP configs and pimping add-on modules than with the deployment of English grammar.
Witness this affront to Wordsworth and Byron:
“The primary target audience of this how-to or manual are people with some knowledge of web programming language and database more specifically people who know PHP and MySQL will be benefited to know and use such a world class product that also for free.”
Tut tut. Let me get my red pen.
But to be fair, we’re not marking these guys on syntax and grammar. You just want to know whether this “how-to” is worth downloading as an aid to getting your Drupal website up and running.
The answer is yes, and in fact it’s quite a bit more. Young Innovations should have called this ‘Goldilocks Teaches Drupal’, because everything is just about right.
Right length, right level of complexity, right amount of ‘dumbing down’ for less technical folk — within their stated audience of semi-HTML proficient persons, right balance between explanation and overt instruction.
Despite the aforementioned length, most of the bulk is taken up with screenshots and you can skim it in half an hour and still learn plenty. The primary function it performs, even more important to my mind than being an installation/beginners guide, is that it gives an excellent overview of exactly what Drupal is all about.
And that, I’m sure you’ll agree, is a worthwhile result.
Download the guide as a PDF here, and if you want to have a look at Young Innovations’ playground, visit them here. While you’re at it, why not go here to have a look at Nepal’s burgeoning Drupal community. Call it a cultural exchange.
In related news, influential Drupal consulting firm, Lullabot, has released a podcast citing “50 Drupal Tips and Tricks”. It’s already garnered 400 Diggs in just a couple of weeks, so tips like “Turn any CCK type with an imagefield into a photocast with ConTemplate” are evidently not the gibberish it appears to this non-Drupalist.
The cult of Lullabot has now racked up 50 such podcasts, and you can of course check them all out at lullabot.com.
In related Drupal news, the latest (beta) version has just hit the street. See Drupal Drops 6.0 Beta 3; Sports OpenID and Fancy Installer for the details.
Read it all it sounds cool.
