Hello everyone,
Assume that notepad.exe is opening and the it's window is inactive. I will write an application to activate it. How to make?
My application is Winform C# 2.0. Thanks.
Hello.
I'm currently making a game in XNA4 for Windows phone 7, and I'd like to know if it were possible to get the event of the return button, or even the windows button that are basically present on the phone's interface.
If so, how can i do that?
thanks,
KiTe
Hello,
Maybe someone know how to write your own framework, best practices, maybe any books or samples. I think that writing own framework gives one better understanding of how it all works, thanks for help
Hello,
what does this code performs?
if(object.jquery){
....
}
I don't know what jQuery attribute does. I think it checks if 'object' is a valid jQuery object, but I'm not really sure.
Thanks in advance.
Esteve
Hello,
Is it possible to color the user entering code (inside a textarea) using jquery.
Specific texts like <h1>, <b> etc should be colored or highlighted.
this helps to distinguish the opening closing tags.
Please help
Hello everyone
I want to have google map on my page and I hope it can be based of a zipcode.example 90001.
I also would like to have the general stuff like the ability to zoom out, zoom in etc.
Where can I get this?
Hello people,
I made a theme in WordPress which hit the mod_security rule on HostGator and gave 403 error.
I contacted people there(at HostGator) and they fixed it for me. But I don't want my theme to work like this.
I just wanted to know if there are any guides/blog post/tutorials telling about writing PHP code which is mod_security friendly?
I tried Google, but didn't find anything helpful.
Hello everyone,
Please help me with this insanity:
http://imageoneads.com/zenliver/
My menu bar worked fine & I accidently deleted or moved one of class or ID. Now it disappeared. All browsers Wont display the menu, except Firefox for Mac. This drives me nut....Cant believe I have to start over if I can't figure it out....Please help....Thanks ahead
tran006
Hello Colleagues,
I want to output single quote around $ID variable in the below xsl:value-of xsl statment.
<xsl:value-of select="concat('process[@Ref=',$ID,']')"></xsl:value-of>
currently it prints
process@Ref=87799989
Please let me know how can i achieve this.
Thanks in advance,
Keshav
Hello Friends,
Can anyone help me?
How can I read SMS from mobile with my .net application? i have a Nokia 5310 mobile phone. Can you tell me from where i can download Nokia SDK or source code or Nokia API etc?
I want to make a custom application which reads SMS and at the same time sends a response to the sender's mobile number.
Hello guys, I'm trying to add some online tests to my site and before I rolled up my sleeves I was wondering if there is any ruby on rails plugin support for such a task.
Essentially I'm looking for something that lets me add multiple choice questions. Performing the scoring logic would be an added bonus.
Any one know of anything?
Hello, is it possible to apply 2 font filters that are of the same type but with different parameters in SIFR?
I want to get an outline effect around my fonts and tried to apply 2 glow filters with different settings to get the desirable look, but it looks like only 1 filter (last in the list of filters) is applied. Does anyone know if this is possible? Or if not how can I create a font outline in SIFR?
Thank you
Hello,
I am looking for a solution that allows me to deploy multiple load balanced Grails instances that have shared cache (EhCache Server ?) and sessions, is this possible ?
I can't find any documentation on this (connecting to a common EhCache server or using Distributed EhCache, and sharing sessions (using EhCache too ?))...
I'm looking for something that will work like multiple Rails instances with a common memcached and sessions/caches stored in the memcached...
Can you help me ?
Thank you !
Hello,
I am trying to save an image I take from a UIImagePickerController but I am not, well, being able to.
This is the code I am trying to use to save the image:
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo {
UIImageWriteToSavedPhotosAlbum(image, nil, nil, nil); }
That function is simply not being called.
Any idea?
Hello,
I would like to dynamically generate xmlns attributes.
I want to generate this in XSL :
<Common:MainPageBase xmlns:Common="clr-namespace:ThisPartIsDynamic;assembly=ThisPartIsDynamic"
</Common:MainPageBase
How can I do that in XSL?
Thanks,
Alex
hello folks,
i am looking to develop a new plugin for tinyMCE rich text Editor in umbraco.. i refered this link..
click here .. but the plugin is not showing up in richtext editor as expected..Am i missing any other settings?
Hello, please I need an advice of how can I develop my self in software testing career. And does this career has a good future and how?
Anoth question: Can I be consultant through this career.
Thanks alot for you help.
Mvalue = MonthName(5, True)
fileL = \bobby\outside\"
myFile = fileL & Mvalue & Right(Year(Date), 2) & "\Goodbye - " & myfdate & ".xls"
Set omail = CreateItem(olMailItem)
With omail
.Subject = "Hello"
.BodyFormat = olFormatHTML
.HTMLBody = myFile
How do I make the.HTMLBody = myFile, into a link within the email that will be sent out
Hello,
It's there an existing application to visualize IIS 7.0 failed request log ?
I know you can use IE to analyse the xml log file, and we get a visual generate by the xsl file, but my xml log file have 97 MO and the IE performance is not got.
I cannot view the performance log, because i beleive there a javascript error generated.
Thanks
Hello
I am using entity framework that comes with 3.5sp1, and I need to execute a stored and pass 2 parameters, @a int @b int, and get 1 @somedate datetime back.
How is that done using entity sql and c#?
/M
Hello,
How can I get a collection of all the (class) methods in a given protocol in smalltalk/squeak/pharo?
I'm trying to collect the values returned by a group of methods. I don't want to have to store the methods in an instance or class variable. So I though I could add them to a protocol and in this way to "mark" them.
Thanks.
Hello, I want to create own filetype to save objects in my app. Basically, I urgently do not need new filetype, but it will be better.
How to save my objects like files?
Hello,
i'm building my first RIA in flex, and did a little of research to find a radar chart component free, but all i found is not free (licence 500$).
Where can i find it for free ?
I'm student and i'm learning flex, so there is no point of buying component for now.
Thanks
Hello
We are using sqllite056 jar in our code. While inserting into database in batch we are getting exception on line when we going to commit.
Lines of Code
<object of Connection> .commit();
<object of Connection>.setAutoCommit(true);
Exception
java.sql.SQLException: database locked
Hello,
I want to be sure that user uploaded files are real videos or pictures, but not just a piece of text renamed to textfile.jpg. What are the ways to ensure?
I see the only way: detect type of file by it's extension and then, depending on file type, try to get information about it (by Imagemagick or ffmpeg).
Is there any other ways?
Thank you.