Showing posts with label design. Show all posts
Showing posts with label design. Show all posts

Friday, June 2, 2017

VideoCopilot Motion Design 2 Direct Download Links

VideoCopilot Motion Design 2 Direct Download Links





3D Object to Create Awesome Creativity.
Engineering Objects.
Military Machines & Objects.
Physical Materials.

Motion Design 2 Download

Available link for download

Read more »

Saturday, May 27, 2017

5 Things You Need To Do During Design A Website Blog For The Newbie

5 Things You Need To Do During Design A Website Blog For The Newbie


As we all know In Every web page there must be an objectives/aim of creation. Then pages are what you use to relay your message to your readers Am i right? Lets quickly look into those important section that make up your site. 

Blogger website design widget and gadget,blogger template
Normally Every Blogger is made up of:

  • Header
  • Blog Posts
  • Profile
  • Pages
  • Google Adsense
  • Attribution

Apart from the above mentioned, we shall be connecting to each of them in one way or the other.

1. EASY NAVIGATION: Do you know that your well arrange menu can glue readers to you blog? A scattered menu will pursue readers. Get into using what we called Drop Down Menu that will be easier for readers both on mobile and Pc devices to navigate to your pages and might even be sleeping there I advice you adopt that style of a menu it looks Proffessional and will be tweak right inside your HTML Area.

2. EASY SHARE BUTTONS: The power of share buttons exposes your website/blog to raw SEO even without Stress. It is left for you to generate one either from Sharethis or Addthis after generating, you can as well get your own icon to replace it with the default ones you generated afterall what is important is the links.

Note that for you to display these share buttons on both devices you must locate the below code section

Click inside the code area, CTRL F to search for
<data:post.body/>
make sure that the above is 3 in your template and paste the share button codes either above or below it. You cant under estimate that HTML section unless you love to stick with the default blogger share buttons that wastes alot of time on mobile devices.

3. COMMENT BOX MADE EASY: If your comment box is difficult to add comment, then readers wont even communicate with you. For you to condole and interact with readers/visitors you have to make that comment box/form visible and its found right inside the HTML code box of your template let me show you a simple way to enable yours if its not visible.

  • Login into your Dashboard=>Settings=>Comments
  • Scroll dow to the page and just check/tick the box for " Embedded below Post" Save changes and thats it.

* For Customization right inside your code area, look at me here

  • Backup your Template to avoid unecessary errors, but youre an export go ahead and do what you wanna do. Click inside and CTRL F to search for

<P class=comment- footer><b:if cond=data:post .allowComments>
just like this blah! blah !blah! Then just be articulate with the editing and replace
<b:if cond=data:post .allowComments>
with
data:post.embedComment- form>
inside the P class.

NB: You are only to use the above to replace the one I said you should replace and Remeber to Save Template.
OR search for
<b:include data=post name= Comment-form/>
then save template

comment-form/> is what we added to make it visible. There are other ways to beautify your comment area like removing blogger comment system to use Intensebase or Discuss.

4. CONTROL OF WIDGETS/ GADGETS: This 4th one can delay blog loading time and that will be diverstating to visitors. You ought to have the full control to display widgets to both device.

  • To Enable, Disable or display any widget on both device either mobile or Pc take it this way you need to know the exact ID of the Widget to locate it, dashboard>> Layout>>> Then click on it and highlight the Address bar to see the Id Then, Click on Template>>>Edit Template and Click on Jump To Widget, here the whole list of Widgets That make up your template will be highlighted. Simply click on the one you want and add


mobile= yes
Example: <b:widgetid=ContactForm locked=False mobile=yes title=contactForm/>
you are to give a space before adding mobile=yes else you will not succeed.

  • Gadgets: You add gadgets using third party widget becomes a profile as earlier listed, you name it any thing until for easy identification and you can arrange all these widgets by dragging and droping them to where you wish.


5. ADS PLACEMENT: There must be an orderly placement of Adsense, affilate ads, sponsored ads and Advertizing Space by so doing, it potrays you as a Pro you are to decide by yourself whether to integrate your ads to display on both device.

