After subscribing, confirm your subscription and activate your feeds and then post your Email ID in the comment form below so that I could send you the Icon Set immediately.
Showing posts with label Web Designing. Show all posts
Showing posts with label Web Designing. Show all posts
Saturday, 29 June 2013
Tagged under: Blogger Resources, Web Designing
Everyone likes free blogger resources like icons and buttons and they are something that are never rejected by anyone. I want to share with you my Freeware Icon Collection that contains 800+ smashing icons. I have collected these icons over the recent months from different websites and blogs. This is a web2.0 icon set and it contains almost everything that you may need, from social media icons, forum icons, blog icons till RSS icons. All these crowded in one jumbo set! You too can get a free copy of this amazing collection, just by submitting your Email ID and becoming a valuable MBT reader. Then you can benefit from tons of such resources for free.
After subscribing, confirm your subscription and activate your feeds and then post your Email ID in the comment form below so that I could send you the Icon Set immediately.
800+ Free Smashing Web2.0 Icons For Web Designing!
After subscribing, confirm your subscription and activate your feeds and then post your Email ID in the comment form below so that I could send you the Icon Set immediately.
Tuesday, 18 June 2013
Tagged under: Blogger Widgets and Plugins, Web Designing
A little time ago, we had shared a tutorial on how to enable Blogger's most awaited feature of threaded (Nested) commenting system. The method we shared only worked in official blogger templates but didn’t work in other templates created by un-official designers. More than 70% blogger blogs use un-official templates and as this feature can't be opposed by anyone therefore Mohammad Mustafa Ahmedzai of My Blogger Tricks took some time to install this feature in custom blogger templates after a lot of efforts. Let’s get to work and install this amazing feature then!
5. Replace it with the code below,
Visit your blogs and you will find a Reply link along with a delete link below each comment. Clicking the reply link will open the comment form just below that comment so that you could post a threaded reply. It will work just perfectly :)
You can edit the code above in any way you want. If you want a commenting style like the one shown in the image, then replace the above default codes with the following ones:
Make these changes:
Tip: Use our color code generator tool or color chart for making these changes
Blogger Threaded Comments For Custom Templates
A little time ago, we had shared a tutorial on how to enable Blogger's most awaited feature of threaded (Nested) commenting system. The method we shared only worked in official blogger templates but didn’t work in other templates created by un-official designers. More than 70% blogger blogs use un-official templates and as this feature can't be opposed by anyone therefore Mohammad Mustafa Ahmedzai of My Blogger Tricks took some time to install this feature in custom blogger templates after a lot of efforts. Let’s get to work and install this amazing feature then!Credits
The codes and stylesheets provided below are copyrights of My Blogger Tricks. I you wish to share any of these with your friends or readers, then please link back to this blog and My Blogger Tricks as the only favour in return.Install Threaded Comments in Custom Templates
Just follow these steps carefully,
- Go To Blogger > Template
- Backup your template
- Click Edit HTML
- Search for this code,
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>
5. Replace it with the code below,
<b:if cond='data:blog.pageType == "static_page"'>
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:if>
6. Save your template
7. Done!
Visit your blogs and you will find a Reply link along with a delete link below each comment. Clicking the reply link will open the comment form just below that comment so that you could post a threaded reply. It will work just perfectly :)
Customizing Threaded Comments
After enabling threaded comments in blogger, the new commenting system with override your previous styles. Your template will include the following CSS code which will be automatically inserted by blogger,<b:includable id='threaded_comment_css'> <style>
.comments {
clear: both;
margin-top: 10px;
margin-bottom: 0px;
line-height: 1em;
}
.comments .comments-content {
font-size: 13px;
margin-bottom: 16px;
}
.comments .comment .comment-actions a {
padding-top: 5px;
padding-right: 5px;
}
.comments .comment .comment-actions a:hover {
text-decoration: underline;
}
.comments .comments-content .comment-thread ol {
list-style-type: none;
padding: 0;
text-align: left;
}
.comments .comments-content .inline-thread {
padding: 0.5em 1em;
}
.comments .comments-content .comment-thread {
margin: 8px 0px;
}
.comments .comments-content .comment-thread:empty {
display: none;
}
.comments .comments-content .comment-replies {
margin-top: 1em;
margin-left: 36px;
}
.comments .comments-content .comment {
margin-bottom:16px;
padding-bottom:8px;
}
.comments .comments-content .comment:first-child {
padding-top:16px;
}
.comments .comments-content .comment:last-child {
border-bottom:0;
padding-bottom:0;
}
.comments .comments-content .comment-body {
position:relative;
}
.comments .comments-content .user {
font-style:normal;
font-weight:bold;
}
.comments .comments-content .icon.blog-author {
width: 18px;
height: 18px;
display: inline-block;
margin: 0 0 -4px 6px;
}
.comments .comments-content .datetime {
margin-left:6px;
}
.comments .comments-content .comment-header,
.comments .comments-content .comment-content {
margin:0 0 8px;
}
.comments .comments-content .comment-content {
text-align:justify;
}
.comments .comments-content .owner-actions {
position:absolute;
right:0;
top:0;
}
.comments .comments-replybox {
border: none;
height: 250px;
width: 100%;
}
.comments .comment-replybox-single {
margin-top: 5px;
margin-left: 48px;
}
.comments .comment-replybox-thread {
margin-top: 5px;
}
.comments .comments-content .loadmore a {
display: block;
padding: 10px 16px;
text-align: center;
}
.comments .thread-toggle {
cursor: pointer;
display: inline-block;
}
.comments .continue {
cursor: pointer;
}
.comments .continue a {
display: block;
padding: 0.5em;
font-weight: bold;
}
.comments .comments-content .loadmore {
cursor: pointer;
max-height: 3em;
margin-top: 3em;
}
.comments .comments-content .loadmore.loaded {
max-height: 0px;
opacity: 0;
overflow: hidden;
}
.comments .thread-chrome.thread-collapsed {
display: none;
}
.comments .thread-toggle {
display: inline-block;
}
.comments .thread-toggle .thread-arrow {
display: inline-block;
height: 6px;
width: 7px;
overflow: visible;
margin: 0.3em;
padding-right: 4px;
}
.comments .thread-expanded .thread-arrow {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAA DEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC") no-repeat scroll 0 0 transparent;
}
.comments .thread-collapsed .thread-arrow {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAA DEUlfTAAAAJUlEQVR42mNgAILy8vL/DLgASBKnApgkVgXIkhgKiNKJ005s4gDLbCZBiSx
fygAAAABJRU5ErkJggg==") no-repeat scroll 0 0 transparent;
}
.comments .avatar-image-container {
float: left;
width: 36px;
max-height: 36px;
overflow: hidden;
}
.comments .avatar-image-container img {
width: 36px;
}
.comments .comment-block {
margin-left: 48px;
position: relative;
}
/* Responsive styles. */
@media screen and (max-device-width: 480px) {
.comments .comments-content .comment-replies {
margin-left: 0;
}
}
</style>
</b:includable>
You can edit the code above in any way you want. If you want a commenting style like the one shown in the image, then replace the above default codes with the following ones:
<b:includable id='threaded_comment_css'>
<style>
/*------------- START of Blogger Threaded Comments -------------*/
.comments {
clear: both;
margin-top: 10px;
margin-bottom: 0px;
line-height: 1em;
}
.comments .comments-content {
font-size: 12px;
margin-bottom: 16px;
font-family: Verdana;
font-weight: normal;
text-align:left;
line-height: 1.4em;
}
.comments .comment .comment-actions a {
background:#1F9EE5;
cursor:pointer;
color:#ffffff;
padding:2px 3px; margin-right:10px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
font:9px sans-serif; border:1px solid #1F9EE5;
}
.comments .comment .comment-actions a:hover {
text-decoration: none; background:#5AB1E2; border:1px solid #5AB1E2;
}
.comments .comments-content .comment-thread ol {
list-style-type: none;
padding: 0;
text-align: none;
}
.comments .comments-content .inline-thread {
padding: 0.5em 1em;
}
.comments .comments-content .comment-thread {
margin: 8px 0px;
}
.comments .comments-content .comment-thread:empty {
display: none;
}
.comments .comments-content .comment-replies {
margin-top: 1em;
margin-left: 40px; font-size:12px; background:#EBF5FE;
}
.comments .comments-content .comment {
margin-bottom:16px;
padding-bottom:8px;
}
.comments .comments-content .comment:first-child {
padding-top:16px;
}
.comments .comments-content .comment:last-child {
border-bottom:0;
padding-bottom:0;
}
.comments .comments-content .comment-body {
position:relative;
}
.comments .comments-content .user {
font-style:normal;
font-weight:bold;
}
.comments .comments-content .icon.blog-author {
width: 18px;
height: 18px;
display: inline-block;
margin: 0 0 -4px 6px;
}
.comments .comments-content .datetime {
margin-left:6px;
}
.comments .comments-content .comment-header,
.comments .comments-content .comment-content {
margin:0 0 8px;
}
.comments .comments-content .comment-content {
text-align:none;
}
.comments .comments-content .owner-actions {
position:absolute;
right:0;
top:0;
}
.comments .comments-replybox {
border: none;
height: 250px;
width: 100%;
}
.comments .comment-replybox-single {
margin-top: 5px;
margin-left: 48px;
}
.comments .comment-replybox-thread {
margin-top: 5px;
}
.comments .comments-content .loadmore a {
display: block;
padding: 10px 16px;
text-align: center;
}
.comments .thread-toggle {
cursor: pointer;
display: inline-block;
}
.comments .continue {
cursor: pointer;
}
.comments .continue a {
display: block;
padding: 0.5em;
font-weight: bold;
}
.comments .comments-content .loadmore {
cursor: pointer;
max-height: 3em;
margin-top: 3em;
}
.comments .comments-content .loadmore.loaded {
max-height: 0px;
opacity: 0;
overflow: hidden;
}
.comments .thread-chrome.thread-collapsed {
display: none;
}
.comments .thread-toggle {
display: inline-block;
}
.comments .thread-toggle .thread-arrow {
display: inline-block;
height: 6px;
width: 7px;
overflow: visible;
margin: 0.3em;
padding-right: 4px;
}
.comments .thread-expanded .thread-arrow {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAc AAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC") no-repeat scroll 0 0 transparent;
}
.comments .thread-collapsed .thread-arrow {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA AcAAAAHCAYAAADEUlfTAAAAJUlEQVR42mNgAILy8vL/DLgASBKnApgkVgXIkhgKi
NKJ005s4gDLbCZBiSxfygAAAAB JRU5ErkJggg==") no-repeat scroll 0 0 transparent;
}
.comments .avatar-image-container {
float: left;
width: 36px;
max-height: 36px;
overflow: hidden;
}
.comments .avatar-image-container img {
width: 36px;
}
.comments .comment-block {
margin-left: 48px;
position: relative;
}
/* Responsive styles. */
@media screen and (max-device-width: 480px) {
.comments .comments-content .comment-replies {
margin-left: 0;
}
}
/*------------- End of Blogger Threaded Comments -------------*/
</style>
</b:includable>
Make these changes:
Tip: Use our color code generator tool or color chart for making these changes
- Change the background of Reply button in Active mode by editing 1F9EE5
- Change the background of Reply button in Mouse Hover mode by editing 5AB1E2
- Change the Font color of the Reply text by editing ffffff
- Change the background color of the Reply comments container by editing EBF5FE
Need Help?
If you need any kind of technical help from us, then you are most welcomed. This tutorial and is very easy to understand and has to work on every template. Stay tuned for more amazing widgets and plugins. Peace and blessings pals. :)Tuesday, 16 April 2013
Tagged under: Blogger Widgets and Plugins, Web Designing
I managed to develop many creative widgets this month out of which I will be sharing just one for this month. The widget that I am going to share today is very different from all the other widgets. Almost all blogger blogs lack this amazing NoScript Notification bar widget that is shown when a user has JavaScript disabled in his browser. This way the user will be notified that it is safe to turn on JavaScript for your blog and that your blog appears better with JavaScript enabled.
Make Design Changes if you like:
9. Save your template and you're all done!
Releasing Notification Bar for Script disabled Users!

