Your Ad Here

Sunday, June 28, 2009

NewYork - Hai Junoon Lyrics

Hai Junoon Lyrics - Bollywood Hindi Lyrics

Movie: New York (2009)
Music Director: Pritam Chakraborty, Pankaj Awasthi, Julius Packiam
Director: Kabir Khan
Lyrics:Sandeep Srivastava, Junaid Wasi
Starring: John Abraham, Katrina Kaif and Neil Nitin Mukesh
Song Title: Hai Junoon
Hai Junoon Lyrics

Na… nan nan na na na
Nan nan na na na
Nan nan na naaaa…
Naa… nan nan na na na
Nan nan na na na
Nan nan na naaaa…

Yaaro jee bhar ke jee le pal
Lagta hai aaj kal
Daur apna aayega
Yaaro jo khud pe ho yakeen
Toh zindagi haseen
Tujhe kal bulayega

Yaaro jee bhar ke jee le pal
Lagta hai aaj kal
Daur apna aayega
Yaaro jo khud pe ho yakeen
Toh zindagi haseen
Tujhe kal bulayega
(Hai junoon oooooonnnnn
Hai junoon sa jeene mein
(Hai junoon sa jeene mein)
Hai junoon oooooonnnnn
Hai junoon sa seene mein ) - 2

Na… nan nan na na na
Nan nan na na na
Nan nan na naaaa…
Kahin jaise koi dhun baje
Raahon mein dekho hai manzil saje saare
Hum hi hum jahan mein har jagah
Sapne Sajane ki humko mili vajeh

Kahin (kahin) jaise koi (koi) dhun baje (hoo..)
Raahon mein dekho hai manzil saje saare
Hum hi (hum hi) hum jahan mein (harrr) jagah
Sapne Sajane ki humko mili vajeh

Yeh agar jo sach nahi
To sach bhala hai kya
Yaaron !!!!
Apne hisab se
Dil ki kitab pe
Kuch to naya likho
Yaaron !
Anjano ki fikar
Na karti yeh umar
Phir kyun bhala daroo

Hai junoon oooooonnnnn
Hai junoon sa jeene mein
(Hai junoon sa jeene mein)
Hai junoon oooooonnnnn
Hai junoon sa seene mein
Hai junoon oooooonnnnn
Hai junoon oooooonnnnn

Kabhi jo milenge raaste
Pal mein hi chamkegi hasi purani toh
Kaho kya kahoge phir hamey
Kaise chupaoge nami yeh palko ki

Kabhi (kabhi) jo milenge (milenge) raaste
Pal mein hi chamkegi hasi purani toh
Kaho (kaho) kya kahoge (phirrr) hamey
Kaise chupaoge nami yeh palko ki

Yeh bata hai kya hua
Hua hai kyon bataaa….
Yaroon !!
Jee bhar ke jee le pal
Lagta hai aaj kal
Daur apna aayega
Yaaro jo khud pe ho yakeen
Toh zindagi haseen
Tujhe kal bulayega

Yaaro Jo khud pe ho yakeen
Toh zindagi haseen
Tujhe kal bulayega

(Hai junoon oooooonnnnn
Hai junoon sa jeene mein
(Hai junoon sa jeene mein)
Hai junoon oooooonnnnn
Hai junoon sa seene mein ) - 2
Hai junoonn….

Friday, June 26, 2009

SQL - How to get date part only

So many programmers may face problems while getting date part of getdate() function or from variable datetime for MS-SQL Server. So here is one solution...

I developed the solution for date only from ‘getdate()’ function. Also this worked for me very effectively. Because I does not required to change the data type in the database or not required to write down different function for each time or not required to execute the same function for so many times.
I use this method.
1) Keep data type of column as ‘datetime’.
2)Keep its default value to ‘getdate()’.
3) Write trigger on that table as

CREATE TRIGGER [TRIGGER NAME] ON [dbo].[TABLE NAME]
FOR INSERT, UPDATE, DELETE
AS
UPDATE [TABLE NAME] SET [COLUMN NAME] = CONVERT(datetime,CONVERT(varchar(20),[COLUMN NAME], 111), 111)

It works very effectively.

Saturday, June 13, 2009

Booting_error

If your working system get crashed with blue screen with showing following any message or error :