Ads Sizes You must Know

  • 120*600
  • 160*600
  • 226*280
  • 240*400
  • 250*250
  • 300*600
  • 392*600
  • 450*50

All these ads size type will guide you properly, after being satisfy, drag and paste the widget to where you like.

For now if have comfuse about this article, just drop your comment here or can contact us about your problem.

Dont forget to share this post to your friends also.

Available link for download

Read more »

Monday, April 24, 2017

Get Any Blogger Blog Template Design For N1 000 Only

Get Any Blogger Blog Template Design For N1 000 Only


 Get Any Blogger Blog Template / Design For N1,000 Only.

1. I designed this blog mobile view, while learning the intrigues of the platform, to be similar to donejeh.com and later kudantown.blogspot.com, a blogger blog.

Blogger Blog Template Design 2015
2. Ill build a blogger template with design similar to any blogger blog you point at, be it premium or not, responsive or non- responsive, for a token of  Thousand Naira (N1,000.00 ) Only. You get to pay after the template is designed and a demo shown to you.

The design may take one or two days to complete depending on its complexity.

3. Ill send you the Bank account details to pay into once the template is completed. Please, besides the consultancy fee, I also accept payment by Recharge card (Airtime) or in Kind for this service. After payment has been made, the template will be sent to you.

4. But if you dont know how to upload templates on blogger, Ill help you to do so (no extra charge).

5. If you wish to take advantage of this service, simply send a mail containing your blog address (intented to be re-designed) as well as the blog address whose design you want to Absonsfriend2@gmail.com.

 You can also contact me directly or via whatsapp messenger through this number 08067611897.

Available link for download

Read more »

Wednesday, April 12, 2017

Material Design Social Share Button Toggle Menu With CSS JQuery

Material Design Social Share Button Toggle Menu With CSS JQuery


Social Buttons
I design this share button to use in my site then I think about the slogan "Sharing is Caring". So I made this tutorial and share the code here.
This menu looks like Material Design UI as this is trending in Web Designing nowadays. It have slick and smooth design and effects simply using CSS3 and JQuery effects.

Social icons are the fonts provided by Font-Awesome, Thanks to it.
Cool transitions effects using Cascading Stylesheet 3.
Minimal use of JQuery 1.9.1 or above used in it.

<div id="social_link_container">
<div id="share_btn" class="icon share" onclick="share()">
<i class="fa fa-share-alt fa-lg"></i>
</div>
<div id="social_btn">
<div class="icon fb"> <a href="#"><i class="fa fa-facebook fa-lg"></i></a>
<div class="text">Facebook</div>
</div>
<div class="icon tw"> <a href="#"><i class="fa fa-twitter fa-lg"></i></a>

<div class="text">Twitter</div>
</div>
<div class="icon inst"> <a href="#"><i class="fa fa-instagram fa-lg"></i></a>

<div class="text">Instagram</div>
</div>
<div class="icon gplus"> <a href="#"><i class="fa fa-google-plus fa-lg"></i></a>
<div class="text">Google+</div>
</div>
<div class="icon ytube"> <a href="#"><i class="fa fa-youtube fa-lg"></i></a>
<div class="text">YouTube</div>
</div>
</div>
</div>
See the Pen Material Design Social buttons by Virender (@vkmr83) on CodePen.

#social_btn {
display: none;
position: relative;
}
#share_btn {
position: relative;
}
.icon {
position: relative;
border: none;
border-radius: 50px;
text-align: center;
margin: 10px;
padding: 5px;
width: 30px;
height: 30px;
line-height: 32px;
background: #ffffff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.icon a {
width: 30px;
height: 30px;
display: block;
}
.icon > .text {
position: absolute;
top: 5px;
left: 10px;
background: white;
padding: 0 10px;
display: table;
font: bold 16px/30px Roboto, Verdana, Arial;
visibility: hidden;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
transition: all 0.2s ease-in-out;
z-index: -3;
}
.icon:hover > .text {
visibility: visible;
left: 120%;
}
.share {
color: orange;
cursor: pointer;
}
.share:hover {
background: orange;
color: white;
}
.fb, .fb a {
color: rgb(59, 89, 152);
}
.tw, .tw a {
color: rgb(0, 172, 237);
}
.inst, .inst a {
color: rgb(81, 127, 164);
}
.gplus, .gplus a {
color: rgb(221, 75, 57);
}
.ytube, .ytube a {
color: rgb(187, 0, 0);
}
See the Pen Material Design Social buttons by Virender (@vkmr83) on CodePen.

