automatically

Restart ASP.NET application when folder contents change

I'm writing a web application that will have "plugins". The plugins will be .DLL files which will export their functionality through predefined interfaces 'n stuff. All the .DLL files are in a folder called "Plugins", and the ASP.NET application loads them all upon startup (by using Assembly.LoadFrom). The problem is that when developin...

Adobe AIR app fit screen(maximize) by itself

Is there a way to make an Adobe AIR app fit screen(maximize) by itself when it's launched? ...

extract cab file and execute the exe file(inside the cab file) automatically

Hi! I have a cab file(w/ an executable file inside) embedded on my webpage. When the user access the page the cab file will be automatically extracted and the executable file inside should be executed as well. Is this possible? My hunch is that this will be configured in my inf file but I don't know how. I would appreciate your help in t...

Automatically connect to a DB in a swing application

Hello, I m working on a single user swing application that access an hsqldb database. How can i Automatically run the DB server when a user run the application.? for example, after i finish development i will put the application into an exe file. If the exe file is distributed to multiple users. How can the DB server run and the DB b...

How to change the location automatically of a div when it's right of left side element is removed from document.

hello guys, Here i have a probs, i wanna sift automatically a div when it's right side element is removed from document. let all the elements are start from the right to left side like D C B A. in above example A is the first Div B is Second and so on. what i want that when i removed element A, the element B that was after A will b...

Cross server file transfer possibility- winserver2008 ?

Guys, I am new to this. Thus, really need your expert advice. I want to transfer file from C:/inetpub/vhosts/domain.com/subfolderA from Server 1 in location A into E:/inetpub/vhosts/domain.com of server 2 in location B automatically. Both are win server 2008. How possible izzit? Use vbscript call to copy all files/folders is defi...

Automatic Hyperlink in my website

I want the urls in my website automatically hyperlink. I can only use javascript, html, and jQuerry in my website. ...

In Sharepoint, I want to trigger a workflow automatically every month which shows only the lists which has that particular months date

Hi, I am new to sharepoint... I have a question: I have a list with many documents in it. I have a date column in that list. For each month I would like to view only that particular month's list (i.e) select the list which has that month in the date field. I would like the list to get updated each month automatically according to the d...

How to automatically backup ALL mysql databases into sql statement?

MySQL Administrator> Backup Project. It is a great tool to allow you to select databases, and schedule it. However my issue is: Today got a few new websites (new database created) Tomorrow got a few more new websites (new databases created) In this case, I have to always go into Backup Project> Select those remaining schema not in the...

Refreshing or double clicking on a link too quickly causes a CakePHP app using the Auth component to log the user out

I've noticed that when I refresh the page twice in a row or double click on a link, the user is automatically logged out. I'm using cakephp 1.2 and the Auth component. I don't have a lot of experience with CakePHP, any ideas what could cause this? ...

need to connect to MS access database and populate them in mysql table automatically every 30 min.

I am developing a time sheets project, i am using mysql as database, i need to connect to MS access database and pull required data and sore it in mysql database. I have to do this automatically every 30 min. I was wondering if there is anyway i can do this using stored procedure or triggers. I am using java with spring,hibernate,and jsf...

Is there a jQuery script to display Twitter feed with auto-refresh?

This question may be for someone familiar with creating pipes in Yahoo! Pipes. But I'm looking for a jQuery script that will display 4 tweets that will drop down automatically every 5 seconds when new tweets are posted AND that ends in a specific hash tag. It'd be great too if I could filter out bad words. Know of any scripts out ther...

If change in a directory then do some action in linux

Hi All, I want to store the file and file information into the database automatically, when any file is inserted into the directory. Let suppose, in the /etc directory, we store some log files. And if we are inserted new file into /etc directory or change any existing file then automatically these file information should be go to spe...

mvc redirect after delay

Hi guys, I'm recently new in MVC technology and i'm with a difficult I have a UI to create a user, and when i submit the content and all content is valid i pass a message into Viewdata["INFO"] and return a View called Info with Viewdata Informing than the user was sucefully created. But in this moment i want to Regist a some script th...

Automatically capitalize first letter of first word in a new sentence in LaTeX

I know one of LaTeX's bragging points is that it doesn't have this Microsoftish behavior. Nevertheless, it's sometimes useful. LaTeX already adds an extra space after you type a (non-backslashed) period, so it should be possible to make it automatically capitalize the following letter as well. Is there an obvious way to write a macro t...

Change all instances of object to iframe for IE using Jquery

I was wondering if it would be possible to use jquery to change all object tags on a site automatically to iframe for IE 8 and below. I would like this so that it can be xhtml 1.1 valid and not have to be double coded all the time and you would not have to focus on non-standard browsers. The data attribute would have to be changed to sr...

How to add automatically the imports in a Java project?

Hi, I generate (from a progam java) some Java classes but actually, I don't add the import in each class. I'd like to have a kind of parser that is able to see which import needs to be added in a class. Maybe, it's possible to reuse the fonctionnality of Eclipse because it's able to do that. However, I don't know where I can find that. ...

jquery #hash automatic function onload..

Hi I'm trying to recreate the effect like on SO where you click a comment, and the page loads, and the given comments background fades out. so far I have var theHash = window.location.hash; $(theHash).hover(function() { $(this).stop().animate({ backgroundColor: "#a7bf51"}, 800); },function() { $(this).stop().animate...

jQuery AJAX action for each LI

I'm currently creating an update script, whereby I have a list of tasks each detailed in a UL, example below: <ul id="tasks"><li id="task1">Task one</li><li id="task2">Task two</li><li id="task3">Task three</li></ul> I'm looking for a way for jQuery to systematically loop through each li and perform an AJAX request for each specific I...

update/clear fields automatically or by event etc. by specific date

hi im new to programming i have this small system for room reservations (school requirement). i have this question that is it possible to update the fields of my table on specific date? for example is today is 2010-10-14. if the field matches on the same date. it will clear/update my field automatically? i dont really know where to sta...