Copyright
All these widget codes are the copyrighted property of My Blogging Tricks. Bloggers and developers are hereby advised not to sell or redistribute the widget codes without permission. You are also instructed that if you want to share this widget with your readers then kindly link back to this page. Any copyright infringement will result in your blog getting reported to Google DMCA.
What's Special in this Widget?
JavaScript is a client side scripting language so many people turn it off for security purposes. So this notification bar works best by grabbing the readers attention and helps you to focus the readers towards turning on JavaScript as it is safe to do it for your blog.
This widget is made from pure HTML and CSS so it is compatible with all the major browsers including, Chrome 1, 2, 3, 4, 5 and above , Firefox 1, 2, 3 and above, IE 4, 5, 6, and above, Opera 3, 4, 5, 6, 7, 8, and above and Safari 1, 2, 3, 4, 5 and above.
This widget is made from pure HTML and CSS so it is compatible with all the major browsers including, Chrome 1, 2, 3, 4, 5 and above
Each and every element of this notification bar is well structured and can be configured easily. This notification bar provides far better design flexibility and you can easily change its theme and look to any type of color you want. This notification bar doesn't affect site load time. You can change it in any way you want that may perfectly blend your layout.
And if any help is required, I will be always be available to help you on this page.
Installing the Notification Bar on Blogger
You may follow the extremely easy steps mentioned below to add the widget to your blogs.- Go To Blogger > Template
- Backup your template
- Click Edit HTML
- Search for ]]></b:skin>
- Just above it, paste the styles below,
/* ---- NoScript Notification bar by www.MyBloggingTricks.com ----- */
#noscriptnotificationbarWrap{
display: none;
margin: 0;
padding: 0;
position: fixed;
margin-top: -41px;
z-index: 999999;
width: 100%;
height: 41px;
}
#noscriptnotificationbar {
width: 100%;
height: 28px;
margin: 0px;
padding-top: 7px;
text-align: center;
background: none repeat scroll #00BBFF;
position: relative;
box-shadow:0px 1px 3px #666;
z-index: 9998;
text-decoration: none;
color: #000;
font-family: arial,sans-serif;
font-size: 14px;
font-weight: bold;
text-shadow: 0.4px 0.4px 0.4px rgb(74, 73, 73);
}
#noscriptnotificationbar a{
text-decoration: none;
color: #FFFC00;
font-family: arial,sans-serif;
font-size: 13px;
font-weight: bold;
text-shadow: 0.4px 0.4px 0.4px rgb(74, 73, 73);
outline: none;
}
#noscriptnotificationbar a:hover{
text-decoration: underline;
}
Make Design Changes if you like:
- To change the background, simply edit #00BBFF
- To change text color, edit #000
- To change hyperlink color, edit #FFFC00
- And if you want to change anything else, just post me your query in the comment box below! :)
<noscript><div id='noscriptnotificationbarWrap' style='display: block; margin-top: 0px;'><div id='noscriptnotificationbar'>
Write Your Notification Message Here
</div></div>
<br/><br/></noscript>
9. Save your template and you're all done!
Need help?
I just hope that all you guys find this widget worth using. All these steps are extremely easy to try out. This widget will work fine if you follow all the steps carefully. And even if you ran into any kind of technical problem then just post your comment and I would love to help you guys. Peace and blessings buddies! :)
Sunday, 20 January 2013
Tagged under: CSS and HTML Tricks, Web Designing
The biggest problem faced by almost every newbie blogger and web developer is editing a template. And the main reason for this is lack of awareness with browser languages like CSS, HTML, JavaScript etc. There are several websites online that have tutorials in these fields and one of such websites is www.w3schools.com. OK so now lets say you know the browser languages now where do you practice them and put them to good use? In this case w3schools is my favorite website and it is popular because it lets you play with the code! It has an Online HTML Editing Tool that lets you see live preview of the code that you use. Every developer including me has found this tool pretty useful. I thought that you guys those who are not aware of this should have a chance to have fun playing with important codes like CSS, HTML and JavaScript and learn important coding in a more interesting way! Well fortunately after some trial and error we could successfully create a similar tool entitled as “MBT HTML Editor”. Now you can actually test a code before adding them to blogger!
I guess this tool is better than any other HTML Editor found online or available as a software, or you can say the best tool available in the following ways,
The CSS code for Opacity Effect looks like this,
Some Important Tips:-
Learn CSS, HTML and JavaScript Offline!

