Maniruzzaman Akash's Blog

Maniruzzaman Akash, A programmer, A web programmer, a helpful person to share knowledge and everything..

  • Home
  • Programming
    • C Programming
    • Java Programming
    • C++ Programming
    • C# Programming
    • Python Programming
    • Data Structure
  • Web
    • HTML
    • CSS
    • Javascript
    • PHP
    • AJAX
    • XML
  • FrameWork
    • Bootstrap(CSS)
    • Laravel 5(PHP)
  • Database
    • MySQL
    • Oracle
    • SQL Server
  • Android
    • Android Development
  • Mathematics
    • Numerical Methods
  • Others
    • My Articles
    • Download Ebooks
    • Mathematics
    • Difference Between
  • Contact
Showing posts with label Blogger Tips. Show all posts
Blogger Tips Blogging Career

Which Free blog is better- Wordpress or Blogger

Saturday, October 7, 2017 By Maniruzzaman Akash 4 Comments
Which Free blog is better- Wordpress or Blogger


From few a days, I've got some question about Wordpress and Blogger. User's has asked me -

Which free blog site is better? Wordpress or Blogger?


Continue reading
Share:
Views:
Blogger Tips

How to remove footer credit from blogger in 3 minutes video with description

Thursday, May 25, 2017 By Maniruzzaman Akash 0 Comments

Simple Tutorial On - How to remove Footer Credit from Blogger.

Simple Steps: 


  1. Open Blogger Themes from the left navigation bar
  2. Find footer pressing    ctrl+f 
  3. Find the link/href of <a> for which this is redirected.
  4. In that <a href="xx.com">XX</a> 
  5. Change it to <a style="visibility: hidden" href="xx.com">XX</a>
  6. Then Finish now footer credit will be removed and you can add your own footer credit in Blogger

See the video for more clear. Only 3 minutes video.








Tags: Blogger Footer credit remove, how to remove blogger footer credit,How to remove footer credit from blogger template, Blogger template, Blogger remove system of footer credit, remove footer credit, Blogger credit remove system
Continue reading
Share:
Views:
Blogger Tips

How to redirects blogger homepage to another page 3 minute video

Wednesday, May 24, 2017 By Maniruzzaman Akash 0 Comments

How to redirects blogger homepage to another page 3 minute video

Simple blogger tutorial on redirect blogger homepage to another page.



Tags: Blogger Homepage redirection, How to redirects blogger homepage to another page
Continue reading
Share:
Views:
Articles Blogger Tips

How to Add Code Syntax Highlighter in Blogger

Saturday, April 15, 2017 By Maniruzzaman Akash 0 Comments
In blogger, some developers work and they try to make some tutorials and they try to give code and obviously a code highlighting is necessary for this. Without a proper code highlighting, code looks very odd.

So, we need code highlighting in our blog.

First Step For code highlighting in Blogger:

1) First add the following line before </head> tag.

<link href="https://alexgorbatchev.com/pub/sh/current/styles/shCore.css" rel="stylesheet" type="text/css" />

<link href="https://alexgorbatchev.com/pub/sh/current/styles/shThemeEmacs.css" rel="stylesheet" type="text/css" />


2) Finally add this code before the </body> tag.

<script src="https://alexgorbatchev.com/pub/sh/current/scripts/shCore.js" type="text/javascript">

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushAS3.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushBash.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushColdFusion.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCSharp.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCpp.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCss.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushDelphi.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushDiff.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushErlang.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushGroovy.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJavaFX.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPerl.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPhp.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPlain.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPowerShell.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPython.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushRuby.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushScala.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushSql.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushVb.js" type="text/javascript" />

<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js" type="text/javascript" />

 

<script language="javascript" type="text/javascript">

 SyntaxHighlighter.config.bloggerMode = true;

 SyntaxHighlighter.all();

</script>

<!-- Syntax Highlighter Additions END -->

Enjoy syntax highlighting in your blogspot/blogger site now.



<?php
$example = range(0, 9);
foreach ($example as $value)
{
 echo $value;
}
Continue reading
Share:
Views:
Articles Blogger Tips

