once you start learning some of this stuff it'll make you realize how much work went into making the main site so good...it's all the dynamic stuff that really complicates things. You move beyond just html and head into php, asp.net, or some other web programming language.
once you start learning some of this stuff it'll make you realize how much work went into making the main site so good...it's all the dynamic stuff that really complicates things. You move beyond just html and head into php, asp.net, or some other web programming language.
i have been meaning to finally upgrade the damn thing to .net, but just havent found the time to get ready for it.
SO much i want to do, so little time.
that'll be a lot of re-coding, won't it? I develop in .net here at work, and know a bit of php...your website flow would be the same, just a lot of time re-writing into C# or VB.net (depending on your preference)...
is there any benefit to php or .net, asides from that every anti-M$ person hates .net?
i have been meaning to finally upgrade the damn thing to .net, but just havent found the time to get ready for it.
SO much i want to do, so little time.
that'll be a lot of re-coding, won't it? I develop in .net here at work, and know a bit of php...your website flow would be the same, just a lot of time re-writing into C# or VB.net (depending on your preference)...
is there any benefit to php or .net, asides from that every anti-M$ person hates .net?
that'll be a lot of re-coding, won't it? I develop in .net here at work, and know a bit of php...your website flow would be the same, just a lot of time re-writing into C# or VB.net (depending on your preference)...
is there any benefit to php or .net, asides from that every anti-M$ person hates .net?
Looks like Eddie has found a person to help him with the re-coding.
If we convert the main page to .net, Brad is not going to touch the code on the main page.
that'll be a lot of re-coding, won't it? I develop in .net here at work, and know a bit of php...your website flow would be the same, just a lot of time re-writing into C# or VB.net (depending on your preference)...
is there any benefit to php or .net, asides from that every anti-M$ person hates .net?
Looks like Eddie has found a person to help him with the re-coding.
If we convert the main page to .net, Brad is not going to touch the code on the main page.
that'll be a lot of re-coding, won't it? I develop in .net here at work, and know a bit of php...your website flow would be the same, just a lot of time re-writing into C# or VB.net (depending on your preference)...
is there any benefit to php or .net, asides from that every anti-M$ person hates .net?
its more to keep the site from running on whats now legacy code. Its both the main site ( which is easy, except i want to rework the data and normalize some tables) and the admin portion to make it more user friendly , etc. Also want to be able to incorporate web services so a user logged into the website is also logged in to the main site, and we can add comments to news articles and have user reviews, etc. All real good stuff.
c# all the way. I like .net cause it can be as powerful as c++ but allows you to finally bring some of the power to the web. being able to separate the presentation layer from the business layer helps too. Plus this stops all that bs coding that people were doing with asp. Every shop i go into has very lazy coding techniques, cause asp made programmers lazy as hell.
its a huge project, but one i will "eventually" get to.
that'll be a lot of re-coding, won't it? I develop in .net here at work, and know a bit of php...your website flow would be the same, just a lot of time re-writing into C# or VB.net (depending on your preference)...
is there any benefit to php or .net, asides from that every anti-M$ person hates .net?
its more to keep the site from running on whats now legacy code. Its both the main site ( which is easy, except i want to rework the data and normalize some tables) and the admin portion to make it more user friendly , etc. Also want to be able to incorporate web services so a user logged into the website is also logged in to the main site, and we can add comments to news articles and have user reviews, etc. All real good stuff.
c# all the way. I like .net cause it can be as powerful as c++ but allows you to finally bring some of the power to the web. being able to separate the presentation layer from the business layer helps too. Plus this stops all that bs coding that people were doing with asp. Every shop i go into has very lazy coding techniques, cause asp made programmers lazy as hell.
its a huge project, but one i will "eventually" get to.
Comment