Latest questions and tutorials
Why convert from ASP to ASP.NET?
Converting Web applications from ASP to ASP.NET is recommended by Microsoft...
|
Android SQLite tutorial
In this tutorial for Google Android 2.1 and Eclipse 3.6 Helios we are displaying a list of stock-items which we receive from an SQLite-database. In our example we create a table for stock-values, a...
|
Android ImageButtons in ListView with RelativeLayout
This article explains how to display a list of items with ImageButtons and TextViews in a RelativeLayout in Google Android 2.1 and Eclipse 3.6 Helios. On clicking an ImageButton the entry in the l...
|
Android ListView with dynamic Images
This article describes how to display a list of items with images and text in Google Android 2.1 and Eclipse 3.6 Helios and how to change the images on clicking an item. The images behave like chec...
|
A Comic Guide to E-Commerce by AdVantShop.NET Team
Today we love to show the information the way that anyone would be interested. Visualization is getting more and more popular and that’s no wonder. Google Chrome and Yahoo! Have their Comic Guideli...
|
PHP and CSS: Caching
It's annoying that when you change the CSS of your webpage, the browser caches the CSS and your page is not up-to-date. This short snippet demonstrates how you can use the CSS-caching mechanism of...
|
PHP convert string to date
This snippet shows how to convert a string to datetime and convert it to a special format. This can be used if you have a date-string (e.g. stored in database) and need to display the formatted val...
|
Set CSS with Javascript or JQuery
In this snippet is shown how to get an HTML-element by it's id and then assign a CSS-property via Javascript or JQuery.
|
PHP preg match IP-adress check
This function checks if an input-value is an IP-adresse or not. It makes use of the regular-expression function preg_match.
|
XPathDocument, XPathNavigator, XPathNodeIterator sample with C#
This sample shows how to use the XPathNavigator to with CreateNavigator to iterate over an Xml-Document loaded with XPathDocument.
|
|