This Eclipse plugin adds FTP support. Edit server files from Eclipse. http://www.aptana.org/downloads/start#

12:55 AM 2 Comments

This Eclipse plugin adds FTP support. Edit server files from Eclipse.
http://www.aptana.org/downloads/start#

2 comments:

This check for syntax errors and allows debugging with breakpoints.http://www.phpeclipse.com/ #PHP

12:09 AM 0 Comments

This checks for syntax errors and allows debugging with breakpoints in PHP. :)
http://www.phpeclipse.com/

0 comments:

Sprite Animation with HTML5

8:47 AM 0 Comments

Great article about sprite animation with HTML5.

http://blogs.msdn.com/b/davrous/archive/2011/07/21/html5-gaming-animating-sprites-in-canvas-with-easeljs.aspx

0 comments:

Handle Enter Key for search and login page

4:38 PM 0 Comments


This Article is where I found my answer:
http://stackoverflow.com/questions/6140640/handle-enter-key-for-search-and-login-page



The panel tag has a DefaultButton property. I simply give it the ID of the button you click to search. After that all the controls inside would fire the search button if you pressed 'ENTER'.



Before:
After:

0 comments:

Java and C# Comparison

1:54 PM 0 Comments

A great reference for porting back and forth or learning either. Java and C# Comparison

0 comments:

C#: EPPlus Open Xml Server Side Automation

4:02 PM 0 Comments


Create advanced Excel 2007/2010 spreadsheets on the server

EPPlus is a .net library that reads and writes Excel 2007/2010 files using the Open Office Xml format (xlsx).
EPPlus supports:
  • Cell Ranges
  • Cell styling (Border, Color, Fill, Font, Number, Alignments)
  • Charts
  • Pictures
  • Shapes
  • Comments
  • Tables
  • Protection
  • Encryption
  • Pivot tables
  • Data validation
  • Many more...
Overview:This project started with the source from ExcelPackage. It was a great project to start from.
It had the basic functionality needed to read and write a spreadsheet.
Here is the link to it: http://epplus.codeplex.com/

Example:


0 comments:

C# & SharpzipLib : How to put each file in a directory in their own zip file.

1:54 PM 0 Comments

I needed to zip every file in a folder into their own zip files. After a while on Google I finally decided to code it for myself. So here is a method you can use to do this, just pass in two paths and your good to go. Download SharpZipLib Here:(http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx)
This page helped me figure this out. Check it out.

0 comments:

A C# to Java porting project / reference

1:18 PM 0 Comments

Code Porting from C# Java API on GitHub.

0 comments: