TechnoInfant

height : 10px

How To Create Pages and Add Tabs in Blogger

Saturday 23 April 2016 By Unknown

 Creating a Blog using Blogger is very simple.All the newbies starts blogging with blogger because of it's easiness to use and we can easily customize the code.When it comes to blogging presentation and design of the blog is more important.A blog consists of a Tab bar with different categories of tabs make your blog pretty beautiful. .As  I am also a beginner I have searched for so many blogs and implemented Tabs in my blog .In this article I am going to explain about creating Tabs in a very simple steps.


1.Go to Design view and select Layout option from the left corner .Click on Add a  Gadget in Cross column section below the Header.




2.Select Pages from the Gadget menu.After adding Pages ,Home is the default Tab which is available in the Gadget.Click on the Add external link to add new Tab to your blog.





3.If you want to add a new Tab with name "Android",Click on Add external link and give it the name as "Android" and add the URL to this tab link "https://yourblogname.blogspot.in/search/label/Android". Please note that it is your internal link. In case if you want to add any other external link please add the  URL to this Tab.





4.After writing any Post find the label option in the right side corner of the Post settings.Click on Labels and write the appropriate label name from the tabs list which you have already created.So, the post can be available under the attached label.You can add any number of labels separated by comma.



You can add any number of tabs .But only one thing you should taken care of is URL which you have provided under this Tab. Don't go for more tabs it can make your blog mess.The most important Tabs are Home and About me in any Blog's design.


I have added Six tabs to my Blog.Please make sure that all Tabs are working fine while clicking on Tabs.







Thank you very much for reading this article.Please comment if it is helpful.









How To Download And Install Apache WebServer In Windows 7 OS

Monday 18 April 2016 By Unknown

Apache is the vividly used WebServer in the web design and  development. People who are new to web development always search for the term Apache WebServer. Because Apache WebServer is an open Source and easily available Software. In this post I am going to explain downloading the Apache binaries and configuration steps for Windows 7.



1. Download the Apache2.4.4.0 Binaries


You can download the Apache Binaries from Apache Lounge website.It is not the official site of Apache and not certified.

 Here is the link to download : https://www.apachelounge.com/download/
Please select either 32-bit or 64-bit according to the OS. you will get the  Zip  file after completing the download .

Extract it in    " C:\Apache24 " directory

Make sure that  windows  visual C++ installed in your system.Even though you have it there is no harm  by install it again. you can get windows visual c++  Redistributable  https://www.microsoft.com/en-in/download/details.aspx?id=48145

Please select either 32-bit or 64-bit according to the OS. you will get the  Zip  file after completing the download .

Extract it in    " C:\Apache24 " directory

2. Configuration Settings


Search for httpd config file which is available in  " C:\Apachi2\Apache24\conf " path.
Open the httpd config file in your favorite text editor . We should configure the server variables to run the Apache WebServer . 

Search for ServerRoot  and   change the  root directory to  "C://Apache24"
Enable  ServerAdmin admin@example.com

Make sure that ServerName localhost should be : 80

3. Testing the Installation 


Go to Start-> Run->cmd
Type the command cd Apache24/bin then press enter
Type the command htttpd -t
Result should be Syntax OK