How To Make A Dynamic Personal Website Free From Blogger

Friday, December 2, 2016 By Maniruzzaman Akash 2 Comments
Welcome to my site again,
Today I'll show you how to make a dynamic site like my site or something personal site or your personal business site like a pro. Read the full tutorial carefully and I think you can make a site like my blogs. I'll show you step by step with image and so get a dynamic awesome website for your personal blog.So let's start

Step 01) 
It is a free site of yours and for this we'll use blogger which is basically come from google. Go to the site - https://www.blogger.com
The site looks like this - 





Step 02) 
Now click on Sign In option or Create your site option if you have a previous google account. For your kind information, Gmail is a google product , that means if you have a gmail account, then that is your google account also. So sign in your gmail or google account.
Then it looks like this


Give your google account name and password , then it'll look like this-




Step 03) 
If Everything is correct then you'll get a page like this if you have not set your blogger profile yet -


Now click - Create a Google Profile
Then follow the gaps like me- 

Step 04) 
Then get a new page and Click Continue To Blogger-
Then On the left corner of the page get a dropdown menu and if you haven't any blog it will be look like this-

Step 05) 
Then it will appear a mini window and fill it as your data like-
1) Give a site title name(you can give it anything.
2) Make a blog address like me and then check the availabilty that domain already exist or not. If domain is right then a right mark will appear, If not then a warning mrk will appear. Write a unique domain
3) Check the site template (Which format will show your site) [Don't think, select and in future we'll change it give a dynamic template in our site]
4) Create blog



Step 06) 
Check your blog live in server Click View Blog upper left corner.
And your site is just looking like this-
Get a site like this, you have no post that will look so ugly and then click on New Post



Step 07) 
Add an article and again view blog 


Now view the blog. I think it's pretty cool. By this system you can continue a blog. The wite will look now -



Now 

In blogger template option, you can add new template to your blog.
In blogger layout option, you can add new layout  or new widget to your blog.
I think you can do it personally and if you face any problem please knock me here.




*****Step 08) *****
Now it is time to make our site more dynamic. Get a free blogger template from any site. One of the best site is: Gooyaobi Template.
Go to the site 
Gooyaobi Template.




Click On Free blogger template. From them, chose your best template.

and download the zip file. We are now downloading a simple pickpress template like this-



*Step 09) *
Extract the tempalte and then




*Step 10) *

Select the Pickpress.xml file and open it with nodepad[Notepad is the default of Windows text editor]


*Step 11) *
Cpy the xml file from Notepad. 
Select Full - Press Control + Alt and 
then Copy Full Xml Code -  Constrol + C

*Step 12) *


Go to 
---- blogger dashboard
---- template tab
---- Click On Edit HTML



*Step 12) * 
Select All Code in The template tab-edit html and then paste the code from notepad which we've copied previous.


*Step 13) * Click On Save template button and then view blog again





And now our work is finished totally. We can get an awesome site like this. Really, it's cool and awesome.



See guys, how its looking now?

And now add more post in your site and make a public and fast directory of yours.






thank you everyone for seeing the lecture and I think I can help you to make you a best and dynamic website in blogger just free. I've showed all the images so that you can understand quickly about my talk. 


For more clear, See the Youtube video and make a dynamic website in 10 minutes




Thanks and next I'll come here with more functionality of Blogger.
If you face any problem, just comment here or mail me - manirujjamanakash@gmail.com



Continue reading
Share:
Views:
Older Posts Home
Subscribe to: Posts ( Atom )

Popular Posts

  • Numerical Methods 20 Multiple Choice Questions and Answers
  • Consider a hypothetical 32-bit microprocessor having 32-bit instructions: Solutions
  • List and briefly define two approaches to dealing with multiple interrupts
  • The hypothetical machine has two I/O instructions: 0011= Load AC fro I/O 0111= Store AC to I/O Solutions
  • What are the characteristics of Digital IC's?-Solution
  • Mid Square Method Code implementation in C and MatLab
  • List and briefly define the possible states that define an instruction execution
  • BFS, DFS, DLS in Tree implementation in C
  • Download Laravel Offline Documentation as HTML
  • Simpson's 1/3 Code in Matlab

