Archive for 'Tech Articles'
How to break the firewall in colleges
Posted on 09. Sep, 2009 by admin.
Often in colleges and school people dont have much access to there pc , i mean to say people do not have much privledges to install software ,access softwares or access any particular website .
There is one particular solution i get on website , just change the admin password of your pc by installing one [...]
Continue Reading
Iphone integration throw your website using php
Posted on 23. May, 2009 by admin.
Add developerWorks to your iPhone
Well, one thing that I missed from my old phone was the salling clicker application. Salling Clicker turns any phone into a remote control for a Macintosh (and now, computers running Microsoft® Windows®, as well). Using the clicker application on the phone, I can launch AppleScripts on my Macintosh computer to [...]
Continue Reading
Operating System in php
Posted on 30. Apr, 2009 by admin.
Have you ever heart about operatng system purely build in php . As we know php is mend for a language of web framework, is it possible to develop a complete operating system in php , which will manage the whole system throw web. Do contribute your ideas , is it posible to override windows [...]
Continue Reading
Install FileZilla FTP Software in Ubuntu
Posted on 30. Apr, 2009 by admin.
As a web application developer, it’s essential to upload files in server. When I was windows user, I used FileZilla FTP software. I’m Ubuntu user for long time and I found there is a version of Filezilla for Ubuntu. Here I give the command how to install FileZilla:
Just run your terminal and write:
sudo aptitude install [...]
Continue Reading
Repair Ubuntu after you reinstall windows for some reason
Posted on 30. Apr, 2009 by admin.
As we know , we want to make the system dual boot , we have to install window version first and then the linux version , But what to do , if somehow our window version crashed or somehow we want to reinstall it . Most of us face problems when we dual boot both [...]
Continue Reading
Most importants tip to fast up php script
Posted on 20. Apr, 2009 by admin.
static function in php increase performance , string concatenation is bettter , avoid magic functions and require is quite expensive in php, use full path instead of php os path and dont put loops in infinite continueity , use some limits, php string function are much better than regular experssion in php.
Continue Reading
Gmail now gona support offline support just like outlook application
Posted on 11. Apr, 2009 by admin.
One of Gmail’s most requested features – offline support – is now available in testing. In other words, you can now use Gmail without an Internet connection, just like you can with desktop mail clients like Outlook.
The offline support is made possible by Google Gears, which you’ll need to download in order to utilize the [...]
Continue Reading
How to hack jquery thickbox
Posted on 11. Apr, 2009 by admin.
Have you ever wished of doing something more with what you have been doing with jQuery thickbox? Now it has been more then 6 months that I am using jQuery on different projects. I have extended jQuery many a times during this period and to tell you one thing I have used jQuery for heavy-weight [...]
Continue Reading
Getting Started with Eclipse PHP Development Tools (PDT)
Posted on 11. Apr, 2009 by admin.
Are you ready to take a step beyond writing code in a text editor like UltraEdit, BBEdit, or TextMate? Would you like to see those PHP and JavaScript syntax errors in the editor, without transferring files to the server or opening a browser? If so, then you’re ready to jump into the world of the [...]
Continue Reading
Download file using curl from secure server
Posted on 11. Apr, 2009 by admin.
Recently in one of my project I was suppose to download file from a secure website. Actually I have to set the scheduler job for downloading nightly builds/full files from the server and the files are placed on secure website.
Initially I tried that with file_get_contents function but it was just downloading 0KB file. Then it [...]
