Categories

Tools

bitdefender

1&1 Web Hosting

125 code snippets posted in the follow categories! Choose what you need and coding ;-)

Post details Access

Post details Add a field to an existing table by using the Data Definition Language (DDL) ALTER TABLE
Post details Create a new table by using the CREATE TABLE statement in the Data Definition Language (DDL)

Post details Ajax

Post details Example of how to use Ajax control Accordation associated with an Access database
Post details Example of how to use Ajax control AutoCompleteExtender associated with an Access database
Post details Example of how to use Ajax control DragPanelExtender
Post details How to use the Ajax AnimationExtender control to create a zoom effect on an image

Post details ASP

Post details How to filter data from an Access database by using a drop-down list
Post details How to read and display data from an Access database with ASP, using ADODB.Connection
Post details How to read and filter data from an Access database with ASP, using ADODB.Connection and ADODB.Recordset

Post details ASP.NET

Post details A simple C# class useful to save a log file on the server
Post details A simple C# method to send emails in HTML format
Post details Add an icon in the header of ASP.NET GridView to show sort mode of the column
Post details An example of using ASP.NET Calendar control inside an UpdatePanel
Post details Attaching a Button_Click event occurs when you press enter in a ASP.NET TextBox
Post details Confirmation dialog for deleting a record in a GridView
Post details Count the number of occurrences of the characters in a text, with ASP.NET C #
Post details Create a simple invoice template in ASP.NET
Post details Display the names and values of ServerVariables with ASP.NET
Post details Enter the data, programmatically, from an Access database table in a ASP.NET GridView
Post details Example of how to implement a search function in ASP.NET with TextBox, Button, and GridView
Post details Fill an ASP.NET GridView using data stored in an xml file
Post details How to add dinamically meta tag (title, description, keyword) to ASP.Net content page
Post details How to format the date and time with C# and ASP.NET
Post details How to use Generics in C#
Post details How to use the Queue in C#, using Generics type objects
Post details How to use the SortedList in C#, using Generics type objects
Post details How to use the Stack in C#, using Generics type objects
Post details Implement a MessageBox window with ASP.NET C #
Post details Insert dynamic content from an aspx page into a static html page
Post details Set focus to textbox in ASP.NET Login control on page load
Post details Use OleDb classes to read data from an Access database
Post details Use server.MapPath in a C# class
Post details Use String.Format ( ) in ASP.NET to format text or currency or numbers

Post details Assembly

Post details Batch

Post details A simple batch file that lets you choose, using a menu, which open search engine

Post details C

Post details C#

Post details A simple example that allows you to read data from an array using C# and LINQ
Post details A simple example that allows you to read data from an xml document using C# and LINQ
Post details An example of how to use LINQ in C#
Post details Calculate the difference between two dates in c #, to get the number of days
Post details Calculate, using C#, the number of days that are missing at a fixed date
Post details Develop a C# method to obtain a "Summary" of a long text, without cutting words
Post details Example of how to filter the elements of an array with LINQ in C#, based on the criteria
Post details Extracts the list of fonts available on your system, using C#
Post details Generate random characters between A-Z with C#
Post details Generate random number between a minimum value and a maximum value with C#
Post details How to create LINQ queries to filter the elements of an array of objects
Post details How to use Threads in C# to perform multiple operations simultaneously
Post details Start the default browser to display a web page with C#
Post details Use some string manipulation functions with C#
Post details Use the StreamReader class to read a text file using C#
Post details Use the StreamWriter class to write a text file using C#

Post details C++

Post details A simple way to reverse the order of elements in an array with c plus plus
Post details Calculate the maximum value and the minimum value among the items in an array with c plus plus
Post details Example of using arrays of integers and strings, sorting and displaying data with C++
Post details Example of using matrices and vectors of integers with C++
Post details Example of using struct, vectors and functions with C++
Post details How to calculate the arithmetic average of the elements of a vector with c plus plus
Post details How to calculate the sum of two matrices of order N x N with c plus plus
Post details How to determine the minimum value and the maximum value in a matrix of integers with c++
Post details Use the Bubble sort sorting algorithm to sort an array of integers, with c plus plus
Post details Use the Selection Sort algorithm to sort an array of integers, with c plus plus

