Hey guys, I'm solving one task and I need to create a piece of CSS what would apply only in Safari, NOT the other WebKit browser (mustn't apply in Chrome, f.e.). Please, could anyone toss in some ideas?
Is there anyway to use the Link Grammar or AbiSource grammar checker in PHP (or C# but I'd prefer php)? I need to have a tree structure for english sentences. Any ideas? The only things I found were in C and I can't use them on a shared host.
Hi there,
I'd like to be able to select a location on a MKMapView. Ideally the user would be able to place their finger on a pin, drag it around the map, and then let go above there area they wish to place it.
I'm stumped.
Does anyone have any clever ideas how this could be achieved?
The Sharepoint Trace Log Sample given at http://msdn.microsoft.com/en-us/library/aa979522.aspx & explained at /en-us/library/aa979595.aspx does not work in in Sharepoint 2010. Any ideas of how to Write to Trace Log from webpart( non-sandboxed)
Any ideas why does the entity framework in LINQ gives following strange error:
"Unable to update the EntitySet 'ItemRankList' because it has a DefiningQuery and no element exists in the element to support the current operation."
Whenever I stroke a path with rounded corners on iPhone, the rounded corners are thicker than the rest of the stroked path. See here for what I mean:
Not sure why this happens, any ideas?
I have annotated my classes with @Repository, @Resource, @Component, @Service annotations but these classes must run in 2 environments. The first environment is Spring 2.x based while the other has no spring at all. I'm sure the code will fail without the spring jars & I want to know ideas from you on how I can retain the annotations but still work in both environments
I saw one other question on how to do a mass import of products, categories, and all that, but all I want to be able to do is import my categories from one store to another.
When you export products I see that there is still a category ID attribute that it gives the products, but I don't see any options for exporting product categories.
I assume the simplest way would be to just copy over the tables with SQL, but when I export/import through phpMyAdmin it never works....
Any ideas?
Thanks,
Chris
Hi,
I am working on wpf propertygrid(PG) control and I want the PG to support collection type(IList, ObservableCollection etc.) properties. I am bit confused on how to keep track of selected item(of that collection) and pass that to client.
Any ideas?
If the solution makes use of the Open Source WPF PropertyGrid (http://www.codeplex.com/wpg) I will implement the changes /additions back into the control.
I'm wondering if anyone out there has worked with Google Maps API with Rails 3. I'm looking for launching ideas, gems, plugins etc.
I played around with ym4r-gm plugin for several hours today, with not much luck. Have you played with this API on rails 3 yet?
Thanks in advance!
hi all ,i just want to knw,is there any boundations in xml parsing with characters
like can we parse a word containing some characters like
"frühe" containing "ü"
"böser" containing "ö"
while i am parsing my xml,which is few different languages, some characters are like the above.
and wen i saw in console, it get interpted,exaactly wen it reacher "ü"
becoz at console it prints "fr"
so can someone provide me some ideas about this thing
regards
shishir
running emacs 22... on ubuntu 9.04, fresh install.
When I copy a region of text via C-w (clipboard-kill-ring-save) then yank it back with C-y (clipboard-yank) it pastes random stuff, from some other buffer that isn't even open.
It was working fine earlier today and I haven't changed my emacs config.
Any ideas why this is suddenly happening/ how to fix it?
Thanks!
I have a client with an event planning site asking his pages to fade into one another. I have no idea how I can accomplish this. Any ideas? Is there anyway to do this without flash?
can you update your 2.3.5 app with just "gem update rails" and change the version # in environment.rb? I did that and lots of errors came out like in console just typing Post.all would show "undefined method `retrieve_connection' for nil:NilClass". Any ideas?
By the way, I have these gems in my environment.rb
config.gem "aws-s3", :version = "= 0.6.2", :lib = "aws/s3"
config.gem "less"
config.gem "authlogic"
config.gem "be9-acl9", :source = "http://gems.github.com", :lib = "acl9"
config.gem "hash_extension"
config.gem "prawn"
Suppose I have a list of numbers:
L = [1, 2, 3, 4, 5]
How do I delete an element, let's say 3, from the list while I iterate it?
I tried the following code but it didn't do it:
for el in L:
if el == 3:
del el
Any ideas?
Thanks, Boda Cydo.
How do I set tab ordering in WPF? I have an ItemsControl with some items expanded and some collapsed and would like to skip the collapsed ones when I'm tabbing.
Any ideas?
I've got a java servlet which is hitting this bug when down-scaling images...
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5101502
I'm trying to work out the best way to work around it and would appreciate any ideas from the community.
Thanks, Steve
Hi,
When I use fopen() or file_get_contents(), I get the following error:
Warning: fopen(URL_OF_FILE_HERE) [function.fopen]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in D:\WebServer\Sapphire\CMS_2009\apps\Newswire\send_mails.php on line 57
PHP version is 5.9.2-2.
In another server, PHP is 5.9.2, and it works fine.
allow_url_fopen is On
Any ideas?
Hello,
I've been successfully testing my app which sends a text message to another phone number. The problem came when I sent this to a buddy that has the NEXUS ONE. I added a pending intent to sendTextMessage() and saw I'm hitting: RESULT_ERROR_GENERIC_FAILURE.
Any ideas?? Thanks,
Jonathan
Hello
I have created a setup for my windows application in .NET 2008
After building the same i have the .msi and setup.exe files in my release folder.
The problem i am facing is :
I can install the application using the msi installer files from the shared network folder. But when i copy the installer locally and tried to install it,
i get the following error: Error reading file.Please Try again.
Anybody having any ideas if there are any properties to set in the installer project.
Regards
Constant Learner
Hi,
I have a string that ends with a " (quotation mark) that I want to get rid of. However, because XCode usually requires you to enter the text you wish to remove using stringByReplacingOccurrencesOfString in @"texttoremove" format, you can't use the quotation marks in the space as it thinks you are closing the text.
Any ideas on how I can do it?
Thanks.
I am getting inner HTML of element by next way:
$(this).context.innerHTML
Then I am getting parent inner HTML:
$(this).parent().context.innerHTML
But this code returns same values.
Any ideas what is wrong?
Hi.
I have a ShockwaveFlash embeded in excel.
This SWF need 1 dynamic flashvar to run.
I need to set it just before flash file is loaded, so flash can run without problems.
Something like this.
Private Sub Worksheet_Activate()
ShockwaveFlash1.FlashVars = "DynamicData=123"
ShockwaveFlash1.Play
End Sub
But it doesnt work.
Ideas?
PD: Macros was my first idea, any other solution could be better.
I'm still working on this problem:
http://stackoverflow.com/questions/2610469/java-runtime-command-line-process
Based on what one of the contributors has said I tried the following:
So I've tried adding the path to "gs" in my "Run Configurations" - Environment Tab and "Linked Resources" (Preferences - General - Workspace - Linked Resources). Neither has worked...
But it's still not working, I'm getting the same error.
Any other ideas? Because I'm all out.
For some reason I can't debug my actionscript application in IntelliJ. I keep getting this error in the console: Unexpected debugged player communication problem. I have no idea what causes this!
Any ideas?