Using google transliteration you can write in you own language very easily without need of any extra hardware or software...
You can also download it and then you don't even require Internet and you can also integrate it with your website.
Many other features are available, So check 'em all!!
Sunday, April 25, 2010
Tuesday, April 20, 2010
JAuthentification_construct Error in Joomla fixed!!
Once while working on joomla i wasn't able to login and after putting lot of effort i realised that i accidentally i disabled the Authentication-joomla plugin
To fix this all you have to do is to enable this from your database.
so go to phpmyadmin section and under jos_plugins table.
change the published of J_Authentification from 0 to 1 and then you can login into your account.
To fix this all you have to do is to enable this from your database.
so go to phpmyadmin section and under jos_plugins table.
change the published of J_Authentification from 0 to 1 and then you can login into your account.
Upload Your files on Google server
Many times you need to upload your files on Internet and then you need to have a link of that file. You can upload your files on google server via google code.
To upload follow these steps...
1. go to code.google.com
2.enter the project hosting section.
3. go to search open source projects.
4. click create new project.
5.Enter the details shown in screenshot
click on create project and then something like this will open...
under download section click to new download and it will allow you to upload your file and also by right clicking on the file you can get link location also.
Enjoy!
To upload follow these steps...
1. go to code.google.com
2.enter the project hosting section.
3. go to search open source projects.
4. click create new project.
5.Enter the details shown in screenshot
click on create project and then something like this will open...
under download section click to new download and it will allow you to upload your file and also by right clicking on the file you can get link location also.
Enjoy!
Saturday, April 17, 2010
Download Flash File(*.swf) From a website using Firefox
Recently i needed to download certain flash files from various websites for my college presentation. I found this very easy way to download flash file from a website using Firefox. Actually while displaying a web page browser first downloads the file, hence you don't need to download it again. You have already downloaded it!!. All you have to do is to save it.
In Firefox..
1. go to Tools >> Page Info.
2. go to media section.
3. choose you file and click Save As..
Enjoy!!
In Firefox..
1. go to Tools >> Page Info.
2. go to media section.
3. choose you file and click Save As..
Enjoy!!
Saturday, April 10, 2010
Error while setting up Apache fixed
I got the following error on running
sudo /etc/init.d/apache2 restart
* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
to fix it you need to edit httpd.conf file. type
sudo gedit /etc/apache2/httpd.conf
this will be a blank file by default. simply add the following line.
ServerName localhost
save the file and exit from gedit.
Finally restart the apche
sudo /etc/init.d/apache2 restart
This will probably fix your problem also.
hope it helps...
sudo /etc/init.d/apache2 restart
* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
to fix it you need to edit httpd.conf file. type
sudo gedit /etc/apache2/httpd.conf
this will be a blank file by default. simply add the following line.
ServerName localhost
save the file and exit from gedit.
Finally restart the apche
sudo /etc/init.d/apache2 restart
This will probably fix your problem also.
hope it helps...
Subscribe to:
Posts (Atom)