I guess this tool is better than any other HTML Editor found online or available as a software, or you can say the best tool available in the following ways,
- It works Offline in any browser available.
- Takes less than a fraction of a second to show live preview of your codes.
- It is even smaller than a peanut as its size is 1.63 KB.
- Code is saved in the browser if your computer accidentally shuts down.
- You can go back several times using Ctrl + Z and go forward using Ctrl + Y.
- Can be used to test a code for Cross Browser Compatibility!
- It is free of charge thanks to MBT! :D
Downloading Instructions
You can use this MBT Editor Both Online and Offline if you want.- Click this link –> MBT HTML Editor
- The MBT HTML Editor will open. Now you can start using it Online but to work offline in it you need to save it first. To save it, press Ctrl+U and then the source file will open up and then copy all the codes from there and then paste in a notepad and save it as HTML Editor.html ( .html is important)
- Done!
Instructions For Using MBT HTML EDITOR
This tool consists of two panes i.e left pane and right pane. See a screen shot below,
The left pane is the area where you add your CSS and HTML codes and the right pane is the area where a visual view of the code is displayed. The CSS code is added just between <style> and </style> and the HTML code is added just below </style>.
Note:- Where it is written Add Here it means Add HTML Code Here
Note:- Where it is written Add Here it means Add HTML Code Here
Playing With A Code
Lets now play with a code using our HTML Editor. I am using the easy Image Opacity Effect Trick here as an example,The CSS code for Opacity Effect looks like this,
img {Now to apply this effect to an image we will need an HTML code as shared below,
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
border:0;
}
img:hover {
filter:alpha(opacity=30);
-moz-opacity: 0.30;
opacity: 0.30;
border:0;
}
<img class="Fadein" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsqB9nV7kb4uCPgvqxfCWmYJiM-DXAQyNBrPDYcuxBrLIkbowDMhn0w6zwp2ioSov86vsbaIdK08FqKGzvdseHgGqueeW1zbx78eGXZRX6qckG5Ev_ZGDlxYfB4fKSpV43igDJM0OJO7h-/s400/DIGG.png">
Now The best part, add the CSS code just between <style> and </style> and the HTML code just below </style>. Hit the Preview button and watch the dancing code in action in front of your eyes. You can now start the play!
See this screen shot,
Some Important Tips:-
- To go backward to previous changes, click Ctrl + Z
- To go forward to last changes made, click Ctrl + Y
- Once you are happy with the code that you prepared then simply paste the CSS code just above ]]></b:skin> inside your blogger template and the HTML code where you want the effect to be seen i.e post or sidebar
Need Any More Help?
I hope that this editing Tool will be of great use to bloggers and web developers across the globe. I hope you will find it even more easy to better understand and learn the browser languages and implement them to invent new codes. Do let me know how useful you find it and how much this new cool tool helps you. We played our part and now its your turn to spread the message! Peace :>
Subscribe to:
Posts (Atom)