Microsoft has unveiled a new file format for end-to-end digital photography, called HD Photo, which offers better image quality, better...
Welcome sujay! Happy programming!
Well, it differs from programmer to programmer, OO Perl exists and I find Python strange. Both have their own merits and demerits.
I guess buffers also help improving performance while working on very large files!
Introduction We use Winsock to establish connection between client and server . This is the beginning of everything in the computer of today's...
Are you using VB for the frontend? or just Access forms?
The pleasure is all mine! ;-)
Anchors Anchors do not match any characters. They match a position. ^ matches at the start of the string, and $ matches at the end of the string....
Repition The question mark makes the preceding token in the regular expression optional. E.g.: colou?r matches colour or color. The asterisk...
+ matches multiple matches of the character class specified $ marks the end of the pattern
String str = new String(); if (str.matches("^[a-zA-Z]+$")) // will only matches alphabets { } else {}
I guess the AVI file is encoded with DivX or xVid codec, you'll need an AVI to DVD software, try this link...
Welcome to G4E davidlee, browse the forums to find lots of articles and code snippets on PHP. In case you are stuck, just post a query in the...
I don't know about radio button, you can add the same functionality with a select box which would be much easier!
Whichever page u want to put the counter has to be a .asp page.
JSP is for we application development, whereas Java can be used to program stand-alone programs and/or servlets. What exactly are you trying to...
according to the error message manual: ORA-01704 string literal too long Cause: The string literal is longer than 4000 characters. Action:...
Just like you do it in *nix, just that you need to have drive names in the beginning of the path/to/file. Well you needn't give the script root...
Here's the code #!/usr/bin/perl use CGI; my $q = new CGI; $file = $q->param('file') || $ARGV[0]; if(-f $file) { $txt = qx(cat...
was that a question?? And if it is, was that in your assignment?
Separate names with a comma.