DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Blogs
Media
Forums
DevCast
May 2010 - Keith Rull
Keith Rull
Home
About
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
RIA Services: Access to operation '<method name />' was denied
How To: Create a BulletList in Silverlight
We are back!
Expression Studio 4 is out and my 60-day tool
How To: Count the occurrence of a character in a string in SQL
Tags
.NET
.NET How To's
ASP.NET
Blog News Node
C#
Contest
Events
Filipino Developer
Filipino Podcast
Filipino Programmer
Fun Stuff
Geek Fun
Generics
GridView
How To
Java
My .Net Exploits
Pinoy
Pinoy Podcast
Pinoy Programmer
Silverlight
Site News
SQL
Tutorial
Your Career
View more
News
Badges
Archives
February 2011 (1)
January 2011 (1)
July 2010 (1)
June 2010 (3)
May 2010 (4)
April 2010 (1)
March 2010 (1)
January 2010 (1)
March 2009 (4)
February 2009 (2)
January 2009 (3)
November 2008 (1)
October 2008 (4)
September 2008 (8)
August 2008 (4)
July 2008 (2)
June 2008 (8)
April 2008 (4)
March 2008 (8)
February 2008 (8)
January 2008 (9)
December 2007 (9)
November 2007 (23)
October 2007 (3)
September 2007 (5)
August 2007 (5)
July 2007 (1)
June 2007 (3)
May 2007 (11)
April 2007 (1)
March 2007 (9)
February 2007 (8)
January 2007 (2)
December 2006 (2)
November 2006 (1)
October 2006 (8)
September 2006 (9)
August 2006 (5)
July 2006 (1)
June 2006 (10)
May 2006 (10)
April 2006 (11)
March 2006 (9)
February 2006 (20)
January 2006 (17)
December 2005 (7)
November 2005 (1)
October 2005 (4)
September 2005 (4)
August 2005 (4)
July 2005 (4)
June 2005 (4)
March 2005 (3)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
How To: Encrypt the ViewState in ASP.NET
Sometimes its the basic things that we tend to forget. It's true. One example is encrypting the ViewState. Someone asked me this question today and I had to admit that I wasn't able to answer on top of my head. Whats funny is that I've been...
Published
05-04-2010 12:37 PM
by
keithrull
Filed under:
ASP.NET
,
Encryption
,
ViewState
How To: Change the row and column colors of a table using jQuery
Here's a quick and easy way to alternate the row colors of a table using jQuery <script> $(document).ready( function () { //set the color of the row based on rowindex $( ".report-table-horizontal tr:even" ).css( "background-color"...
Published
05-05-2010 5:43 PM
by
keithrull
Filed under:
jquery
How To: Calculate Mathematical Expressions in .NET
Everyday you learn something new. You do. That is if you let yourself to be taught everyday. I didn't know that you could solve this expression string in .NET in one line of code: "4 + 5 + 10 - 4 / 5 * 2" using System; using System.Collections...
Published
05-18-2010 5:24 PM
by
keithrull
Filed under:
DataTable
,
Calculate
,
IronRuby
,
Expressions
,
IronPython
,
DataTable.Compute()
,
DLR
,
NCalc
,
Math
Just Released: Silverlight 4 Tools for VS 2010, new SL themes and WCF RIA Services
Just in case you missed it, Tim Heuer has announced that Silverlight 4 Tools for Visual Studio 2010, WCF RIA Services and 3 new SL themes have been released today. This is an exciting news for Silverlight aficionados who have been waiting for the RTM...
Published
05-18-2010 12:41 AM
by
keithrull
Filed under:
Silverlight
,
WCF
,
Skins
,
WCF RIA Services
,
VS 2010
,
Silverlight 4 Tools
,
Themes
Copyright DevPinoy 2005-2008