|
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 .
|
|
Is there any one website which contains many good C# screencasts?
Started by Gary Willoughby on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
10/10
WindowsClient.net WPF Videos Visual C# Developer Center.
Dimecasts.net is coming out with lots of good, short because I thought they were that good.
The channel 9 screencasts tagged C#..
|
|
How do i come up with a good name for a website or software am developing. Are there references for naming websites or software?
Started by gath on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
SHAFTED was....
:)
I want to be the names unique ;) think of a rude word to use as an acronym, and then fit in the words to make that acronym fit .
Then i google them.If one of them is not in use, i take it .
I let my creativity flow and write up 5-10 names .
|
Ask your Facebook Friends
|
What are good priciples for creating a scalable website predominantly C#? What design patterns are more common for a C# based website? Links to good books or articles are welcome.
Started by xxmrlnxx on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
There's an awful database?
When designing a website for scalability I start with having a lot of javascript, awful lot of components and....
Of Enterprise Application Architecture ( summaries on his website ) are a good place to start.
|
|
Are there any good alternatives for Lucene .NET to use in a ASP.NET website?
I want to index XML-, TXT-, PDF- and DOC-files.
Thanks!
Started by hoest on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Why not try solr?
http://lucene.apache.org/solr/
This is late, but i think that Lucene.Net is now compatible with Medium Trust
see about midway... .
I couldn't say if this is better than Lucene.NET but you might want to look at http://www.searcharoo.net/ .
|
|
What are some reliable programs to help me find vulnerabilities in my website?
Started by zsharp on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Security isn't really my area, and "website vulnerability scanner" could encompass a lot of things.
|
|
If I search for Windows 7 Themes with either Google or Bing , I seem to get a lot of spammy websites as results.
Of course there's the personalization gallery at Microsoft's website, but I'm hoping to find a good website or two showcasing Windows 7 themes...
Started by Ben McCormack on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
While I have been unable to find a good site dedicated.
There by some really talented people.
|
|
I am looking for recommendations for a starting website to learn how to write HTML code
Started by Noah on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
They provide a niftly little sandbox with sample....
Start here at w3schools.com.
What do you mean by "sandbox"?
Usually you simply practice writing HTML by using a text editor and opening the local file from the browser .
This question seems a bit weird...
|
|
For example, a website like stackoverflow.com, is it a good practice to use email address to identify users in many tables?
Is it bad if the primary key is very long, say
varchar(50)
or even
varchar(100)
?
Started by Steven on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
This is not wankery, it's just good common sense as an identity representation ( Should I use a number or an email id to identify a user on website? ).
Normalization , at least up to third normal form (3NF) .
|
|
I want to program in Java some application that would use sockets, specially UDP sockets, do you have by chance any good website where I can find some resources ?
Started by Superhero on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here is one :-)
http://tutorials.jenkov.com/java-networking/udp-datagram-sockets.html.
Have you tried this web site yet?
You can always search on Google .
|