|
I need to use some classes inside the app_code folder of a website project in visual studio 2008. I need to access this code from a class library project in the same solution. I cannot add a reference to the website, and I'm not sure of the easiest way...
Answer Snippets (Read the full thread at stackoverflow):
However, it is vastly preferable to put the code.
Existing Item, navigate to the code files, click the down arrow near the Add button, Add As Link portions of the file to specific projects.
|
|
What is a (free) technology which requires the least amount of code for creating a website with the following requirements:
Sign-up/login Form for adding your personal info. which gets databased Each person can view and edit their own info Admin can view...
Started by Dinah on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Your friend can consider a framework like....
You may want to modify it to changePhpBB? I think you need to specify what the website is going to be used for before you can get.
Create a website with everything you ask for without code.
|
|
Is there a website like Stackoverflow that specializes in code review? I always have code that needs to be reviewed. Is there a specialized website for that?
Started by janoChen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I recently....
Better to ask here, about specific things, and learn that way (also, just hanging around here and viewing/answering questions will definitely help) .
There's this: http://refactormycode.com/
But I think you'll find it tough to get good advice .
|
Ask your Facebook Friends
|
How to realize adding a new page in the asp.net mvc website without coding.
Started by iiduce on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Voila: you have added a page to your Asp.Net MVC website.
Copy that html file to an Asp.Net MVC website.
|
|
How can I code foreign alpha chars in English website, e.g.; Russian, German, etc. (Don't want to have to code in hex strings)
Started by R Saunders on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Languages like Java, C#, and Python support it..
Use Unicode and locales.
A good option is to use utf-8 encoding.
|
|
My website doesn't seem to display any element or content when viewed on IE even though source code is viewable, but on firefox and chrome it loads fine. What is up???
http://uber-upload.com
I don't remember ever trying to load my website with IE, so ...
Started by jiexi on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Validator.w3.org/
Your website is probably confusing the buggery out of IE - the HTML validator found many.
|
|
I've tried a few methods of keeping my JS clean / maintainable and none of them make me 100% happy.
Often, I try and check out many of the top brand sites to examine their code, and find it's been minified and/or packed. This obviously stops me from reading...
Started by alex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
They will have detailed tutorials and examples on their respective sites:
jQuery Prototype Ext JS MooTools Dojo SproutCore dynamicdrive.com! .
I suggest you check out any of the following frameworks .
|
|
Using VS2008, I am trying to add an App_Code folder from add-->folder-->Add ASP_NET folder.
The App_Code folder option is there as expected BUT ... it's disabled!?
I am pretty sure I am working with a WebSite project (and not a Web Application) ...
Started by JohnIdol on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Visual studio could revise the folder as App_Code....
Then, rename it as App_Code.
You add a new folder to project.
Do this in Windows Explorer even" from the VS File menu .
A new folder in the Solution Explorer and rename/call it App_Code.
|
|
Is there any way how to protect your javascript code?
Feel free to comment...
Started by David Bonnici on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Edit: This post shows a few other things you can do to protect your code code to execute it on the client....
A javascript obfuscator for making it more difficult to understand and alter your code, but that's only a very light protection.
|
|
Morning everyone,
I am trying to add paypal to my current website that I have using Joomla.
I haven't got a clue what to do....I copied the text that paypal have supplied, however I need to copy it into my websites html code...how do I do this?
Any advice...
Started by cookiemomster on
, 15 posts
by 7 people.
Answer Snippets (Read the full thread at joomla):
For JCE, the button looks like <>
As ....
Thanks for Joomla), click the little HTML button in the editor so you can paste the code into the source.
You can try using custom HTML module to add the Paypal code to desired module position.
|