Homepage
I, Me and Myself
Portfolio
Mindfolio
Blog
Guestbook

Avadhanam in telugu

Posted on March 30, 08 @ 12:20 am under For Your Information and has no comments.

Avadhanam in telugu means concentration, listening with concentration. Old people say to listen with concentration - saavadhanamga. Its the ability to concentrate on one thing completely.

If a person is able to concentrate on eight things at once, he is called Astavadhani
If a person is able to concentrate on hundred things at once, he is called Sataavadhani
If a person is able to concentrate on thousand things at once, he is called Sahasravadhani

Creating virtual hosts on Apache 2.2

Posted on March 30, 08 @ 12:20 am under Webservers and has no comments.

While developing websites, you might be giving relative paths starting from webroot. In such cases having the website as a subfolder under docroot doesn't serve purpose. So you need to emulate the website on your localhost. For this, a virtual host on the localhost server needs to be created.

In Apache 2.2, the virtual hosts is maintained in seperate file --conf/extra/httpd-vhosts.conf. This file is included in the main httpd.conf file. First enable this inclusion by removing the comment for the following line in httpd.conf.

<code>Include conf/extra/httpd-vhosts.conf</code>

Create a directory, e.g. C:\virtuals, which holds all the virtual host websites.

Because of the permissions issue, I recommend creating a top-level folder to hold all virtual hosts in your local development environment. The following instructions assume that all virtual hosts are located in a folder called C:\vhosts.

1. Create a subfolder inside C:\vhosts for each virtual host that you want to add to your Apache server.
2. Open C:\WINDOWS\system32\drivers\etc\hosts in Notepad or a script editor. Look for the following line at the bottom:
127.0.0.1 localhost
3. On a separate line, enter 127.0.0.1, followed by some space and the name of the virtual host you want to register. For instance, to set up a virtual host called mywebsite, enter the following:
127.0.0.1 mywebsite
4. Add any further virtual hosts, each one on a separate line and pointing to the same IP address (127.0.0.1). Save the hosts file, and close it.
5. Open C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf in a text editor, scroll down to the Supplemental configuration section at the end, and locate the following section (around line 460):
#Virtual hosts
#Include conf/extra/httpd-vhosts.conf
6. Remove the # from the second line so the section now looks like this:
#Virtual hosts
Include conf/extra/httpd-vhosts.conf
7. Save httpd.conf and close it.
8. Open C:\Program Files\Apache Software Foundation\Apache2.2\conf\extra\httpd-vhosts.conf in Notepad or a text editor. The main section looks like this:Contents of httpd-vhosts.conf
9. Position your cursor in the blank space shown on line 15 in the preceding screenshot, and insert the following four lines of code:
<Directory C:/vhosts>
Order Deny,Allow
Allow from all
</Directory>
This sets the correct permissions for the folder that contains the sites you want to treat as virtual hosts. If you chose a location other than C:\vhosts as the top-level folder, replace the pathname in the first line. The pathname must use forward slashes in place of the Windows convention of backward slashes. Also surround the pathname in quotes if it contains any spaces.

As long as all your virtual hosts are in subfolders of this top-level folder, this directive sets the correct permissions for all of them. However, if they are in different top-level folders, create a separate <Directory> directive for each one.
10. The code shown on lines 27 through 42 in the preceding screenshot shows examples of how to define virtual hosts. It shows all the commands that can be used, but only DocumentRoot and ServerName are required.

When you enable virtual hosting, Apache disables the main server root, so the first definition needs to reproduce the original server root. You then add each new virtual host within a pair of <VirtualHost> tags, using the location of the site’s web files as the value for DocumentRoot, and the name of the virtual host for ServerName. Again, use forward slashes, and if the path contains any spaces, enclose the whole path in quotes. If your server root is located, like mine, at C:\htdocs, and you are adding phpdw as a virtual host in C:\vhosts, change the code shown on lines 27 through 42 so they look like this:
<VirtualHost *:80>
DocumentRoot c:/htdocs
ServerName localhost
</VirtualHost>
<VirtualHost *:80>
DocumentRoot c:/vhosts/mywebsite
ServerName phpdw
</VirtualHost>
11. Save httpd-vhosts.conf, and restart your computer. All sites in the server root will continue to be accessible through http://localhost/sitename/. Anything in a virtual host will be accessible through a direct address, such as http://phpdw/.
12. If you still have difficulty accessing your virtual hosts, make sure that you have added index.php to the DirectoryIndex directive in httpd.conf.

