1
vote
2answers
32 views
SQL: Auto Increment question
I have a table with an auto_increment field and sometimes rows get deleted so auto_increment leaves gaps. Is there any way to avoid this or at the very least write an sql query that
a) alters the …
0
votes
0answers
22 views
auto complete request not generated
I am trying to implement auto complete with jQuery, but the request itself is not going?
What can be the issue?
<%= f.text_field :ads_login_name, :class => 'input', 'autocomplete_url'=> …
1
vote
3answers
28 views
How do I make this menu collapse on page load?
This is my code. How can I make this menu always be popped out, not just when you click on '#projects'? Change the .click function to what?
$(document).ready(function($) {
$.fn.longDropdown = …
0
votes
2answers
40 views
Accept SSL Certificate in vb6 using the Webbrowser control.
The Problem:
I am creating a vb6 application that will connect to a particular web service located on a a HTTPS site. The problem is, the HTTPS site I'm accessing requires all request to accept it's …
0
votes
2answers
32 views
Auto Update application windows desktop using win32
Hello,
I am trying to auto update my current application to new application in windows desktop using win32 api . And my application is running in background. so is there any api Microsoft providing …
3
votes
4answers
253 views
Mysql auto increment primary key id’s
I have some mysql tables that have auto incrementing id's that are primary keys, but I notice that I never actually use them... I used to think that every table must have a primary key so I guess that …
0
votes
1answer
70 views
VB.NET Browser Auto Refresh
Hi,
I want to make a program in Visual Studio 2008 in Visual Basic. It involves a web browser and I want to make it auto refresh and allow people to choose the time period in which they want to auto …
1
vote
3answers
92 views
AutoHeight IFrame
Hello, i want to make a iframe page that loading a page from other
site. I have try "jQuery iFrame Sizing" to set auto height in
iframe... but it is failed.
What's the problem...?
This is my code :
…
0
votes
0answers
41 views
Is there any eclipse plugin which auto backup a Project every so and so minutes to an email a/c?
Is there any eclipse plugin which auto backup a Project every so and so minutes to an email a/c?
0
votes
0answers
11 views
Autocomplete text not trigger enter press event after adding the autocomplete data source
Hello,
I have a windows application written on visual studio 2008. I have a textbox that has autocompleteMode set to suggest, autocompleteSource set to CustomSource. So I triiger the textchanged event …
1
vote
2answers
124 views
Auto save of form
I have form in ASP.NET 3.5. Where lot of data elements and where i have Save and Submit buttions. I need to auto save my form every 2 min. What is the best way to implement this kind of functionility …
0
votes
0answers
44 views
Autocorrelation and shift vectors
Basically I'll be using Autocorrelation method to try to find cloned regions within an image.
This is what i did in MATLAB
i = imread ('D:\image.jpg')
I = rgb2gray(i);
imshow(I);
f = …
0
votes
2answers
152 views
How to automaticly copy & paste fields from excel into a website form
Hi!
I have about 50 excel sheets to input on a website everyday, but unfortunately I can only submit 8 of these sheets per hour. Therefore, I'm looking for a tool, or comnbination of tools, that …
1
vote
1answer
221 views
Using auto and decltype in C++0x
I'm trying to learn the currently accepted features of c++0x and I'm having trouble with auto and decltype. As a learning exercise I'm extending the std class list with some generic functions.
…
1
vote
3answers
3k views
Creating a textarea with auto-resize
There was another thread about this, which I've tried. But there is one problem: the textarea doesn't shrink if you delete the content. I can't find any way to shrink it to the correct size - the …
