WordPress video Tutorials

 Note : We might update this video tutorials list so if you think it not up to to date please tell us via comment or in idealprogrammer forums. THANKS! WP 3.0 Basics Here are a bunch of short video tutorials for wordpress 3x Basic things like managing pages,users etc http://www.aryaco.com/web-site-video-tutorial-series/wordpress-3.html WordPress Template creation video series Complete Lessons Listing #1 Intro #2 Template Files and Templates #3 Starting... [Read More...]

vb.net byval and byref

Original source: Homeandlearn.co.uk The word ByVal is short for "By Value". What it means is that you are passing a copy of a variable to your Subroutine. You can make changes to the copy and the original will not be altered. ByRef is the alternative. This is short for By Reference. This means that you are not handing over a copy of the original variable but pointing to the original variable. Let's see a coding example. Add a new button... [Read More...]

Subroutines and Functions

Well I am writing this tutorial in which i wil tell you about subroutines and functions in vb.net Note: This tutorial can also apply for other languages because the basic programming fundamentals are the same .   And you can also take a look at this page in which this concept is explained clearly – http://www.homeandlearn.co.uk/net/nets9p1.html So first start from the easiest concept. We all know that in our form class there are many subroutines... [Read More...]

Make your own url shorten service

Original Post By : Sean-O.com Requirements Web Server — preferably one you host yourself, with control over basic site settings Web Development Language — using PHP here, but this code can be adapted to ASP.NET, ColdFusion, etc. Database — MySQL featured, but SQL Server, PostgreSQL, etc. would work Ideally, you’ll want a short domain to set this up on. www.joesautoglassandspareparts.com kinda defeats the purpose 😉 Examples Each... [Read More...]

« Previous Page