Articles tagged with: Development

Book Review: The Mythical Man-Month

Summary: A review of the book 'The Mythical Man-Month', by Frederick P. Brooks.


PHP is_int() and is_numeric()

Summary: A discussion on PHP's is_int() and is_numeric() functions, highlighting the importance of proper variable handling in untyped languages like PHP.


AJAX in ASP.NET using only HttpHandlers and Javascript

Summary: A tutorial on creating AJAX calls in ASP.NET using HttpHandlers and Javascript, bypassing ASP.NET AJAX framework for more control and customization.


PHP is_array() and array_flip()

Summary: The importance of error handling in PHP, and the need to check types.


Setting up a Firefox development profile

Summary: A guide on setting up multiple Firefox profiles for personal browsing, development, and testing.