1
vote
4answers
48 views
Filter Hidden Files with Bash (for Batch Image Resize Script)
I'm writing a script to batch resize images. Originally I was applying an operation for file in $(ls $1), but I would like to be able to use globbing, so I'm looking at something m …
0
votes
1answer
18 views
CSS Target IE6 Validly
Hi all, basically im in a lil dilemma.... As usual, IE6 is messing up some tiny line of CSS.
All i need to fix everything is:
overflow:hidden;
Thats it. But, heres the problem. …
0
votes
2answers
206 views
javascript if drop down selected then set value of text box
Hi
I've spent some time searching around for this, but can't seem to get it all worked out.
I have a shipping drop down and I want to split off the type of shipping and the amount …
3
votes
4answers
296 views
Hidden Features Of R?
What are some of the R statistical language's "hidden features"?
Similar threads:
Hidden Features of C++
Hidden Features of C#
Hidden Features of JavaScript
Hidden Features of J …
0
votes
3answers
35 views
Showing an invisible div after jquery animate
So I'm trying to figure out how to show an invisible div after an animation on jquery. Here's the code to show the div:
$('#box_green')
.css({
visibility: "visible",
…
0
votes
1answer
65 views
Need help with ruby radiant cms
I have some hidden pages like this:
/staff
John
Bob
Mike
In all this pages i have extended content, like photo, bio and additional info.
I make this, to have logical structur …
0
votes
3answers
46 views
How to use jquery to have hidden menu drop down at top of page?
I've seen this done before, but I'm not sure how.
When my page loads, I want a hidden section to drop down at the top of the page (probably around 100 pixels in height). Ideally, …
-1
votes
1answer
203 views
Javascript to set hidden form value on drop down change - options not populating from Javascript array
I have some Javascript code that creates 2 arrays: One for Product Category and one for Product.
But before the user can choose the Product Category or Product, they have to ch …
0
votes
1answer
40 views
CSS menu problem
Please refer to the sidebar menu at http://malahandi.deetechnologies.com
If you look closely, the menu is hiding behind the content pane on the right. I am using Joomla here.
I h …
0
votes
5answers
184 views
Hidden divs - reducing latency with style display none + javascript
I commonly use hidden divs on my pages until they need to be unhidden with javascript. I used to do the initial hiding with javascript too, but now moved away to hiding them with c …
0
votes
6answers
44 views
storing additional data on a html page
I want to store some additional data on an html page and on demand by the client use this data to show different things using JS. how should i store this data? in Invisible divs, o …
0
votes
1answer
85 views
C# - Toggle hidden files system wide?
What would be the best way to be able to toggle hidden folder and files system wide? I would prefer to do it in C#. I know I would use the global keyboard hook but I am not sure …
9
votes
6answers
4k views
How can I get Eclipse to show .* files?
By default, Eclipse won't show my .htaccess file that I maintain in my project. It just shows an empty folder in the Package Viewer tree. How can I get it to show up? No obvious …
0
votes
1answer
63 views
After tabBar setHidden, the controller’s view won’t stretch full screen.
In fact, the screen area where the tab bar was before, now is not accessible. If I add something on to that area, it just got cropped.
I tried setFrame to 320x480 but it won't hel …
0
votes
4answers
109 views
Showing DialogBox and MessageBox from DLL
I'm buisy on a DirectX10 game engine and i'm having a problem which has nothing to do with DirectX :P The problem is that in the DLL which contains the engine sometimes a DialogBox …
