Hello
I'd like to make protection of the videos on my site and make them harder for downloading ... so they must be hidden for apps like DownloadHelper etc.
I'm using flowplayer.
Hello,
I'm writing a GTK-Theme that is pretty dark. It works with most programs but some toolbars look pretty strange (in Bluefish and NetBeans for example).
Now I need to get the name of the toolbar widget to write a workaround.
hello all,
I am looking for component that can handle a spesific date.
what i am trying to do is to get Astring fron sever that represent date(for example 04-08-2012) in my iphone i want to be able to "work" with this date. such to compare it to another date , check if the date in the past or future and to print it to the app GUI
i tried work with NSDate but i didnt found how can i set a spesific date?
thanks
Hello,
I have a mysql select query that has a groupBy.
I want to count all the records after the group by statement.
Is there a way for this directly from mysql ?
thanks.
Hello,
We have a machine that needs .NET Compact Framework installed and now we need to install standard .NET Framework 3.5.
Any problems or known issues with installing both frameworks together?
Thanks.
Hello!
That is good analog snoopy.class.php (from php) in C#. i need simple and true control web client to post any data to my sites. in C# i have a lot of troubles with cookies and etc.
Please, help me =)
Hello, I have Dojo 1.4, and the lightbox is working. But the close button doesnt work with IE, I can see it, just not click it.
With Firefox it workes all ok. So I assume the code and css are all ok.
Any ideas?
Greg
Hello, I've recently started learning PHP, but I have a wide knowledge on C++. I've been wondering how to make a web bot and now, I would greatly like to make one. I won't be using this robot for spamming or anything, just as a test of what PHP/C++ can do online. I was wondering how I could go about doing this and if you have any articles/tutorials that would be helpful.
Thanks,
John
Hello there,
Could anybody point out a good dependency injection tutorial? I found a ton on Google but none of them that would assume the reader is a just Java beginner.
Thanks!
Hello i m newbie to Blackberry. m working on a application for blackberry storm. it contains a custom layout manager and whenever i run it on simulator it dont appear on show on full screen.i set image as background still it dont cover he complete screen.. got stuck.... Plz none help me with this or show mean some custom code tutorial or sort foe the same...
thanx in advance..
hello,
I am developing a PC application that interacts with the Wii Remote. So far I have been using the wiiuse library, which has worked great.
However wiiuse does not support the MotionPlus extension.
I have heard of extensions to implement this by Dolphin and libogc but have not managed to locate this code.
Do you know of code that implements support for MotionPlus with wiiuse, or another C based libary?
Hello everyone
I try to place UITabbar on iPhone window using CGRectMake.
But I found that the Y position is different from the display in Interface Builder.
Is there anyone met the same problem?
Using CGRectMake to locate the x,y position, is it possible cause the refusing from App stoe due to compatible reason?
Thanks
interdev
I have a string as const char *str = "Hello, this is an example of my string";
How could I get everything after the first comma. So for this instance: this is an example of my string
I was planing to do something like:
// pseudocode
char *a, *b;
loop {
if((a = strchr(l, ',')) == NULL) break;
b++;
// but not sure here
}
printf("%s",a);
Thanks
Hello everyone,
I found an awesome tags plugin on cakedc site. This plugin makes your tagging concerns very easy and is able to make anything taggable.
Has anyone used it? I find it a bit difficult to understand few things listed below:
difference between the name and keyname columns of the tags table.
the use of columns 'identifier', 'weight' in tags table
Thanks
Ive defined a a class that inherits from django.contrib.syndication.feeds.Feed
class Rss(Feed):
...
def item_title(self, item):
return "Hello"
def item_description(self, item):
return "Test"
The issue those strings are never used, even when not using a template whats used is the templates you define.
Am I missing something?
Hello, everyone
I am doing some research related to Java NIO. I need to find some representative
applications that are based on this framework. Please feel free to suggest! The more, the merrier!
Thanks
Hello,
It seems that I need to somehow disable IPv6 on my php pages, but I am not sure how to do this. I think I have to add --disable-ipv6 somewhere into my INI file... this doesnt look like proper syntax though.
I am trying to solve the following bug:
http://bugs.php.net/45519
Does anyone know where to put this?
hello,
i have a UIView UIImageview UIButton and UISlider added as subview to UIView
example:
[view addsubview:uiImageview_obj];
[view addsubview:uiButtonview_obj];
[view addsubview:uiSliderview_obj];
When i zoom the uiimageview_obj, it covers uislider and uibutton also, hence i cannot use uislider and uibutton when i zoom the image. So please tell me how to make uislider and uibutton to be always on top?
Thank you in advance.
Hello everyone,
The question that I have is very basic: Is there a way to inform the web browser that the content of the cookie has changed?
I don't want to keep looking at the file and check if it has been updated because it'll cause performance degree on my app.
Thanks in advance!
Hello Colleagues,
If XMLHttpRequest is used with asynchronous mode, then are the onreadystatechange callbacks for 0,1,2 states called in UI thread only or in the background thread?
And is it possible that this behaviour could be different in different browsers?
Best Regards,
Keshav
Hello,
I have the URL http://localhost/mydirector/, I want to echo mydirectory and not have a 404 error. mydirectory does not exist as a directory, but is taken as username. I am using Windows/apache/MySQL,PHP
Thanks
Jean
Hello
In my current project we have to develop a good looking desktop based application in java.
Currently, we have a very basic desktop application written in swing and team does not have good swing knowledge. Can we create a very good looking UI in swing?
Should we use JavaFX for creating the desktop application?
What are other alternatives to do this?
Thanks
Shekhar
Hello there,
I don't know why, but a SOAP Server application and a pair of clients of this services stop compiling without any know causes for me. I have installed delphi 2007 and delphi 2009 and I don't know if the cause can come from this.
Now when I compile a soap application I get an error like:
'Unit XMLSchema was compiled with a different version of XMLDOM.SHttp'
Someone known the cause?