jump to navigation

How to start joomla…….. May 27, 2009

Posted by Shamim Ahmed in 1, Joomla.
add a comment

It seems that a lot of new Joomla users want to know how to install Joomla. It’s obviously very easy.. when I was new in joomla i have faced various problem ! so from My experience I am giving you some tutorial as if you can start joomla easily…..

At first you need to download joomla latest version then rename it as joomla. suppose you will work with mySQl server (Xampp) so copy the extract file of joomla and paste it in htdocs. Now start the server(Xampp) and create a database name(’your choosable) you need to remember it.

Now starting Server goto http://localhost/joomla then you will get a window of configuration…

Image

just click next step…..

Image

Image

Image

If everything is ok click “Next” button.

Image

Next page is the “STEP 1″ in our configuration. We have to fill our database configuration. Your hostname is usually “localhost”. We created before the database, username and password. Now, all you have to do is to fill the spaces with the name of the database, username and password. The MySQL Table prefix can be left “jos_” . If is your first installation click the checkbox “Install Sample data”. Click “Next”. A pop-up window will appear to ask you if all info are correct. Verify again and click “Ok”.

Image

Next page is very simple. Type your Site Name and click “Next”. You can Modify you Site name if you want later in the administration area.

Image

In “STEP 3″ you will confirm your URL, path, email and password. The URL and path are usually right and you don’t need to make modifications. The e-mail and password is your “Super Administrator” e-mail and password. Type your e-mail and a password. Remember the password because you won’t be able to login in the Administrator Section i you forgot it. Your username is by default “admin”. You can change your username, password and e-mail later in the “Administration Section”. If all done press “Next”

Image

Last Step! You see in this screen your username and password. Also Joomla remember you to delete the “Installation” directory. (Use ftp client for that). Also, you have the configuration file typed. Select all and copy. With your ftp client edit “configuration.php” and type (better “paste”) what is written in this last Step.

Image

That’s all! You can press “View Site” to view your new Joomla Site, or “Administration” to enter in the “Administration Area”.

After login administrative area you can start joomla………..any problem don’t be hasitated just inform me….

How to install wordpress…. May 27, 2009

Posted by Shamim Ahmed in 1.
Tags:
add a comment

