Hi,
I want to read mail,calendar,contact items from Novell GroupWise Client.(using version 8).
How to start with? Which API is best for this?
What will be difference if i use "gwtapp.dll" or "GroupWise Web Services" ?
thanx
hi,
is there a way to add tinymce into my own wordpress plugin?
i've got a textarea in my backend script and want to make this area into a tinymce wysiwyg editable field.
is there a way to do that?
Hi,
How do I run PHP Security Scanner and SpikePHPSecAudit?
I've already extracted them at the root of my website and thought it could be run like phpSecInfo where you just navigate to
www.mySite.com/phpsecinfo/index.php
Any assistance will be appreciated.
ps I am using Windows XP and XAMPP
Hi All,
In my application many I time we use MAX(). How can I write a common function where I can pass table name and column name and get MAX().
I mean single function for any table/field.
Thanks,
Tanmay.
Hi,
i have a webview in my iphone app where a google map location is opened like;
Directions
now the google map native app opens fine, but how could i add a RETURN button so it would jump back to my html page. Now i have to click my home button and the app close back to the desktop, so i have to start my webview again.
in android its more easy, because there is always a back button and after viewing my gmap i simply back in my webview.
thx
chris
Hi,
we have a collection of FLV files, to be displayed by FlowPlayer flash-app in a website.
The scripts and handling of data are done with Apache/MySQL/PHP.
As the video files are static files they should be served by a more static oriented webserver like lighttpd or nginx, like it's done with photos.
What's the best webserver for serving video? A static files oriented webserver should be good?
thanks in advance
regards, rui
Hi All
I've been searching all over the internet for days.
Does anybody have, or know of, and can share sample Feature Driven Development documents? I keep coming across gazillions of "samples" with absolutely no useful information whatsoever.
Thank you
jt
Hi,
Is it possible to loop over all the properties and replace all token which correspond to them?
For example, if I have three properties defined, a,b,c, I want to replace all three tokens @a@, @b@, @c@ . I however do not want to set up the filterchain manually as properties may be added/removed later on.
I can accomplish this using a custom nant task, but is ther a way to do this through a build file alone.
Thanks,
Hi,
is there a way to draw mixed-formatted text in .Net 2.0? I'm looking for something similar to
System.Drawing.Graphics.DrawString()
My problem with this method is that it allows only one format style for the whole text. But I need to draw text that has different format styles (e.g. a part of the text shall be underlined, another part bold and so on).
Thanks a lot!
Oliver
Hi,
I noticed that in MySQL, both VARCHAR and TEXT offer variable-sized data. Well, VARCHAR is a bit more efficient in data storage, but still, TEXT MEDIUMTEXT and LONGTEXT offer a lot more potential. So, what are the real uses of VARCHAR?
Hi all,
I have problem with session in cakephp.I have one file chat.php that is in webroot folder but when I run that file with ajax I could not find session which is created from chat.ctp file.
so anyone has idea how to get session in third party file in cakePHP.
Thanks.please help me.
hi i wrote a module for user page generation. After login the path goes to users/[user-name] and i want to customize it using my module. how to handle it?
Hi, i am an android application developer. I have developed 10 applications so far. I want to develop a funny and weird android application. Could anyone suggest any ideas..?
HI,
I have query having multiple regexp in where clause. The coloumns contained in the where clause have already been indexed.
But the query is not using the indexes.
Does MySql regexp cause use of indexes ? If not, what could be the workaround for this ?
Hi
I'm trying to fragment an image into several smaller triangles in WCF or Silverlight. I've looked around but most of the cropping looks like its done using the clone method which only takes a rectangle.
Hi all,
looks like a memory leak when i try to initializing an array of pointers, this my code:
void initLabelTable(){
register int i;
hashNode** hp;
labelHashTable = (hashNode**) malloc(HASHSIZE*sizeof(hashNode*));
hp = labelHashTable;
for(i=0; i<HASHSIZE; i++) {
*(hp+i) = NULL;
}
}
any idea?
Hi,
The limitation of one document in MongoDB is 4Mo. I have some documents really heavy with a lot of data.
How I know my document's size inside MongoDB with the ruby driver ?
Hi All,
I m using autocomplete from
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
i managed to get data from server in below form but in autocomplete list i dont see spaces that i added after supplier , i even tried removing trim all over from the script but that does not solved my issue.Please suggest.
Exon: Supplier HJR/VAKJ -1
Hi folks,
.NET 4.0 is just around the corner & i would like to know what would be a compelling argument to move over to 4.0 from 3.5 aside from the fact that it is new.
Are there any features that have been improvised over earlier versions?