MIME Extensions for enabling WAP on Webservers

Posted on March 30, 08 @ 12:19 am under WML and WAP and has no comments.

For enabling WAP on webservers, we need to configure the mime types for WAP document extensions. The following extensions need to be configured on webserver.

EXTN - MIME_TYPE
.wml - text/vnd.wap.wml
.wmls - text/vnd.wap.wmlscript
.wbmp - image/vnd.wap.wbmp

.wmlc - application/vnd.wap.wmlc
.wmlsc- application/vnd.wap.wmlscriptc

Configuring Apache :
These extensions can be added in httpd.conf. Include this line in conf file and restart the server.
AddType <MIME_TYPE> <EXTN>

Configuring IIS:
Go to Start > Run > Inetmgr > Right click on Default Website > Properties > HTTP Headers > MIME Types. You can add or edit the MIME settings accordingly.

WML in Nokia Toolkit

Posted on March 30, 08 @ 12:18 am under WML and WAP and has no comments.

WML cannot be opened in Nokia Mobile Internet toolkit. This is because of the JRE version incompatibility. If your system doesn't have JRE 1.4, or if you have latest version of JRE, this problem occurs.

To solve this, degrade your JRE version to 1.4. For more info, see this link.

http://discussion.forum.nokia.com/forum/showthread.php?t=65284

Multiple selections with Checkboxes

Posted on March 30, 08 @ 12:17 am under HTML and Javascript and has no comments.

Multiple selections with checkboxes under single name can be done by giving square brackets in the name of Checkboxes.
e.g.
<form name="form1" method="post" action="">
<input type="checkbox" name="chk[]" id="chk[]" value="one">
<input type="checkbox" name="chk[]" id="chk[]" value="two">
<input type="checkbox" name="chk[]" id="chk[]" value="three">
<input type="checkbox" name="chk[]" id="chk[]" value="four">
<input type="checkbox" name="chk[]" id="chk[]" value="five">
</form>
When second, third and fifth checkboxes are selected and form is submitted, the data sent to the server will be
Array
(
[chk] => Array
(
[0] => two
[1] => three
[2] => five
)

[button] => Submit
)

Mayadari Maisamma

Posted on March 24, 08 @ 04:41 am under Sing Along and has no comments.

mayadari maisammo maisamma
manamu maisaram podame maisamma (2)

maisamma maisamma maisamma maisamma
nannu gabarapetti ..
nannu gabarapetti
gayabu gake maisamma
zara pareshani jeyake maisamma..
mayadari maisammo maisamma
manam maisaram podame maisamma

podugala poddugalla evadi moham jusano
podugala poddugalla evadi mohamu jusano ...
polamu dunnutunte maisammoo.. o o .. o o .. o o .. o o .. maisamma
nenu polamu dunnutuntene maisamma
naaku bangaram dorikene maisamma (2)
o .. maisamma maisamma maisamma maisamma
nannu gabarapetti ..
nannu gabarapetti
gayabu gake maisamma
zara pareshani jeyake maisamma..
mayadari maisammo maisamma
manam maisaram podame maisamma

pedapatnam poyi pattu koka testane
pedapatnam poyi pattu koka testane
kokaku tagga anchu ravikane testane
maisammoo.. o o .. o o .. o o .. o o .. maisamma
neeku padigajala mallepule maisamma
techi koppu ninda pedthane maisamma (2)
o .. maisamma maisamma maisamma maisamma
nannu gabarapetti ..
nannu gabarapetti
gayabu gake maisamma
zara pareshani jeyake maisamma..

mayadari maisammo maisamma
manam maisaram podame maisamma
maisamma maisamma maisamma maisamma
nannu gabarapetti ..
nannu gabarapetti
gayabu gake maisamma
zara pareshani jeyake maisamma..

mayadari maisammo maisamma
manam maisaram podame maisamma (2)

--------------------
English translation:

Oh sorcerer (goddess) (mayadari) maisamma,
we both will go to maisaram.

Maisamma oh maisamma,
don't get vanished, by amusing me.
don't make me feel disappointed.

early in the morning, i dont know whose face i saw
when i was ploughing the fields maisamma,
i got gold in the soil maisamma.
|| mayadari maisammo maisamma||

i will bring silk saree from the city.
i will also bring blouse that matches that saree
maisamma oooo maisamma,
i will bring 10 yards of jasmine flowers maisamma,
and i will decorate them in your hair maisamma
|| mayadari maisammo maisamma||

