Felipe Cruz .com | Felipe Cruz dot com , Felipe Cruz Ferrero main website , linux articles , ...
How to Execute a Stored Procedure on MSSQL
This small example is based on ASP code , although i am not officially an asp fan ( php mostly ) I found its extremely easy to execute a stored procedure and pass a couple parameters using ASP.
A Java Date Picker for SWING
Date pickers are essentials for any developer , wether you program in PHP , JAVA , C , .NET we always need to capture dates which usually later on are sent to a Database. I found a great option for JAVA Developers.
Using Curl with PHP
I had never used CURL with PHP , but today I had to create a "multi-POST" script , initially I tried creating a middle man page that would make the POST to the final script but it didnt worked that good, then I found the following article ... simply awesome , and worked like a charm:
Google Page Rank check code
Alex Stapleton figured how to calculate a site checksum to grab a page google page rank, based on this you can get the page rank by posting the checksum value as shown on this article. PHP Code also available.
Uncloneable object error in PHP5 with XSL
In the recent days, one of my programmers had to deploy an small application that reads an xslt template and parses it with the content of an xml feed to generate some sporting event results. We decided to use PHP (as usual), and while trying to generate the content we got the error: Trying to clone an uncloneable object of class %s. Read more to find the fix
Using SSH with PHP
Follow these steps to integrate SSH2 into PHP, this article describes how to use the SSH2 libraries as a PHP extension in case you need your applications to connect to an SSH / SSH2 server.