Community developer blogs

ByteMyCode

Website
Author
Lenny Grover
Last updated
06 Jul 2009 at 02:06
Url
http://www.bytemycode.com
Feed
http://www.bytemycode.com/snippets/new/rss/

Recent Posts

  • access the system time on a remote computer VB.NET

    Posted: 06 Jul 2009 at 02:06 by Cloudgen

    Mon. Jul. 6th, 2009 2:06 AM 1 Cloudgen Control | remote | system | Time | VB.NET 0 comments 0 access the system time on a remote computer using VB.Net

  • Access System Time Remotely using Iron Python

    Posted: 06 Jul 2009 at 02:02 by Cloudgen

    Mon. Jul. 6th, 2009 2:02 AM 1 Cloudgen Iron | Pyton | remote | script | system | Time 0 comments 0 Access System Time Remotely using Iron Python. See reference

  • Regular Expression for pair or single html tag

    Posted: 05 Jul 2009 at 21:55 by Cloudgen

    Sun. Jul. 5th, 2009 9:55 PM 1 Cloudgen Expression | HTML | Regular | tags 0 comments 0 The Regular Expression for search a pairs of tag or single tag ended with /.

  • Regular Expression for searching html comment

    Posted: 05 Jul 2009 at 21:31 by Cloudgen

    Sun. Jul. 5th, 2009 9:31 PM 1 Cloudgen comment | Expression | HTML | Regular 0 comments 0 Regular expression for html comment using lookforward. Requires RegExp engine supporting lookforward.

  • Get DSN List in C++/CLI

    Posted: 19 Jun 2009 at 06:55 by zywien

    Fri. Jun. 19th, 2009 6:55 AM 1 zywien C | cli | DllImport | odbc32.dll 0 comments 0 I saw a few samples where this was possible in C#, but nothing in C++/CLI. It should be fairly similar but there was one key difference... int instead of IntPtr.

  • Yet Another XML2Array

    Posted: 15 May 2009 at 09:14 by ChronoFish

    Fri. May. 15th, 2009 9:14 AM 1 ChronoFish Array | parser | PHP | XML | XML2Array | XMLToArray 1 comments 0 Here is a my latest refinement of an XML2Array function. It creates an associative array where tags are the keys. When tags have attributes, it becomes part of the key (optionally). The values of the resultant array is itself an array of values OR another XML2Aarray array. - Enjoy

  • Drag-through checkboxes (libless)

    Posted: 06 May 2009 at 15:40 by Fordiman

    Wed. May. 6th, 2009 3:40 PM 1 Fordiman checkbox | drag | JavaScript | libless 0 comments 1 Essentially, lets your users click a whole line of checkboxes by clicking the first and dragging down the line.This is a crop-in script. That is to say, include it on your page, and you need do nothing else. Even primitive event handlers (element.onchange, for example) are supported, with no action on your part.A demo of it in action is on my hosting: http://fordi.org/test/checks.phpThis

  • Drag-through checkboxes

    Posted: 06 May 2009 at 15:37 by Fordiman

    Wed. May. 6th, 2009 3:37 PM 1 Fordiman checkbox | drag | JavaScript | jquery 0 comments 1 Essentially, lets your users click a whole line of checkboxes by clicking the first and dragging down the line.This is a crop-in script. That is to say, include it on your page, and you need do nothing else. Even primitive event handlers (element.onchange, for example) are supported, with no action on your part.A demo of it in action is on my hosting: http://fordi.org/test/checks.phpThis i

  • online bus tickets reservation, bus tickets online

    Posted: 05 May 2009 at 06:11 by manojklvk

    Tue. May. 5th, 2009 6:11 AM 1 manojklvk bus | Online | reservation | tickets 0 comments 0 Ticket goose is an online bus travel ticket booking system booking bus tickets for ABT X Travels, SRM Travels, PNKSRT Travels, MJT Travels, PVT Travels, Parveen Travels, Rathimeena Travels, Conti Travels, Gokulraj Travels, Diwakar Travels, Dhanunjeya Travels, Golden Travels, HKB Tours and Travels, Ashoka Travels, Jabbar Travels, JJ Travels, Manjunath Roadlines, MGM Travels, Poornima Travels,

  • para die

    Posted: 02 May 2009 at 16:36 by Janso

    Sat. May. 2nd, 2009 4:36 PM 1 Janso none 0 comments 0 o hay

  • RSS Parser

    Posted: 01 May 2009 at 04:00 by subhasishweb

    Fri. May. 1st, 2009 4:00 AM 1 subhasishweb "RSS Parser" 0 comments 0 The class containing how to parse rss and display records.

  • Authorize.net class

    Posted: 01 May 2009 at 03:54 by subhasishweb

    Fri. May. 1st, 2009 3:54 AM 1 subhasishweb "credit card processing" | "payment gateway" 0 comments 0 The class containing how to process transaction with authorize.net

  • Blow Fish Algorithm

    Posted: 01 May 2009 at 03:47 by subhasishweb

    Fri. May. 1st, 2009 3:47 AM 1 subhasishweb "decryption" | "encryption" 0 comments 0 The Cipher_blowfish:: class implements the Cipher interface enryption data using the Blowfish algorithm.

  • E-mail content of a webpage as html-mail

    Posted: 30 Apr 2009 at 07:16 by johnyM

    Thu. Apr. 30th, 2009 7:16 AM 1 johnyM Email | VB.NET 0 comments 0 Simple code to get the html of a webpage and send is as a html email msg.

  • Compress access database

    Posted: 30 Apr 2009 at 07:09 by johnyM

    Thu. Apr. 30th, 2009 7:09 AM 1 johnyM VB.NET 0 comments 0 Code to compress a Access database on the serve

  • Cell Captcha

    Posted: 20 Apr 2009 at 00:31 by KILOWatts

    Mon. Apr. 20th, 2009 12:31 AM 1 KILOWatts Captcha | Security | verificaion 0 comments 0 Who needs another captcha script right. Well, I actually only initially started this script for another reason and I thought it would make a cool captcha. This class can create a captcha from a set message or a generated random message for verification all without using any images. It creates characters by shading in table td cells with a user set background color and leaving other cells tran

  • Crossbrowser DL

    Posted: 31 Mar 2009 at 07:04 by brendo

    Tue. Mar. 31st, 2009 7:04 AM 1 brendo "hi" | CSS 0 comments 0 Styles a Definition List to display as:k:vk:vIE6 Bug has multiple DD's with a negative margin of about 2px

  • Ldap User Authetication in C#

    Posted: 23 Mar 2009 at 06:56 by mycodeofshailendra

    Mon. Mar. 23rd, 2009 6:56 AM 1 mycodeofshailendra CSharp 0 comments 0 Method to Ldap User Authetication in C#

  • Force www. in your URL using .htaccess

    Posted: 23 Mar 2009 at 02:07 by mycodeofshailendra

    Mon. Mar. 23rd, 2009 2:07 AM 1 mycodeofshailendra PHP 0 comments 0 Just add the following code to your .htaccess file in the highest folder of your web directory and yor visitors will be forced to use the www version.

  • Midpoint Round in C#

    Posted: 20 Mar 2009 at 01:41 by mycodeofshailendra

    Fri. Mar. 20th, 2009 1:41 AM 1 mycodeofshailendra CSharp 0 comments 0 Rounding in C#

