Often, MySQL developers may wish to enable the addition of confidential data to the database. This data could be encrypted. For example, we can use AES Encryption as follows: INSERT INTO LOGON VALUES(… more →
The Vertoda BlogMario Mendez wrote 2 weeks ago: (original post) Anonymous access is configured during a web site creation from SharePoint Administr … more →
Mario Mendez wrote 4 weeks ago: (original post) Entity Framework With the last version of Visual Studio 2008 libraries were incorpor … more →
Mario Mendez wrote 1 month ago: (original post) (this note refers to the SharePoint 2007 and SilverLight 2.0 versions). Mount Sharep … more →
martcon wrote 3 months ago: Often, MySQL developers may wish to enable the addition of confidential data to the database. This d … more →
martcon wrote 3 months ago: To access the parameters passed to a HTML page that a Silverlight application is embedded in, you sh … more →
martcon wrote 4 months ago: One issue that we encountered when using Silverlight to access a PHP script deployed on an Apache Se … more →
martcon wrote 4 months ago: Xampp (http://www.apachefriends.org/en/xampp.html) is Apache Server, PHP and MySQL in one package. I … more →
martcon wrote 4 months ago: PHP is a very popular language for accessing databases for Websites. It is only natural, therefore, … more →
martcon wrote 4 months ago: If you use Microsoft Silverlight for Web 2.0 UI Development you may wish to add a multiline text box … more →
martcon wrote 6 months ago: JavaFX supports RESTful Web Services (REST stands for Representational State Transfer) for transferr … more →
Dasher wrote 6 months ago: There’s a couple of places that tend to cause confusion when people try to override Symfony … more →
selmantayyar wrote 6 months ago: What would be the amount of memory used in heap when you create an “empty” class and th … more →
martcon wrote 6 months ago: Occasionally, we have encountered errors when trying to run the mobile emulator for JavaFX. It shoul … more →
martcon wrote 7 months ago: If you’ve tried to installed or update JavaFX in conjunction with Netbeans recently you may ha … more →
martcon wrote 7 months ago: When using JavaFX you may often want an image in a scene to be changed to another image when you cli … more →
martcon wrote 7 months ago: The simplest way to convert a byte array into a String in Java is to call the latter’s class c … more →
martcon wrote 8 months ago: Google Analytics is a good way of tracking visitor levels to your website. However, adding the track … more →
martcon wrote 8 months ago: We’ve recently been asked about implementations of Elliptic Curve Cryptography (ECC) and Ident … more →
martcon wrote 8 months ago: JavaFX is a very good option for the development of Rich Internet Applications. Applications can be … more →