function share() {
var hidden = $("#social_btn").css("display") == "none";
if (hidden) {
$("#social_btn").slideDown(500).css("display", "inline-block");
console.log("sucess");
} else {
$("#social_btn").slideUp(500);
}
}
See the Pen Material Design Social buttons by Virender (@vkmr83) on CodePen.

See the Pen Material Design Social buttons by Virender (@vkmr83) on CodePen.
Download

Available link for download

Read more »

Wednesday, March 29, 2017

WhatsApp ReBorn 1 50 AntiBan No Ban Material Design OsmDroid apk

WhatsApp ReBorn 1 50 AntiBan No Ban Material Design OsmDroid apk






WhatsApp ReBorn 1.50
Download Info
WhatsApp-ReBorn-1.50-AntiBan-No-Ban-Material-Design-OsmDroid.apk
24.1 MB (253,44,911 bytes)
MD5=> 4879D5D1B236F6969C43362771426E27
SHA-1=> 6DB905C3715948F8526D2CB4B7AB250DD87FA866

Whats New
*Added CALLS UI option in FAB star in 2.0.7 clear preferences to get it (Only those will be able to call other who already have activated calls)
*Translations are back again
*Fixed crash for LOLLIPOP users
*Fixed Keyboard problem
*Fixed AutoOnline toast bug 2.5
*Fixed hide notification bug
*Fixed extended notification bug
*Fixed change notifybar color bug
*Fixed attach music icon and emoji

Instructions for fresh install
Make Sure you have perfectly running whatsapp installed with your important chat

1) Open Whatsapp & Go to Settings?Chat Settings?Backup Conversations
2) Uninstall WHATSAPP
3) Download & Install Given WhatsApp+s apk
4) Open it?Click AGREE & CONTINUE?Enter your number
5) If you have backed up your chat earlier then there should be RESTORE BUTTON , Press it
(If you get message like "Your app is unofficial Download from play store" then Uninstall current WhatsApp+ ? install original whatsapp from play store ? do verification process ? Chat with 1-2 person ? backup chats ? uninstall Original whatsapp ? install given WhatsApp+ You will definitely get RESTORE button)
6) Grab a cup of coffee cause it might take some long... Press Continue after it finishes
7) Congratulations Youve successfully installed WhatsApp+ .! Now Explore many more features
:mast: Share this #Osm innovation as much as you can :p

Instructions for update
1) Simply install apk
2) If you get APP NOT INSTALLED ERROR then follow steps of FRESH INSTALLATION.
Download Whatsapp Plus Reborn 1.50

Available link for download

Read more »

Friday, March 17, 2017

WhatsApp 2 12 38 Material Design

WhatsApp 2 12 38 Material Design


download WhatsApp 2.12.38 for Android  With this update developer behind WhatsApp application for Android fixes some of the material design bugs in the last update. You can now download WhatsApp 2.12.38 for Android  WhatsApp keeps you connected to your near and dear ones. You can text them at any instant. Make voice calls, send multimedia files. You can also create groups and double the fun of talking to your friends. Mute or archive a conversation or block a user. We have the WhatsApp 2.12.38 APK for download as well for those who can’t download from the Google Play Store.

Notes / What’s New v WhatsApp 2.12.38
More bug fixes for the WhatsApp  Material Design update from earlier today.

WTS3 whatsapp-2015 WTS1 WTS2

Download link : WhatsApp 2.12.38 Material Design.apk

Available link for download

Read more »