Windows could not start because the following file is missing or corrupt:
\\WINDOWS\\SYSTEM32\\CONFIG\\SYSTEM

----------------------------

Windows NT could not start because the below file is missing or corrupt:
X:\\WINNT\\System32\\Ntoskrnl.exe
----------------------------

Windows NT could not start because the below file is missing or corrupt:
X:\\WINNT\\System32\\HAL.dll
---------------------------

NTLDR is Missing
Press any key to restart
--------------------------

Invalid boot.ini
Press any key to restart
---------------------------------


The possible causes for these errors are ..

  • Windows Hardware Abstraction Layer (HAL)
  • Corrupt registry hives (\\WINDOWS\\SYSTEM32\\CONFIG\\xxxxxx)
  • Invalid BOOT.INI files
  • A corrupt NTOSKRNL.EXE
  • A missing NT Loader (NTLDR)
To solve this problem, first get the bootable operating system and boot the system.
Go upto the repair mode by selecting 'PRESS R to repair' . After that you have to type following some commands.. it will fix your system for booting error.

These commands are as follows:
  • C: CD ..
  • C: ATTRIB -H C:\\boot.ini
  • C:ATTRIB -S C:\\boot.ini
  • C:ATRIB -R C:\\boot.ini
  • C: del boot.ini
  • C: BOOTCFG /Rebuild
  • C: CHKDSK /R /F
  • C: FIXBOOT
  • Exit
when you type bootcfg /Rebuild, system prompt for y/n. Press Y. After that gave your operating system name (without any single quotation)eg. 'Windows XP' or 'Windows Server 2003, Standard'. After that, for next line type (without any single quotation) ' /noexecute=optout /fastdetect '.

By sinply following these steps, you will get the system back.
For more detail information check this link...
http://icrontic.com/articles/repair_windows_xp/2


Thursday, June 11, 2009

Javascript - Google fun with images

GOOGLE FUN

Try this …

It's really cool...

1. Go to Google
2. Click images
3. Type 'flowers' or any other word.
4. You will get a page which is having full of images

5. Then delete the URL from the address bar and paste the
below script:


javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images; DIL=DI.length; function A(){for(i=0; ix3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0)

6. See the magic of programming

Saturday, June 6, 2009

Mobile And Service Provider Secret

Some days before I found some trick and tips of various mobile and service provider.
Some of which may not work right now if the same is changed by mobile manufacturer or mobile service provider. But these are so useful.

1)AIRTEL Free Hellotunes!!

You can activate some free Hellotunes

e.g- 1. A R Rahman , 2. Airtel Nigahe , 3. Bharat humko , 4. Vandematram

to actiavate free Hellotunes Just Dail *678# and Enter in Free Zone

& select ur song u wish to activate..

2)BSNL free Hello Tunes:

Log on to http://bsnltunes.bsnlumw.com register there balance must be below Rs.10

3)PUK No. for AIRTEL :

Your Airtel Mobile PUK number on ur Mobile. Type ur mobile no. in write message & send to 785 (free). Receive PUK & PIN number.

4)Email from ur GSM Mobile: Just type EMA then the email Id followed by ur text & send to +393388641732 (eg.EMA Tricks)

5)AIRTEL Free GPRS :

All you need an AIRTEL LIVE activated SIM card. You need to Edit the AIRTEL LIVE settings and change the PROXY ADDRESS or IP ADDRESS to 202.056.231 initially it would be 100.001.200.099. Now open AIRTEL LIVE'S HOMEPAGE & than open all other sites. Normally at least 75% sites will open but sometimes you'll get an error. In that case just DISCONNECT & CONNECT it again. Enjoy free GPRS...

Make ur Mobile Internet surfing little byte faster than before:

Use IP:220.123.254.200 Port:8080 APN:airtelmms.com(for airtel) & internet (for idea)

6)Free Internet through AIRTEL Mobile.:

1. Download Proxifier s/w from www.proxifier.com & install it in ur PC.

2. Open Proxifier Options->settings->Ip address to 10.2.45.155,Port to 8080 & select HTTPS mode. Done. In settings check out use authentication..Click ok.. Now a dialog box will appear…click No..

3. Connect ur Phone to Bluetooth or Datacable.

4. Controlpanel->phone & modem->select ur phones modem & install it.

