|
Given the variety of questions in this section I wondered whether it might be worth the Ed posting something prominently at the top of this section reminding posters of the section's purpose.
I've come up with some wording which might help:
"This section...
Started by factor30 on
, 13 posts
by 1 people.
Answer Snippets (Read the full thread at theanswerbank):
I was going to suggest we put suggestions as a sub-category under the Ed's Blog? They'reSuggestions suggests....
Improvements Some of the posts could be regarded as suggestions (eg "can anyone suggest the quickest reads it...
|
|
Tags : None
Submit your ideas and suggestions here.
Started by cslewislover on
, 21 posts
by 5 people.
Answer Snippets (Read the full thread at yuku):
Whether.
As for the rest, it still stands as simply my suggestions.
So sorry.
I'm I wasn't paying attn.
I suggest whoever is in charge of this yuku forum thing...work out the bugs fast.
|
|
So, with all the details to take care of for MIL's funeral, for some reason I was asked to come up with a list of songs to play as background music during the visitation/memorial service. Since she was a church organist I would have thought a simple selection...
Started by dabo on
, 19 posts
by 12 people.
Answer Snippets (Read the full thread at realitytvworld):
suggestions that, I don't know how they came up with their lists, but you really needed a sense of humor.
|
Ask your Facebook Friends
|
So I'm scripting up a search field for my website. As the user types, a box appears below the field with search suggestions. The suggestions are keyboard navigable and clickable.
However, I'm having trouble getting the suggestions to disappear when the...
Started by Aaron on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
<form id="suggestions_box"> <ul> <li onClick="doSomething(1)">suggestion1</li> <li, check if the blur was caused by an event ....
Keep your suggestions box div inside your form tag, then put the onBlur on the form.
|
|
Any suggestions for open source aspect-oriented library for c#. Thanks
Started by StackUnderflow on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have more advanced AOP needs, Aspect# might be useful (also... .
Spring.NET
Post Sharp
I am using Castle Windsor and Dynamic Proxy, which together provide a simple way to apply your standard AOP method interception through external XML configuration .
|
|
I am trying to prepare an ERD. There are three entities population, GeographicRegion, and inidividuals.
looking for some suggestions for attributes for them?
Some I have: Individuals: race, gender, name
Population: size, race
GeographicRegions: region...
Started by Omnipresent on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The information you provide is very vague for definite suggestions, however, here are some sample.
|
|
I'm very happy to see the progress of Windows 8, but I believe a lot of work needs to be done ;)
I'll cut to the chase (it might be best to forward this to the UX team too...):
The issue:
Metro UI does not have a taskbar, one of Windows' most recognizable...
Started by Happy-Dude on
, 13 posts
by 6 people.
Answer Snippets (Read the full thread at microsoft):
I would also suggest keeping the progress bar on the tasks, it's really important since you are moving.
I suggest changing the style of the taskbar when moving.
Is fantastic but it's execution can be a lot better .
|
|
I'm looking for suggestions for web development IDEs. I'm currently looking at Aptana Studio and it looks rather impressive so far. Anyone have other suggestions?
I'm looking for support for HTML, CSS and JavaScript.
Thanks!
Started by remrick on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
As an update, the latest VS 2008 versions....
Very standards-compliant and powerful, and with SP1, the JavaScript debugging/Intellisense has been improved .
Take a look at Visual Studio 2008, or the free Visual Web Developer 2008 Express (both with SP1, please) .
|
|
When I type the name of a class which will need to be imported, IntelliJ lovingly pops up with a list of suggestions. However, most of the time those suggestions are things I'd never want to import, especially by accident -- like java.awt.* .
Is there...
Started by a paid nerd on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In version 9 use menu File -> Settings type "Auto import" into the search box .
In your suggestions.
|
|
So far i've collected the following:
*.iws *.war .classpath .DS_Store .project .settings /*.launch /*.tmproj /out/** stacktrace.log test/reports
Any other suggestions?
Started by JamesA on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
GRAILS_HOME/scripts/Upgrade.groovy, target( upgrade....
# .gitignore for Grails 1.0.3 # web application files that are overwritten by "grails upgrade" # cf .
Only may be to add /web-app/WEB-INF to your list:here is an full example of such a gitignore file .
|