
Check if the SD card is present (Android) by Webmaster - 2012-05-11 10:55:49 (1 views) [media]
ViewHelper for Android app by Webmaster - 2012-05-08 11:05:13 (2 views)
C# ::
Run Windows service after install by Webmaster - 2012-05-03 15:14:07 (2 views) [window]
Get installed Applications name, package, version and icon (Android) by Webmaster - 2012-05-02 09:19:36 (2 views)
Open file with default application using Intents (Android) by Webmaster - 2012-05-02 09:18:48 (2 views)
HttpGet request in AsyncTask (Android) by Webmaster - 2012-05-02 09:18:20 (1 views)
Make an Activity Fullscreen (Android) by Webmaster - 2012-05-02 09:17:22 (1 views)
Pass a dynamic URL to a Webview Activity (Android) by Webmaster - 2012-05-02 09:16:51 (2 views)
Install APK with Intent (Android) by Webmaster - 2012-05-02 09:16:01 (1 views)
Download an HTTP file to SDCard (Android) by Webmaster - 2012-05-01 23:20:07 (2 views)
Change click behavior on links (jQuery)<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("jquery", "1.5.1");</script>
<script type="text/javascript">
$(function() {
function on() {
$(this).css('background-color', 'yellow');
return false;
}
function off() {
$(this).css('background-color', 'transparent');
return false;
}
$('.product h3 a').live('click', function() {
$(this).toggle(on, off);
return false;
});
// initialize links state to off
$('.product h3 a').toggle(on, off);
});
</script>
</head>
<body>
<div class="product">
<h3><a href="#">Test 1</a></h3>
<h3><a href="#">Test 2</a></h3>
<h3><a href="#">Test 3</a></h3>
</div>
</body>
</html>

CSS ::
Build a horizontal menu in CSS by gg00xiv - 2010-06-10 13:11:57 (1868 views) [float | list-style-type]
VB.NET ::
Check password strength by ptitou - 2010-06-04 10:49:59 (1191 views)
C# ::
WPF Bool to Visibility converter by Webmaster - 2011-04-26 17:51:50 (739 views) [ivalueconverter | window | wpf]
Signed request decoded JSON (Facebook) by Webmaster - 2011-04-29 08:43:00 (662 views)
C# ::
Check password strength by semaphore69 - 2010-06-04 10:49:13 (656 views) [regex]
ActionScript ::
Encode / Decode UTF-8 by neo15 - 2010-07-05 18:20:26 (610 views)
Vertical slider with jQuery by gg00xiv - 2011-05-02 16:15:20 (594 views) [jquery | theme]
XAML ::
Binding on Singleton in WPF by gg00xiv - 2010-06-10 12:15:44 (560 views) [singleton | wpf | xaml]
Python ::
Automatically crop an image by semaphore69 - 2010-07-16 17:07:51 (465 views) [sorted | split | tuple]
Huffman algorithm implementation by theo_mix - 2010-06-17 14:50:30 (452 views)
Last tested Source Codes
C# ::
Run Windows service after install tested on 2012-05-03 15:14:28 with Microsoft (R) Visual C# 2010 Compiler version 4.0.30319.1
Open Contact picker (Android) tested on 2012-04-11 13:27:55 with Android 4.0.3
Visual Basic ::
Arabic numeral converter to roman numerals (recursive) tested on 2012-01-27 15:23:10 with Microsoft (R) Visual Basic Compiler version 10.0.30319.1
Perl ::
Find files in specific folder tested on 2012-01-26 17:41:28 with ActivePerl 5.14.2 Build 1402 (64bits)
Python ::
Directory walk tested on 2012-01-26 16:11:59 with Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit (Intel)] on win32
VB.NET ::
Resize image tested on 2012-01-26 09:39:00 with Microsoft (R) Visual Basic Compiler version 10.0.30319.1
VB.NET ::
Non- numeric patterns tested on 2012-01-26 09:30:18 with Microsoft (R) Visual Basic Compiler version 10.0.30319.1
VB.NET ::
Insertion Sort tested on 2012-01-26 09:29:14 with Microsoft (R) Visual Basic Compiler version 10.0.30319.1
VB.NET ::
Selection Sort tested on 2012-01-26 09:21:27 with Microsoft (R) Visual Basic Compiler version 10.0.30319.1
VB.NET ::
Multi-threading with background worker tested on 2012-01-26 09:20:08 with Microsoft (R) Visual Basic Compiler version 10.0.30319.1
C# ::
Run Windows service after install by Webmaster - 2012-05-03 15:14:07 (2 views) [window]
Open Contact picker (Android) by Webmaster - 2012-04-11 13:26:16 (2 views)
Define an icon for the page by Webmaster - 2012-02-06 22:06:57 (2 views) [link]
C# ::
A Thread-Safe Singleton by gg00xiv - 2010-06-10 11:56:40 (41 views) [singleton]
C# ::
Auto select text of TextBox via DependencyProperty flag by Webmaster - 2012-02-03 10:40:56 (2 views) [xaml]
VB.NET ::
How to change the font of a TextBox by Webmaster - 2012-01-29 18:39:28 (2 views)
VB.NET ::
Global screen capture class by Webmaster - 2012-01-29 18:39:44 (2 views)
C ::
Web-page counter by Webmaster - 2012-01-29 18:39:04 (2 views)
VB.NET ::
Mouse drag event addition by Webmaster - 2012-01-29 18:41:14 (2 views)
PHP ::
SQL sanitize function by Webmaster - 2012-01-29 18:45:47 (2 views) [function_exists | mysql_query | sql]