Thursday, August 19, 2010

Learning PHP

if you really need to learn about open source web development you can start with my blog.

i only post a little about basic thing there or maybe i never post anything.

but please check it out. here is the site http://learningphp5.blogspot.com/

you also can learn about php CMS called Drupal there. thanks...

ASP.NET for beginner

if you are a beginner the get started link on asp.net site is always a good start to see and try something with IDE of ASP.NET that is visual web developer.

just go to site http://www.asp.net and start from there. they also have video tutorial to make everything more simple.

if you really wanted more simple then asp.net there is http://www.w3schools.com/aspnet/default.asp. i learn a lot from that site. i learn PHP too from that site.

well, thats it  for now. i am still looking for every beginner tutorial for ASP.NET if you find any.. just leave the comment bellow

Re-Reading the Blog

its been a while since i leave ASP.NET. i am very interested in developing web using ASP.NET. but when i started it, i don't have a job. so i am desperate in need of money, so i am looking for a hookup over the job ads in the newspaper. then i have a job as PHP programmer in some small IT Consultant. so ASP.NET have been neglected ever since.

i'm currently learning PHP and its been 2 years. its the main source of my only life. the money. i am still hold the interest in developing using ASP.NET solution but it seems my job and my life being so overwhelmed when i got my first paycheck.

well i hope i still can make a comeback in ASP.NET solution. or maybe just maybe i can make money out of this. right now im going to re reading my own blog. it seems i left so much promises. i am sorry.

well its time to read

Sunday, August 8, 2010

ASP.NET web community

there are tons of ASP.NET web community.
i learn a lot from ASP.NET official pages

but it seems theres too much going on. so i think i should create a simple article based on what i found over the forum.

i sure i'll find some goodies out there. wish me luck

Friday, January 4, 2008

Creating Other Project

Right now my friend gave me a project to create a time billing application thats use database and print the bill.

he told me that ive to use VB to make it.

hmm this is gonna takes plenty of time to do it. i think im already forgot how to create an application with vb.

database is use access.

what the hell.

Thursday, November 29, 2007

MSDE Manager - what to learn.

After getting the MSDE Manager to run on your computer its best that you know how to use it.

The most important thing is how to create database and create user rights to acces it. In MSDE if you dont have rights to access it youll never finish building a web application that use MSDE as database.

After that is done, then learn to create Stored Procedure. This Stored Procedure will makes creating web application things alot easier. at least that what i think.

Wednesday, October 3, 2007

Installing MSDE my way

Installing msde(filename msde2000relA).

to install msde after you download from microsoft and extract it.
you must use command prompt(dos prompt) or just edit the setup.ini

in command prompt target the setup.exe and give some parameter to make intall works.
im succed in installing msde by using this parameter

c:\folderwhereyouextractmsde\msderela\setup.exe SAPWD="yourpassword" InstanceName="yourInstanceName" DisablenetworkProtocols=0

you need to restart the computer to make sqlserver run

sqlserver will automaticly run. if you install it correctly youll see sqlserver icon in systray and have a green mark if its red then its not running.

if you wanna ask what is "instance name or sapwd" just read msde2000rela readme.

youve to install msde manager from valesoft to make it easier when creating the database in msde.

you can also create database using WebMatrix - ill post right away.