12
May
Posted in Mac | No Comments »
XAMPP for Mac does come with PEAR but it is NOT configured/installed.
To Update PEAR
sudo su – [Enter root password]
cd /Applications/xampp/xamppfiles/lib/php/pear
sudo php pearcmd.php channel-update pear.php.net
sudo php pearcmd.php install PEAR
sudo php pearcmd.php install Log
sudo php pearcmd.php list
add PEAR to the php.ini include_path
Edit /Applications/xampp/etc/php.ini (include path is at the very end of the php.ini file)
include_path = “.:/Applications/xampp/xamppfiles/lib/php:/Applications/xampp/xamppfiles/lib/php/pear”
To install a package
Type
sudo su [Enter root password]
cd /Applications/xampp/xamppfiles/lib/php/pear
pear install pear/PACKAGE_NAME
Thats it, good luck.
Tags: Mac, pear, XAMPP
21
Mar
Posted in Programming | No Comments »
Python is an interpreted programming language and claims to be a very effective programming language. Python was develop from Guido van Rossum. The name Python is based on the TV show “Monty Python’s Flying Circus”. During execution the Python source code is translated into byte-code which is then interpreted by the Python interpreter. Python source code can also run on the Java Virtual Machine, in this case you are using Jython.
Key features of Python are:
- high-level data types, as for example extensible lists
- statement grouping is done by indentation instead of brackets
- variable or argument declaration is not necessary
- supports for object-orientated, procedural and / or functional programming style
I have started learning Python from last week. It is is very interesting.
24
Mar
Posted in Uncategorized | No Comments »
How about talking with dearest one with a slow background music like candle dinner?
Yes it is possible to add background music during mobile call. When you are talking just press * to start music and the music will be listen by both caller like conference.
Subscriber will register this service with a monthly cost also select music from list as low cost for each music.
Also subscriber can be able to change the music if they want just pushing the # key.
What do you think? Please comment if like it or not. You can leave a suggestion here.
Tags: mobile phone, valu added service, VAS
10
Mar
Posted in Downloads, Internet | No Comments »
Yesterday I have installed Drop Box in may PC. It’s a very handy to use and sharing with friends and other computer is also very easy and fun. For free user it provides 2GB storage to upload file and share.
You can can expand your storage by inviting your friends by email. I think its a good service for us.
Check out Dropbox here..
6
Mar
Posted in Uncategorized | No Comments »
Framework can make your work easier and cut your time for development. If that task is like css and Html then a framework can be really helpful for any developer. From W3C validation to cross browser compatibility it’s really really time consuming for a developer or a designer.
Ok make your life easy with using Blueprint CSS Framework and see your how fast it is.
I am really happy to using that framework. Blueprint. Have look their site and deside. Happy coding.