Posts

ઈન્ટરનેટ જોડાણ વગર તમારા મોબાઇલ માં ફેસબુક સાથે જોડાવા માટે

Image
Fonetwish એક યુએસએસડી આધારિત અરસપરસ સેવા છે કે જે દરેક મોબાઇલ ફોન પર ઇન્ટરનેટ શક્તિ લાવે છે. Fonetwish કોઈપણ મોબાઇલ ફોન કોઇપણ માહિતી જોડાણ ( ઇન્ટરનેટ) ની જરૂરિયાત વગર Facebook વપરાશ પૂરો પાડે છે. જસ્ટ તમારા મોબાઇલ ફોન થી ડાયલ કરો *325 # , fonetwish status updata દિવાલ પોસ્ટ , મિત્ર અરજીઓ જેવી Facebook તમામ મુખ્ય લક્ષણો પૂરા પાડે છે , ઉપર fonetwish સાથે સૂચનો Push સૂચનો એક નવીન નવું લક્ષણ કે જેના દ્વારા તમારી Facebook સૂચનો પૂરા પાડે છે તમારા મોબાઇલ હેન્ડસેટ આપોઆપ તરીકે દબાણ અને જ્યારે તેઓ ઉત્પન્ન થાય છે. તેથી આગળના સમયે જ્યારે તમે ' મિત્રો દિવાલ પર તમારી પરિસ્થિતિ સુધારવા માંગો છો અથવા પોસ્ટ કોઈ overpriced એસએમએસ ની અથવા ડેટા કનેક્શન વિશે ચિંતા કરવાની જરૂર નથી. જસ્ટ *325 # તમારા મોબાઇલ ફોન થી ડાયલ કરો. ઉપલબ્ધ servise પ્રોવાઈડર્સ =>

how to connect to facebook without Internet connection in your mobile

Image
                 Fonetwish is an USSD based interactive service which brings the power of internet to every mobile phone. Fonetwish provides access to facebook from any mobile phone without the requirement of any data(internet) connection. Just dial *325# from your mobile phone and get started, fonetwish provides all the major features of facebook like status update, wall post, friend requests, notifications along with the above fonetwish provides push notifications an innovative new feature by which your facebook notifications are pushed into your mobile handset automatically as and when they are generated. So, the next time when you want to update your status or post on a friends’ wall no need to worry about overpriced SMS’s or a Data Connection. Just dial *325# from your mobile phone and get started. Available  service provider are  :

How to change name of start button in xp

Step 1 - Modify Explorer.exe File In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems. get this from h**p://delphi.icm.edu.pl/ftp/tools/ResHack.zip The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe. The category we are going to be using is "String Table". Expand it by clicking the plus sign then navig...

c code for SPI calculation

#include #include void main() { int i,credit[10],credit1,sum=0,t_credit=0; float grade[10],num,spi; char sub[10],name; clrscr(); for(i=0;i ",i); scanf("%s",&name); sub[i]=name; printf("Enter Grade of subject %c :=> ",sub[i]); scanf("%f",&num); grade[i]=num; printf("Enter credit of subject %c :=> ",sub[i]); scanf("%f",&credit1); credit[i]=credit; } for(i=0;i %f",spi); getch(); }