The Notebook Read the rest of the notes »

02
Jul
Progress on C++ Webserver / Web Framework
By Joseph Montanez
0 Comment

Languages have their marks and roles in programming, but nothing is as versatile and fast as C code. But their is a major lacking in c++ web frameworks so I've been working on a simple framework.... Read more about "Teasing C++ into the Web"

16
Jun
Dealing with Ascii to ÛTF issue in PHP
By Joseph Montanez
0 Comment

A lot of time when a user posts data it swamped with bad characters and then saved to a database. Well then its pulled back and displayed incorrectly. I present a simple method to getting around them and how to find them in php.... Read more about "Defeating weird characters in php"

12
Jun
Effective & Fast HTML Document Duplication Duplication
By Joseph Montanez
0 Comment

A simple way to find those html web pages that are the same but the code isn't 100% the same. Its using php and mysql for fast and accurate findings.... Read more about "Efficient File Duplication Dectection"

11
Jun
Bing has a way to go!
By Joseph Montanez
0 Comment

All this Bing hype and everyone still saying google is better. But doesn't mean I don't like Bing, however it really needs to understand localization.... Read more about "Bing's horrible localization"

11
Jun
Putting the Java into Javascript With Rhino
By Joseph Montanez
0 Comment

Mozilla has a project called Rhino, it uses the JVM to interface to all of java libraries. I go over the perks and how to setup / deploy a Rhino application.... Read more about "Deploying Javascript Applications"

Other Notes

Read the rest of the notes


esign