Other

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

Sending Mail

Submitted by lazlosoftwares… on
This is santosh Rai working as HOD of Android in DISP i'm going to send you send Email program i hope this program is help to every one if you want any type of software i will provide you. we are working as on php,java,android,asp.net,vb.net,c#,j#,jsp,wordpress etc... this is my contact no. 9451060092 or [email protected]

Collapse

Submitted by jkev on
Collapse these simple sourcecode enables you View the hidden content of a link without refreshing or loading the page. just link the bootstrap.css and bootstrap.js file and just copy the code. This is a simple but useful sourcecode hope you may like this thank you.

Form validator

Submitted by jkev on
Hi Guys this Form validator does not allow empty filed like textboxes, combo box, text Area, radio button this sourcecode is very helpful and easy to use just link the bootstrap.css and bootstrap.js and copy the html code and it’s done no more javascript to add thank you..

Siper ni Juan : A Classic Encryption Program

Submitted by muthym on
This is a classic implementation of ROT13, Caesar Cipher and Polybius Square (SNJ version w/ 8x8 grid) to encrypt/decrypt text files. Hope you enjoy :) Links: * http://en.wikipedia.org/wiki/Rot13 * http://en.wikipedia.org/wiki/Caesar_cipher * http://en.wikipedia.org/wiki/Polybius_square * http://aralinpilipinas.wordpress.com

Testing File System Object in Vbscript

Submitted by minthant on
'The code is as shown below Dim WshShell choice=InputBox("Filename","Type File Name") If choice="" Then Wscript.Quit End If choice2=InputBox("Foldername", "Type Folder Name to be created") If choice2="" Then Wscript.Quit End If foldername="C:\"& choice2 filename=foldername&"\" & choice & ".txt" Set WshShl=WScript.CreateObject("Wscript.Shell") WshShl.Run"cmd /c mkdir C:\" & choice2 Set Fso=WScript