|| mayadari maisammo maisamma||

Three 'because's in one sentence

Posted on March 24, 08 @ 04:40 am under For Your Information and has no comments.

'because' cannot be started in a sentence, because 'because' is a conjunction

Indian Railway Train timings and Schedule

Posted on March 22, 08 @ 04:05 am under For Your Information and has no comments.

You can know the train numbers and train timings from the following link. This displays list of all trains.

http://www.indianrail.gov.in/mail_express_trn_list.html

The list is very big. So search the train number or location using Ctrl+F. If you select the train number and click the "Get schedule" button at the bottom of the page, or just press enter key after selecting the radio box, it shows the timings at individual stations in the selected route.

Funny Ads on matrimony sites

Posted on March 20, 08 @ 04:39 am under Jokes and has no comments.

These are actual ads on a matrimony site. Grammar and spell errors have no place in a profile description as everything is straight from the heart!
Disclaimer : I am not responsible if you forget your basic grammar after reading this.

Hello To Viewvers My Name is Somesha , I am single i dont have Famale, If any one whant to marrie to me u can visite to my home. I am not a good education but i working all field in bangalroe.. if u like me u welcome to my heart... when ever u whant to meet pls viset my resident or send u letter.. Thanks yours Regards Somesha ~*~

iam pradip my family histoy my two brother two sister and fater&mother sister complity marred (somebody please explain how to get married 'completely'?)

i want very simple girl. from brahmin educated family from orissa state he is also know about RAMAYAN, GEETA BHAGABATA, and other homework (Homework?)

HI IAM VERY COOL NU ATHER OK MY HOBBY IS SEE T.V AND NEWS OK I HAVE 1 CAR AND 1 BONLOW OK MY MOTHER ALSO GOOD OK (The person is suffering from "Ok-syndrome")

my name is farhan and i am unmarried. pleaes you marrige me pleaes pleaes pleaes pleaes pleaes pleaes pleaes (height of desperation!)

iam kanan. i do owo businas.one sistar. he was marred. (No comments)

my colour is black,but my heart is white.i like social service (Zebra..???)

to be married on jan-2005. working woman perferable (this guy has fixed the marriage date too! But he is yet to find a bride. I wish him best luck on behalf of all of us. I am sure he will get one soon.)

ssc failed three times and worked with privated ltd company which not paying salary at present.

Positive Approach

Posted on March 18, 08 @ 09:24 pm under Uncategorized and has no comments.

Father : I want you to marry a girl of my choice.
Son: "I will choose my own bride!"
Father: "But the girl is Bill Gates's daughter."
Son : "Well, in that case...OK"

Next Day
Father approaches Bill Gates.
Father: "I have a husband for your daughter."
Bill Gates : "But my daughter is too young to marry!"
Father : "But this young man is a vice-president of the World Bank."
Bill Gates : "Ah, in that case... OK"

Finally Father goes to see the president of the World Bank.

Father: "I have a young man to be recommended as a vice-president."
President: "But I already have more vice- presidents than I need!"
Father: "But this young man is Bill Gates's son-in-law."
President : "Ah, in that case... OK"

This is how business is done!!

Moral: Even if you have nothing, you can get anything. But your attitude & approach should be positive.

Pages: 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - [23] - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35

•   Databases (6)
•   Diary (117)
•   HTML and Javascript (2)
•   For Your Information (18)
•   iSpecial Jokes (13)
•   Java related (1)
•   Javascript (1)
•   Jokes (41)
•   Mind Views (22)
•   My Observations (8)
•   Open Source Tech. (7)
•   PHP (6)
•   My Poetry (10)
•   Reviews (2)
•   Sing Along (21)
•   Sankaracharya Stotras (3)
•   My Talent (1)
•   Uncategorized (27)
•   Webservers (3)
•   Websites to see (28)
•   WML and WAP (3)
•   Zend Framework (10)

•   It is my personal site. Content included here is according to my wish. If you don't like my site, close it and go away.
•   'Mind Views' and 'My Observations' are purely opinions of mine and not others. If something in this site hurts you, control
     your mind and send me a mail. We will discuss. If you go to court of law, it's your wish. Every citizen has a right to express, so do I.
•   Some content in this site might not be appropriate for some audience, whose opinions differ with me. So don't try to argue with me.
•   Important: Don't try to judge me just by glancing this website. I am different outside.
•   This is a time-pass site. Reading it in a hurry will be useless.