To Install wordpress just follow the process…. it is very easy and

  1. Download and unzip the WordPress package, if you haven’t already.
  2. Create a database for WordPress on your web server, as well as a Xampp or MySQL
  3. Rename the wp-config-sample.php file to wp-config.php.
  4. Open wp-config.php in your favorite text editor as Dreamwever  or others any one and fill in your database details as explained in Editing wp-config.php to generate and use your secret key password.
  5. Place the WordPress files in the desired location on your web server:
    • If you want to integrate WordPress into the root of your domain (e.g. http://localhost/), move or upload all contents of the unzipped WordPress directory (but excluding the directory itself) into the root directory of your web server.
    • If you want to have your WordPress installation in its own subdirectory on your web site (e.g. http://localhost/blog/), rename the directory wordpress to the name you’d like the subdirectory to have and move or upload it to your web server. For example if you want the WordPress installation in a subdirectory called “blog”, you should rename the directory called “wordpress” to “blog” and upload it to the root directory of your web server.

      Hint: If your FTP transfer is too slow read how to avoid FTPing at : Step 1: Download and Extract.

  6. Run the WordPress installation script by accessing wp-admin/install.php in your favorite web browser.
    • If you installed WordPress in the root directory, you should visit: http://localhost/wp-admin/install.php
    • If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://localhost/blog/wp-admin/install.php

done   !  now you can start wordpress……….

How to Show add from google adsense to website May 18, 2009

Posted by Shamim Ahmed in Adsense.
1 comment so far

At First you have Sign up Google Adsense from http://www.google.com/adsense

untitled

or If you are already have an account then no need to signup just sign in by your account.

After Login then you7 will get a page like this…………

afterlogin

then you have to click on adesnse setup………..

adsense setup

Then you have choose a add content  normally  we choose adsense for content…. so just click on the blue link AdSense for content. then you will get like this…………….

adstyle

From Here you can choose Ad style which type of add do you want to add to your site then you need to click next………………or continue

Then same procedure just choosing option only you need to choose and click next / continue option.. finally you will get a code like this……………

code

then you need to copy the code and paste the code to your website where you want to show add just like this you can show add from google adsense.

How to Earn Money from Internet May 18, 2009

Posted by Shamim Ahmed in 1.
add a comment

There are verious ways to earn or make money from internet but today only one procedure i want to discuss…

Earn maney from Google Adsense…………………………….

Google adsense is one of ligal and easy way to earn money just  placing google add to your site…

here the procedure is here…………………………….

My experience about valentines day.. February 15, 2009

Posted by Shamim Ahmed in 1.
add a comment

Yesterday I passed a valentines day again without any beloved.. I think the 14 february valentines days is not specialy for  couple, it can be for two friends.. so I was thanked at 13 february How can i pass valentines day…. and i reached  a dicission that I can pass the day for some of my friends who are trying to build a fund for Otul( student of RU)  who is affected by a serious desease… so at morning I collected some amount of money for the fund of otul from some of my nearest friend and then I gave the amout to the fund so feels proud to do something for a friends at valentines day…

How to configure router by using CLI mode……… August 18, 2008

Posted by Shamim Ahmed in CISCO.
3 comments

I am doing my CCNA course from Cisco Local Academy RUET. Today our Cisco teacher tought us how configure a router by using CLI command mode. thats I like to share with you……………… I learned to configure by two method  1st is config mode it is very easy everyone can configure by this method using mouse click but it is not right procedure because practically it is not possible so our sir tought us by using CLI mode……..Now I will discuss how to configure router by using CLI mode….you have to mind it that today was my 1st class about this topics to it may some mistake, If you get some mistake then please inform me………

At first we have to enter the router through a router port from a networking computer(which is connected to network) to do this we will use console mode(command promod) and write a command telnet ip address of router ……

  example if fast ethernet ip address is 172.16.3.61 then we will write

telnet 172.16.3.61      //then press enter

after pressing enter then asking password you must know the port password by which you want to enter the router….to give the password you may use the following command

CCNA(config)#li
CCNA(config)#line co
CCNA(config)#line console 0
CCNA(config-line)#pass
CCNA(config-line)#password cisco
CCNA(config-line)#log
CCNA(config-line)#login
CCNA(config-line)#exit
CCNA(config)#li
CCNA(config)#line vty 0
CCNA(config-line)#pass
CCNA(config-line)#password cisco
CCNA(config-line)#log
CCNA(config-line)#login
CCNA(config-line)#exit
CCNA(config)#en
CCNA(config)#ser
CCNA(config)#service en
CCNA(config)#service ?
  password-encryption  Encrypt system passwords

 

//in the following command cisco is given password

after entering the router you can configure by writting following command. At first you have to enable  the router
Router>en
Router>enable
Router#?
Exec commands:
  <1-99>      Session number to resume
  clear       Reset functions
  clock       Manage the system clock
  configure   Enter configuration mode
  connect     Open a terminal connection
  copy        Copy from one file to another
  debug       Debugging functions (see also ‘undebug’)
  delete      Delete a file
  dir         List files on a filesystem
  disable     Turn off privileged commands
  disconnect  Disconnect an existing network connection
  enable      Turn on privileged commands
  erase       Erase a filesystem
  exit        Exit from the EXEC
  logout      Exit from the EXEC
  no          Disable debugging informations
  ping        Send echo messages
  reload      Halt and perform a cold restart
  resume      Resume an active network connection
  setup       Run the SETUP command facility
  show        Show running system information
  telnet      Open a telnet connection
  traceroute  Trace route to destination
  undebug     Disable debugging functions (see also ‘debug’)
  write       Write running configuration to memory, network, or terminal

Router#conf
Router#configure t
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int
Router(config)#interface fa
Router(config)#interface fastEthernet0/0
Router(config-if)#ip add
Router(config-if)#ip address 172.16.1.254 255.255.255.0
Router(config-if)#no sh do
Router(config-if)#no sh down

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#no
Router(config-if)#no sh
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int
Router(config)#interface se
Router(config)#interface serial2/0
Router(config-if)#ip add
Router(config-if)#ip address 172.16.3.1 255.255.255.0
Router(config-if)#no sh
Router(config-if)#no shutdown

I pasted the following code from my concole command mode it may have some mistake if you find then inform me ………..  sorry i am very busy for my class test exam so recently i will update it ……….and will write with full feature.

Happy friendship day……. August 3, 2008

Posted by Shamim Ahmed in 1.
1 comment so far

Today first sunday of August International friendshipday, so we all friends are going to arrange a boat traveling at padma river from the front of our Shelim hall RUET at the time of 4.30 pm,perhaps all of we will enjoy the traveling……………

Just Come back…………. July 31, 2008

Posted by Shamim Ahmed in Php.
add a comment

Sorry I was busy due to my 5th semister final exam and my CCNA course  so i could not post any topics. now  I am few free so today I design a template as part of project on RUET(online result System). now I will give my  total project serially. today just i given the tamplate view.

                        

In the  next post i will discuss details…………thanks

আজ আমাদের ছুটি । April 24, 2008

Posted by Shamim Ahmed in বাংলা.
add a comment

আমাদের রুয়েট কাম্পাসে ক্লাস ফাকি দেওয়ার কোন সুযোগ থাকে না । তাই আমরা সবাই একটআ ছুটির জন্য অপেক্ষা করে থাকি আজ আমাদের সেই কাঙ্খিত গীন্মকালিন ছুটি ।

How to Insert bangla in php Mysql database. April 24, 2008

Posted by Shamim Ahmed in Php.
1 comment so far

if you know how to insert data in English language to mysql database, then It is very easy for you to insert bangla in phpmysql batabase , just you must have write two line extra code in php. for example

<body>
<?php
$con=mysql_connect(”localhost”,”root”);
if(!$con)
die(’could not connect:’. mysql_error());
mysql_select_db(’bangla’,$con);

mysql_query(’SET CHARACTER SET utf8′,$con);                                                     //Extra for Bangla
mysql_query(”SET SESSION collation_connection=’utf8_general_ci’”,$con) ;       // Extra for Bangla

$sql=”INSERT INTO info1 VALUES (’$_POST[roll]‘,’$_POST[name]‘,’$_POST[dept]‘)”;
if(mysql_query($sql,$con))
echo “One row created”;
else
echo “Error creating row”.mysql_error();
mysql_close($con);
include “shamim.php”;

?>
</body>

I have marked two extra line code using Italic which is needed for bangla input. I hope if you follow this instruction then it will be very easy for you.

N.B: first you need to installed AVRO Unicode and Avro keyboard