recent tweets

mobile development available

Blogging Topic: Server Side Stuff

Thoughts on web matters and technology

June 10th, 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 solving... [ more ]
February 17th, 2010

The Singleton Pattern
PHP 5, OOP, PDO,

The singleton pattern enables a set of methods throughout the program to be reuseable, while restricting the class instantiation to a single object. It works for securing system resources, and maintaining a clean method of programming your connections and disconnections. The FOR loop deminstrates this, since a program will need only a single connection to a single dat... [ more ]
June 23rd, 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... [ more ]
February 5th, 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 / h... [ more ]
May 30th, 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 organizin... [ more ]
January 22nd, 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... [ more ]

Blog Categories

Business Partners

home   /   services   /   notebook   /   project development   /   spam us   /   online statement © 2000 - 2012, inVISION