5. Create a Dialup connection .Dialup no. *99***1#. Open Proxifier & minimize it, open IE & now open any site.

Airtel Free GPRS Settings..

change ur IP Address – 10.2.45.155 , Proxy Port – 8080 , Access Point - airtelmms.com

7) AirTel Live users only.

For free Browsing use this Trick .Type in GOTO URL wap.google.com/gwt/n?u=type the url here.

Free Download from Airtel Homepage follow all steps:

Step 1 : activate airtel live(free)

Step 2 : go to airtel live homepage continue…..

Step 3 : select anything u like to download like tones,games, wallpapers.

Step 4 : when download detail page appear, bookmark(save) that page .Edit that bookmark. U see the any Id ,Edit it to Id: 1499769 & save bookmark and open it.Now u can download for free….

5) BSNL GPRS on Mobile :

Name - BSNL GPRS , Homepage - http://wap.cellone.in ,

Service type1 – wap , Gateway IP 1 – 10.100.3.2 , Port No. – 9209

Timeout Never – Never.

6)BSNL connection on your mobile phone:
1) Make two connections like BSNL111 and BSNL222
2) Select the application you got to have the full connection working on.
Surpassingly “web” now just select “BSNL111” profile and select a link like wap.cellone.in the page will get open,
just press the red button such that the “web” application goes in the background.
Make sure that the gprs connection is still established with the web app.
Two parallel lines on the top left of the screen will confirm this
3) Now open any other app that requires web connection like opera. Select BSNL222 and open any other link like
wap.google.com, u will get AN error.
the aim of using the other app is to perform multi-channel gprs,
this is verified by seeing some dots on the pre-existing connection established by “web” ACCESS DENIED.
Technical description:
403 Forbidden - You are not allowed to communicate with the requested resource.”
4) close opera and open web and open a site like esato.com
5) if everything is done as said here then esato will load and that's it! We have the whole internet!

7) For connection on pc.

1)create a connection and enter the number to be dialed as *99***1#
2) enter the string as extra initialization command
3)now dial from pc, the connection will be established
4)pick the phone and open “web” open “wap.cellone.in” the phone shows error .
5) close “web” and then from the browser open
and that's it ! The whole internet is here .
settings for profiles
apn: celloneportal
ip: 192.168.51.163
port : 8080
leave other fields blank as they are of the least concern!
the browser settings on pc 2 go the same as mentioned above!

8) AIRCEL Free GPRS :

Activate AIRCEL THRILLS.Open Homepage & Click Yahoo Mail & then Next Page Click Yahoo Home . Now U can Search Any sites & View .

9) Free Internet in IDEA in PC :

IP Address- 199.105.112.152 Port – 8080. Use Opera 8.27 & ur balance must be below Rs.13.

10) AIRTEL Free MMS TRICK :

Airtel live activated on SIM.

Go to Message Setting - MMS Setting & than change APN Address or I.P SERVER Address from airtelmms.com to airtelfun.com.If MMS sending failed than dial this CODE - *#1921135518# dial this will make to sending FREE your MMS.Enjoy free MMSing....

11) AIRTEL Free SMS :

a. Firstly activate the free SMS on your Airtel & than you'll get 400 A2A free SMS. Now deactivate this service after 7 days & then again restart this on very next day. You'll get 1200 free SMS A2A.

b. Other trick is that go to Message Setting -> Text Message -> Profile Setting & than change Message Centre Number to +9810051905. Remember this FREE SMS centre number works on Few Airtel numbers only. Enjoy free SMSing...

Airtel Hack for Free SMS Settings :

Change Message Centre No. to +919845086020 or +919810051905

(Balance must be Zero)

Reliance Free SMS Settings ;

Change Message Centre No. to +919863002222 (Balance must be Zero)

Free Airtel Missed Call Alert – Dial *62*+919894035100#

Free AIRCEL Missed CAll Alert - Dial *62*+919842201006#

Free IDEA Missed CAll Alert - Dial *62*+9198__001711#,ur circle no.__

Airtel Free Alerts: Change Message centre no. to +919840011011. ThenMessage to 54321,56161,53030 for getting free alerts of Cricket,News,Jokes,Thought,Ringtones,Pictures etc…..

Direct Customer care : 123p1p4p9

Airtel Directory Hack for some free downloads : http://202.71.128.187/content