Events coming up

  • Mar 15

    DevWeek 2010

    London, United Kingdom

    DevWeek is Europe’s leading independent conference for software developers, database professionals and IT architects, and features expert speakers on a wide range of topics, including .NET 4.0, Silverlight 3, WCF 4, Visual Studio 2010, REST, Windows Workflow 4, Thread Synchronization, ASP.NET 4.0, SQL Server 2008 R2, LINQ, Unit Testing, CLR & C# 4.0, .NET Patterns, WPF 4, F#, Windows Azure, ADO.NET, Entity Framework, Debugging, T-SQL Tips & Tricks, and more.

Related blogs

  • عفیف احمد جنجوعہ

    Post related to my personal experience with the various frameworks, development tools and technologies, programming languages and libraries at hand. Development tools inlcude visual studio/ netbeans/ eclipse. Frameworks include .net/ Java. Languages c/ cpp/ php/ java/ c#/ asp.net. And various libraries and software factories

  • starec.eu

    Blog o ASP.NET, C#, .NET, SQL, algoritmech, návrhových vzorech a o nových technologiích.

  • Sandeep Aparajit Blogs

    This is a technical blog containing good articles about C#, ASP.NET, SQL Server, Software Architecture etc.

Related podcasts

Want to stay in touch with what's going on? Follow us on twitter!