Don't miss
Showing posts with label coding. Show all posts
Showing posts with label coding. Show all posts

Thursday, July 10

How to install Facebook pop up widget for blogger ? : code



Facebook pop up widget is a great widget developed for blogs.its coded in CSS ,scripts so you need CSS ,script support, for blogspot.com its just enough.This widgets pops up after your website or blogs gets loaded.
I have also posted the screenshot and sample video of the widget.
For installing this widget you need to follow these steps:


watch this video to see demo of the widget:


STEP 1:

Go to your blogger account ,then select the option layout.



STEP 2:

Select add a gadget link from the layout section.



STEP 3:

A pop up window will appear on click 'add a gadget'.now you have to select 'HTML/JAVA SCRIPT'
gadget.


STEP 4:

Now copy the below code and paste it to the content section .There is no need of entering title. 

<style type='text/css'>
#ajstylesFBpop {
position:fixed !important;
position:absolute;
top:-1000px;
left:50%;
margin:0px 0px 0px -182px;
width:300px;
height:auto;
padding:16px;
background:#FEFEFE;font:normal Dosis, Georgia, Serif;
color:#111;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
#ajstylesFBpop a.bsclose {
position:absolute;
top:-10px;
right:-10px;
background:#fff;
font:bold 16px Arial, Sans-Serif;
text-decoration:none;
line-height:22px;
width:22px;
text-align:center;
color:#000000;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:22px;
-moz-border-radius:22px;
border-radius:25px;
cursor:pointer;
}
</style>
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type='text/javascript'>
$(window).bind("load", function() {
// Animate Top
$('#ajstylesFBpop').animate({top:"50px"}, 1000);
// Widget by www.nickcyber.blogspot.com
$('a.bsclose').click(function() {
$(this).parent().fadeOut();
return false;
});
});
</script>
<div id='ajstylesFBpop'>
<!-- Widget by www.nickcyber.blogspot.com Start -->
<center><b><a class="ajstyles">Don't Forget To Join With Our Community</a></b></center>
<center>
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Ffreecyberworld&amp;width=292&amp;height=258&amp;show_faces=true&amp;colorscheme=light&amp;stream=false&amp;show_border=true&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:258px;" allowtransparency="true"></iframe></center>
<!-- Widget by www.nickcyber.blogspot.com End -->
<a class='bsclose' href='#'>&times;</a>
<center style="float:right; margin-right:10px;"><span style="font-size:xx-small; color:#000; text-decoration:none;">+Get this at</span> <a target='_blank' style="font-size:xx-small; color:#3B78CD; text-decoration:none;" href="http://www.nickcyber.blogspot.com">Ajstyles</a></center>
</div>



Now replace the highlighted portion with your facebook page ID.

Save it ....and that's it you are done.
If you got any trouble then you can comment below.

Wednesday, July 9

Where to start to become a programmer?


This is one of the most common questions that every one asks,it's kinda natural .If you ask several programmers that which is the best language to start from then you will probably get several different ans..
Firstly i wanna say that there is no language you should necessarily learn,But it depends.
It depends on why you wanna code ,like if you want to make websites,webapps,applications etc.
Programming allows you to make new software and have the computer do new things.
You need to learn and start from several different languages to have a basic knowledge.
I will be listing some of the major uses of some popular programming languages .

These are one of the basic languages that is used almost everywhere or is the basis of programming.

C

C is one of the most widely used programming languages of all time,and C compilers are available for the majority of available computer architectures and operating systems.C is often used for system programming , including implementing operating systems and embedded system applications, due to a combination of desirable characteristics such as code portability and efficiency, ability to access specific hardware addresses, ability to pun types to match externally imposed data access requirements, and low run-time demand on system resources.

You can learn C here

JAVA

Java is  one of the most used languages in the present scenario.Even for basic android programming you will need to learn JAVA first.It can help you make android apps etc.JAVA is very easy to learn and i personally think that every one should necessarily learn JAVA, Because it is every where .

You can learn java here www.learnjavaonline.org/

Web Programming

If you wanna go into stuff like web programming then you should learn languages like html5,java scripts for scripting,php etc.
HTML is just enough for basic programming but if you want something graphical,designed etc,then you could go for css,php etc.
Web site programming is the same except you write applications or web pages that are used by a web browser.
The good news is that web site programming can be easy! This page will help you understand, what is programming, and why you might want to do web site programming. Web Site Programming is the practice of writing applications that run on a web server and can be used by many different people. Many applications work really well as a web application. Some examples of popular web applications include Flickr, Gmail, and Google Maps. You are able to upload and view pictures, send email and lookup directions using these web applications and they are all made possible through web site programming.
check this link for more about web programming
CLICK HERE


If you wanna code and coding is your passion then you should definitely visit this website here .


PLEASE LIKE US ON FB IF U LIKE  THIS POST.
Nick Cyber
www.facebook.com/freecyberworld