-
The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. -
A "LAMP" stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the Apache web server.ds. -
Node.js is a JavaScript platform for general-purpose programming that allows users to build network applications quickly. By leveraging JavaScript on both the front- and back-end, development can be more consistent and designed within the same system.
Showing posts with label plugins. Show all posts
Showing posts with label plugins. Show all posts
Wednesday, April 2, 2014
Monday, February 24, 2014
Tuesday, February 18, 2014
Twitter Plugin For Website Code
Twitter Follow Box For Website<div id="twitter-box"></div>
<script>
var tw_user = 'srdgroup2012';
var tw_width = 250;
var tw_height = 325;
var no_face = 15;
(function() {
var tw_box = document.createElement('script'); tw_box.type = 'text/javascript'; tw_box.async = true;
tw_box.src = '//68.178.129.132/twitter/tw.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(tw_box);
})();
</script>
Place This Code <BODY></BODY>
Facebook Plugins For BlOGGER and WEBSITE's
Include the JavaScript SDK on your page once, ideally right after the opening
<body> tag.<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
Place the code for your plugin wherever you want the plugin to appear on your page.
<div class="fb-like-box" data-href="https://www.facebook.com/pages/Book-Of-Programmer/536165506481676" data-colorscheme="light" data-show-faces="true" data-header="true" data-stream="true" data-show-border="true"></div>
Subscribe to:
Posts (Atom)








