Skip Navigation Links.

If you happen to have questions, technical troubles or inquiries about your web site or program application -- certainly have the freedom to email me!

mobile dev available

Random Thoughts: Tutorials and Thoughts

My little corner of the internet for irregular rants and helpful tutorials

June 10, 2010

CSS Control Adapters for ASP.NET
ASPX, Visual Basic / C# XML 1.0 HTML 4.0

ASP.NET has outstanding server control functions.. with horrifying parsing outputs to HTML.

The Microsoft runtime engine (3.5) renders lists for Data / tree views / Menu Controls etc. inside a multitude of tables embeded inside of tables. This rendering makes CSS formatting very difficult, and your HTML source a web standards nightmare. A convenient measure for sol... [ more ]
June 23, 2009

Custom Error Reporting in Windows
CS.NET, ASPX, Servers

For one reason or another my web host had no umbrella for server debugging. Miscoding a line would only lead to a no descriptive 500 page error. A pretty unhelpful option for reverse engineering a program or debugging a website. One measure for tracking errors through windows is in the 'GetLastError' method. This method returns an active server Object describing error con... [ more ]
February 05, 2009

Get Image Size Function with PHP
PHP, Javascript, XHTML

I find the function 'getimagesize' pretty useful with PHP. It allows more complex programming operations like image cropping, mapping and X/Y axis tracking to be preformed through less manual coding. A simple use is in creating a pop-up window. By establishing the 'getimagesize' function, we can pharse the binary image attributes using the APP13 marker, pull width / heig... [ more ]
May 30, 2008

Simple XML Handler with ASP
ASP, Javascript, Usability

XML (Extensible Markup Language) is a tool that offers developers a method of defining content and formatting separately. Making XML data simple to reuse, format and port to other device platforms. Most notably is how XML can provide basic syntaxes, of which can share information between different computers, networks, and applications without the drudgery of organizing la... [ more ]
January 22, 2008

Display of ENUM / SET Values
PHP, Usability

Creating dynamic drop downs on the basis of what's housed inside the database, can help your program remain independent of both the user and the developer. If a value is inserted inside a SET or ENUM type, the dropdown should reflect the database, without the need for manual updates. In the function below we call a specified field inside a specified table. That result set... [ more ]

Blog Categories

Business Partners

home   /   services   /   thoughts   /   portfolio   /   spam me © 2010 SGUY:   english   /   french   /   spanish