Category

Advanced PHP Android Developement Articles Artificial Intelligenece Blogger Tips Blogging Career Bootstrap Offline Documentation Bootstrap Templates C Programming Computer Architecture Data Structure Difference Between Download Documentation Download Ebook Download Free Blog Template Earning Money Electrical Electronics Guest Posts HTML Java Programming Laravel Laravel Bangla Tutorial MatLab Code My Videos MySQL Database Numerical Methods Offline Documentation Recent Topics Simulation and Modeling Unity Game Development Web Design Web Development

LIKE ME ON FACEBOOK

TAGS

  • Advanced PHP (3)
  • Android Developement (5)
  • Articles (6)
  • Artificial Intelligenece (3)
  • Blogger Tips (5)
  • Blogging Career (1)
  • Bootstrap Offline Documentation (1)
  • Bootstrap Templates (1)
  • C Programming (14)
  • Computer Architecture (5)
  • Data Structure (11)
  • Difference Between (1)
  • Download Documentation (2)
  • Download Ebook (3)
  • Download Free Blog Template (2)
  • Earning Money (1)
  • Electrical Electronics (1)
  • Guest Posts (1)
  • HTML (4)
  • Java Programming (2)
  • Laravel (3)
  • Laravel Bangla Tutorial (1)
  • MatLab Code (2)
  • My Videos (3)
  • MySQL Database (7)
  • Numerical Methods (9)
  • Offline Documentation (1)
  • Recent Topics (1)
  • Simulation and Modeling (2)
  • Unity Game Development (3)
  • Web Design (3)
  • Web Development (1)

Join Google+

Maniruzzaman Akash
View my complete profile

Join With Me

Site Visitors

Best Sites For a programmer

  • URI Online Judge Solution By Me
  • StackOverFlow
  • W3 School
  • Git Hub - Store your Every Document

Popular Posts

  • ফিফা ওয়ার্ল্ড কাপ ২০১৮ শিডিউল এবং সমস্ত আপডেট- FIFA World Cup 2018 - Bangladesh Time Schedule
  • How to import Excel,CSV file in Laravel And insert data in database
  • ‘Do My Assignment for Me’ Orders: All Kinds of Difficult Projects Done with Ease
  • Download 20 responsive Free E-Commerce Template 2017
  • The hypothetical machine has two I/O instructions: 0011= Load AC fro I/O 0111= Store AC to I/O Solutions
  • What are the characteristics of Digital IC's?-Solution
  • Mid Square Method Code implementation in C and MatLab
  • Consider a hypothetical 32-bit microprocessor having 32-bit instructions: Solutions
  • What is Blue Whale Game ? Why people suicide?
  • List and briefly define two approaches to dealing with multiple interrupts

Earn Money From Your site

Translate To your language

Categories

Advanced PHP (3) Android Developement (5) Articles (6) Artificial Intelligenece (3) Blogger Tips (5) Blogging Career (1) Bootstrap Offline Documentation (1) Bootstrap Templates (1) C Programming (14) Computer Architecture (5) Data Structure (11) Difference Between (1) Download Documentation (2) Download Ebook (3) Download Free Blog Template (2) Earning Money (1) Electrical Electronics (1) Guest Posts (1) HTML (4) Java Programming (2) Laravel (3) Laravel Bangla Tutorial (1) MatLab Code (2) My Videos (3) MySQL Database (7) Numerical Methods (9) Offline Documentation (1) Recent Topics (1) Simulation and Modeling (2) Unity Game Development (3) Web Design (3) Web Development (1)

Subscribe To This Site To Get Latest Article On Programming or web

Posts
Atom
Posts
All Comments
Atom
All Comments
© 2016 Maniruzzaman Akash's Blog | All rights reserved
Developed By Maniruzzaman Akash Created By Responsive Blogger Templates | Distributed By Gooyaabi Templates