Author Archives: admin

About admin

Freelance Web Developer C# .NET, PHP5 Zend Framework, Flex/Actionscript

Microsoft Launches Free Tool WebMatrix

WebMatrix makes development with ASP .NET much easier for beginners. Like PHP it allows for code snippets to be included within an html page. Learn more about this new tool from Microsoft. WebMatrix

Posted in Programming | Leave a comment

Facebook Uses HipHop To Transform PHP to C++

On the Facebook Developers site, Haiping Zhao writes about how Facebook uses HipHop to transform PHP code to C++ and compiles them using g++. In his article titled, HipHop for PHP: Move Fast, he mentions: HipHop for PHP isn’t technically … Continue reading

Posted in Applications | Tagged , , | Leave a comment

How To View Column Names For A Table In T-SQL

SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = ‘<TABLE NAME>’ ORDER BY ORDINAL_POSITION    

Posted in Programming | Tagged | Leave a comment

Display line numbers in Visual C# 2008 Express

To display line numbers in code On the Tools menu selecti, Options. In the Text Editor folder, choose the General options in the All Languages subfolder to set this option globally Under Display, select Line numbers. If you do not … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment

Creately: Online Diagramming & Design

Flowcharts, wireframes, UML and more – in your browser. Creately http://creately.com/ Creately is another useful online diagramming and wireframing tool.

Posted in Applications | Tagged , , | Leave a comment

Mockingbird Wireframe Service

Mockingbird is an online tool that makes it easy for you to create, link together, preview, and share mockups of your website or application. Check out this simple sample wireframe.

Posted in Applications | Tagged , , | Leave a comment

Generating INSERT statements from a table in SQL Server

This post provides a useful stored procedure for creating INSERT statement for data in a table.

Posted in Programming | Tagged , | Leave a comment

When Validating Positive Numbers Use Only A RangeValidator

When requiring the user to enter only positive numbers (integer, double, currency) within a specified limit, you do not need to have both a RegularExpressionValidator to check for positive values and a RangeValidator to provide a limit. You can just … Continue reading

Posted in Programming | Tagged , , | Leave a comment

Read-Only Properties Cannot Be Exposed by XML Web Services

I recently encountered this problem when I was trying to return a simple object with several public properties. It seems one of the properties was not being exposed in the XML returned by the web service. I wondered what could … Continue reading

Posted in Programming | Leave a comment

Web Marketing To Do List

Get a domain Get a hosting provider Download and install WordPress Include keywords in your blog title Make WordPress links SEO friendly Add SEO plugins and ad managers Enable RSS Feeds Build an email mailing list coming soon

Posted in Marketing | Tagged , , | Leave a comment