automatic

php quick form creation

Hi, I have been using php from some time and I have noticed that it takes a long time to create a form with validation using php. Are there any scripts or IDE wizards which can assist a programmer to create php forms quickly and also give the programmer flexibility to customize the form easily? I found some webservices which provide suc...

what does it mean to make a process automatic (through programming)

For example, if I currently have to resize image on my own with photoshop, but am developing a c++ app to do it for me, what am I doing to the process? I realize that the process will be automated. What I'm looking for is this (fill in the blank): It will be much faster after I've _ _ _ _ _ _d the process which is currently manual but ...

Need a java library for visualization that support automatic layout

I need a java graph library for visualization that I can incorporate in my own application. I found that jgraph is excellent for visualization but require explicit positioning of the nodes. Is there any open source java graph library that support automatic layout. Any suggestion will be really helpful for me. ...

Windows 7 recreate my .exes

hi, i have a few programs that check if file exist, and if its old version delete him and paste the new one. However under Windows 7 Professional i can't delete the file some System process is always restoring it (same with the dll files) and as you can imagine a lot of programs are crashing because of that behaviour. So WHAT SERVICE/PRO...

Backing WebDAV directory with version control

I want to export a directory with WebDAV. Then any file written I want it commit to some version control. Maybe GIT? Maybe copy to old file directory? Must be automatic. How to? ...

Uninitialized Automatic variable forcing value to random value

Hi All, This may look like a trivial problem. Sorry in that case, I am not able to find the actual way. I understand that automatic variable are un-initilaized. So a code snippet provided below is likely to dump in block-2 char *p; if(NULL == p) { //do something block-1 statement } else { //do something else block-...

MS Access connect to mysql backend automatically

Hi I have an MS Access 2003 frontend and mySQL backend. I would like to automatically connect to MySQL when the MDB is opened for the first time, eg when the Main Menu form of Access is displayed. However I have no idea and I keep getting the "annoying" MySQL "Connector ODBC" pop up box. This happens when I go into a form in Access whi...

iphone development - automatically pop up keypad on a form

Hi, I have a form which I want the user to fill in and I want to have the keypad to pop up on the iphone automatically when they hit that page instead of them tapping on the input box first. What is the special tag in order to achieve that? Also, is it possible to set a timer, eg: 3 seconds, then have the keypad pop up, instead of pop...

How to auto format a table in Excel?

I have a table in Excel. In each row, I want to highlight the columns that correspond to the maximum value in that row. For example, if I have this table: 0 1 2 3 4 5 3 5 8 9 3 4 I want to highlight 3 in row 1, 5 in row 2 and 9 in row 3. How can I do that automatically? THANKS! ...

Automatic space after fgets' result?

Hi there, it seems as if fgets puts a space after everything it returns. Here's some example code: <?php Echo "Opening " . $_SERVER{'DOCUMENT_ROOT'} . "/file.txt" . "...<br>"; $FileHandle = @Fopen($_SERVER{'DOCUMENT_ROOT'} . "/file.txt", "r"); If ($FileHandle){ Echo "File opened:<br><br>"; While (!Feof($FileHandle)){ $L...

JQuery Content Fader with Thumbnails and auto-fade

Hey there, I'm searching for a special content fader with thumbnails and automatic-fade. By searching the web I found many things, but not that what I am looking for. Most times you can slide the content but not fade, if you can fade, you can only fade pictures. I try it with the easing-Plugin, but this can't fade, only slide. Then I tr...

Dealing with automatic adding scrollbars

Hello, everybody. I have such problem: I'm creating a container and it's content at runtime. Here's a rough structure: --VBox ----Form -------FormItem ... -------FormItem ----ControlBar I have fixed maxHeights for the form container to keep it in bounds of screen. But when I get vertical scrollbar, the horisontal also appears (se...

How do I automatically post my Tumblr posts..

How do I automatically post or publish my Tumblr posts to my Facebook page? I don't mean the News Feed one, but a Facebook page. ...

how can we make a div take width according to its content automatically

I want to create an effect like that of fieldset and label. When the headings change along the side, the width that the white background of the heading remains the same. If I can make the heading or div element to take the width enough to fit its content, it will give the proper effect. If there is any other solution please let me...

Open maps iphone app from my app, with pin drop at the coordinate

Hi, I'm using http://maps.google.com.au/?ll=, to open maps iPhone app from my app, but it only show the coordinate without the pin drop automatically. How can i make the pin to drop automatically? ...

Making pPayments with PayPal

Hello everybody, I want to process PayPal payment to PayPal user from my account. I fetch form details with PHP script from my server, however, I am not able to process the payment using PHP script only (I suppose PayPal website requires user to have JavaScript on the client side to login and complete payment, so it is not possible to do...

Session Timeout Logout user

I want my application to log out the logged in user and take them to the Loing.aspx page as soon as the Session times out. The user should be logged out without any event being triggered. I have tried making changes in authentication mode but all in vain... ...

I need to know how to automatically authenticate in Flickr

Everything I have tried requires the end user to sign in to yahoo...this won't work because the end user doesn't know the password or the username. This should be automated otherwise flickr wont work ...

MySQL daily check and update

Hello to all . Is possible to create a routine or procedure that can automatic everyday check a date in a table. To be simpler : I want to check if the date on a user have permitions to enter a site and when the date pass want to make the user field activated false. routine daily check if (todaydate < dateclient) then clie...

How To Set Timer in Cakephp?

My objective is to run a function every seconds. And check some time based functionality. For example, In my application I have five groups of users. Each of the users have a particular task. And allotted a particular period of time. The task firstly assigned to the lower level(ie, 5th level) Users. If that users couldnot able to clear ...