wordpress tutorial – first post
Youtube Videos “youtube views”
Camtasia Video Quality
Functions And parameters
functions as you know look like this
function funcName(){
//Code here wont be displayed until you call the function
}
now in between the () we can store variables, this is known as parameters.
You don’t assign the variable any… Continue reading
Basic Function
Before i get started here i will assume you have a local server installed on your computer.
If you don’t have this already than i suggest you go to wampserver.com to download.
Wampserver comes with php and apache (the server).… Continue reading
VB Web Browser Control
ASP.NET Content Data Driven
Resource Links
Links that you see within this post are my personal favorites and sites i have used to help learn whatever it is i am working on.
If you have good resource links that you would like to share, please leave… Continue reading
ASP.NET Template Modifying
This tutorial is rather simple but for those who want to learn how to do it should continue reading.
In this tutorial we are going to spice up the default template provided by Visual Studio/Web Developer 2010.
Here is what… Continue reading
ASP.NET Loginview Roles
In this video tutorial i will show you how you can create a role template using the loginview control. By default the loginview control has 2 templates Anonymous and Logged In. We are going to create another template based on the Administrator role i will create using the asp.net configuration tool. Than i will show you how it works and how you could use this in your asp.net web applications.




