Other

Bantas Programming Language Editor v1.1

Submitted by muthym on
BantasPLed is a Bantas Programming Language Editor coded in Rapid-Q programming language. The editor is very simple and very basic to run your BantasPL programs. You can study the code and improve it according to your taste :) For now, only the source code of the editor is available. I still have many things to do for its interpreter. So expect bugs. But don't worry you can still play with it

Bantas Programming Language Editor

Submitted by muthym on
BantasPLed is a Bantas Programming Language Editor coded in Rapid-Q programming language. The editor is very simple and very basic to run your BantasPL programs. You can study the code and improve it according to your taste :) For now, only the source code of the editor is available. I still have many things to do for its interpreter. So expect some bugs. But don't worry you can still play with it

Excel Payroll template

Submitted by nostradamus1566 on

This is an Excel Payroll template. Is demonstrates how to calculate payroll for any number of employees and to make the appropriate deductions. It works in Excel 2003 and above. It demonstrates to the learner how to use the built-in functions and do calculations across different pages. You can learn a lot from studying the formulas and customize this spreadsheet for your payroll. Here are a few

How to make a simple footer in HTML/CSS

Submitted by Yorkiebar on
Introduction: This tutorial will be a code sample of a footer in CSS. Steps of Creation: Step 1: First we need a HTML file to contain our footer. I have created one with a couple of divs and a link to my theme.css CSS file. Visit us at http://www.sourcecodester.com. Step 2: Now lets set the default settings for our html file in our theme.css. *{ margin: 0px; padding: 0px; color: #fff; } body{

Twitter Bootstrap Popover

Submitted by jkev on
Hi guys, I have here a Popover from twitter bootstrap. Add small overlays of content, like those on the iPad, to any element for housing secondary information. Try this code to your future project. Hope you like this code, for more question email me at [email protected] or visit twitter bootstrap website. Thank you. Sample code: Click to toggle popover top Click to toggle popover left Click to

Twitter Bootstrap Modal

Submitted by jkev on
In this source code, you will learn on how to create a modal form using Bootstrap framework. Modal form is useful if you want to create a login page that popups when you click the sign in button or link without reloading the page. For more questions email me at [email protected] or just visit the twitter bootstrap website. Hope you like this code. Thank you. Sample code: Click Here To View

Twitter Bootstrap Tooltip

Submitted by jkev on
Learn how to create twitter-like tooltip using Bootstrap. A tooltip that doesn't rely on images and using CSS3 for animation. This script is very helpful if you want to display more info about the anchor link or the like. If you have question about this code, email me at [email protected] or visit twitter bootstrap site. Thank you. Sample code: Tooltip direction is a the left Top Tooltip