Posts Tagged ‘Code’

How Can I View The Source Code For A Program Written In Asp.net?

February 18th, 2010

what compiler do I use and which file would be the default or what extenstions should I look for?

How Do I Jump To An Anchor In Html? How Do I Jump To An Anchor In Asp.net Code? (not Markup)?

February 11th, 2010

in HTML first you give the anchor a name

then you make a link to #name

it will scroll to the anchor in the document.

Is There Html Or Php Code To Temporarily Hide An Object?

February 11th, 2010

I’m looking for a bit of html or php code that i can put around an object to hide it until i remove the hiding code. this way i can quickly change my website homepage from showing, say the music player to a picture, while still having all the code there, but just won’t show in the webpage to viewers. this way i don’t have to completely delete/add code all the time. thanks!

Can I Access A Javascript Array In My Asp.net Code?

February 4th, 2010

i have a javascript array and want to access it when the page is posted on the server. Is this possible? I should be able to access the array using asp.net code. Thank you very much and have a nice day!

How Can I Protect My Php Source Code From Being Stolen On Web Servers ?

January 26th, 2010

how can i protect my source code from being stolen even an intruder attacks my dedicated server ? is there anyway of something like encoding my source code and put it on my dedicated hosting ? if yes there should be a software for that , is it free ?
thanks in advance

What Is The Best Web Design Program For Beginners Who Don’t Know Code? Cost Isn’t A Huge Issue, Cheap Better.

January 25th, 2010

I need to design a web site with information about a small business, and I want to know what program i should get because I am a beginner to this and I don’t know code.

Get Data From Sql Using Code Behind Asp.net?

January 23rd, 2010

I am a bit rusty and need a simple way to retrieve sql data using asp.net code and “not” using controls like the datagrid, sqldatasource, etc.

wooden dolls house

Where Can I Buy An Ecommerce Asp.net Project With Complete Souce Code?

January 22nd, 2010

Hi,
Thanks in advance
I would like to start an ecommerce site.Where can I buy an Ecommerce ASP.Net Project with complete souce code and documentation.with ready to work condition.
If any body know please let me know

How Do I Code For A Calculator Using Visual Basic In Asp.net Environment (for Web Sites)?

January 21st, 2010

check this free sample:http://www.gotdotnet.com/Community/UserS…

Switching A Line Of Code Once A Day, Everyday, At A Certain Time In Java Or Php?

January 11th, 2010

I have basically no experience in Java or PHP and need your help!
I want to switch one line of HTML code every day at a certain time, from a list of lines of code. Preferably, it would draw from a list of 20 or more, but if its easier to do it based on the day of the week that would suffice.
Can someone throw me some code to try? I really appreciate the help!