Post details CSS

Post details A simple example of how to use the sprite images with CSS
Post details Align text centered in a div both horizontally and vertically using CSS
Post details Apply a shadow effect to a text, with the text-shadow property CSS
Post details Applying a CSS style to controls TextBox and Button
Post details Highlight the row of a html table, when you pass the mouse over, using CSS.
Post details How to create a table with rows of alternating colors with CSS
Post details Simulate, with css, a pop-up window over an opaque background

Post details Excel

Post details A simple example of how you can add, automatically, the data in an Excel worksheet

Post details HTML

Post details A minimal and simple template with two columns developed with html5 and CSS3

Post details Java

Post details A simple example in Java you need to get the IP address of a domain
Post details A simple method to convert a date from MySQL format to the Italian format and vice versa
Post details An example of how to use arrays in Java, how to sort the items and how to mix them
Post details An example of how to use LinkedList in Java, how to sort the items and how to display items
Post details Generate random passwords length prefixed, with Java
Post details Get information about the current date with Java
Post details Read data from an xml file and process it with Java.
Post details Simple example of how to use the Scanner class in Java to read input from the console
Post details Write log data to a CSV file with Java

Post details Javascript

Post details A simple Javascript function that prints the information about system date
Post details A simple Javascript function to convert a number from decimal system in hexadecimal system
Post details Change the style of an html element dynamically with Javascript
Post details Example of how to use arrays in Javascript
Post details Extremely simple HTML color generator developed with HTML and Javascript

Post details jQuery

Post details Display the position of the mouse in a footer panel of the page, using jQuery
Post details How to use show(), hide(), fadeIn(), fadeOut() methods with jQuery
Post details Use jQuery to hide or show a sidebar or a navigation menu of a site

Post details JSP

Post details Linux

Post details Index of the Bash command line for Linux

Post details Matlab

Post details Perl

Post details A simple example of how to read an XML document using Perl
Post details Example of using arithmetic operators in Perl
Post details Example of using string manipulation functions with Perl
Post details Use Perl to read an XML configuration file

Post details PHP

Post details A simple way to obtain the visitor's IP address, with PHP
Post details Add a number of days to a date, with PHP
Post details Connection and extracting data from a MySQL database with PHP
Post details Count the number of occurrences of the characters in a text, with PHP
Post details Create a simple invoice template in PHP
Post details Create a sortable table with php and javascript
Post details Example of how to use number_format() in PHP
Post details Example of how to use the round () function in PHP
Post details Function, written in PHP, that returns the difference in minutes between two dates/times
Post details Generate random passwords length prefixed, with PHP
Post details Get the day of the week with PHP
Post details How to create a monthly calendar with PHP
Post details How to generate the six winning numbers to win the Lottery with PHP
Post details How to use multidimensional arrays and how to sort a multidimensional array with PHP
Post details List of environment system variables PHP
Post details Making a simple form for sending a message with PHP
Post details Multiplication table developed in PHP
Post details Send HTML email with PHP
Post details Simple static method written in PHP which reads the data from the customers table of a MySQL
Post details Some examples of how to use the getdate( ) function in PHP
Post details Some examples of using string manipulation in PHP
Post details Two functions in PHP to convert data from MySQL to the Italian format and vice versa

Post details PowerShell

Post details Get the list of active processes sorted by CPU usage

Post details Python

Post details Ruby

Post details Shell

Post details SQL

Post details Create a table in a database with SQL
Post details How to create a database via SQL
Post details Use INSERT with parameters to append a new record in a table
Post details Use SELECT and ORDER BY to filter and sort the records of a table
Post details Use SELECT and sort records in ascending order
Post details Use SELECT to select the records that have the maximum value in a given field
Post details Using SELECT with the Between And operator

Post details VBScript

Post details Example of how you can use, programmatically, data from a Microsoft Access database in Word, using Visual Basic

Post details WordPress

Post details Getting the correct image path of a WordPress template
Post details How to correctly display the date in the WordPress loop

Post details XML

Post details Use XSLT to transform XML documents into other formats, such as XHTML