Hello,
I am curious if there is an algorithm/method exists to generate keywords/tags from a given text, by using some weight calculations, occurrence ratio or other tools.
Thanks
hello,
I wanted to know what is the use the MessageParameterAttribute in wcf.
In my function:
[OperationContract]
public float GetAirfare(
[MessageParameter(Name=”fromCity”)] string originCity,
[MessageParameter(Name=”toCity”)] string destinationCity);
I dont use fromCity or toCity anywhere in the implementation or even while using a service. Then whats the point in giving it a name?
Hello,
in jQuery-UI Slider arrow keys move the slider handle (after the handle has been selected/clicked on), which is nice, but I don't want slider to handle keyboard (I use arrow keys on the page for another purpouse).
Any ideas how to disable keyboard events for jquery-ui slider?
Hello,
Is it possible to have two different memcached server to separate admin sessions of the frontend sessions in magento ?
It is actually possible to separate sessions and file cache, but it applies on both admin and frontend, which dissallow to clear, for example, only admin sessions.
If you want to clear admin sessions, you have to clear all sessions : admin and frontend.
Thanks,
Hugues.
Hello.
My company is deploying an embedded software/hardware product. We have beta testers lined up who will test the product in the field.
We would like a system of keeping track of the feedback we receive from these users. Perhaps some sort of ticketing system?
I've looked at Zendesk as a possibility.
Thoughts?
Thanks,
Jason
hello Friends ,
I am getting error while developing Pdf in java
error is=
net.sf.jasperreports.engine.JRException: org.xml.sax.SAXParseException: Document root element "property", must match DOCTYPE root "jasperReport".
if you have solution then reply
vipul
Hello,
I have a listbox where list items contain TextBlock whose Text property is set to the actual text of list item.Means here to select specific list item based on name I have to loop out through text of each list item's TextBlock.
So the question is how can I get text of TextBlock?
Thanks.
Hello,
I am looking for ways to protect my product images and I don't know if there's anything out there better than what I've already found: disable right click, use a transparent image in front of your picture and watermarking. Obviously none of them is perfect but I was curious if someone came up with a better solution to this problem.
Also is there any rails plugin to aid with that ?
Thanks
Hello All,
I have recently started learning F#. I was wondering as which are the recommended blogs you guys are currently following in F# community?.
I am currently subscribed to "Tomas Petricek", "Brian McNamara" and "Don Syme's".
Would love to hear all your recommendations.
Hello All,
I am programming an iPad app. In this app I want to open a movie URL in default Quicktime player. When I tried to open the URL in the browser the movie starts playing in the browser. How can I open the movie in the default player (so i can get play pause controls..)
Any help would be much appreciated.
Thanks
Saurabh
Hello,
Is it possible to load content from an external page (not relative) into div using jquery?
I mean here by external page is another web application like for example: http://www.yahoo.com
There is the code:
$("#externalContent").load("http://www.yahoo.com", function () {
alert("loading finish");
});
when I use firebug I got this result:
you see here, i highlighted the response code, it's 200 which means OK, but still no content loaded.
DOES anyone know the reason?
hello i have to integrate flagship merchant services on my project.But i don't have any idea about this.if any person any idea about this or have any api regarding this please let me know .I have also integrate reoccurring payment service in this.So if any body has worked on this payment express please provide me the api or the flow so i can integrate this as soon as possible
My project is in php so need api in php
Hello guys,
Using NetStream, I can create progressive video player. But can I save the downloaded chunk to my local disk in AIR??
My first idea is that, download part of file into local disk, let NetStream pointing to that file, and then appends the chunks to that file (FileMode.APPEND) periodically. But it does not work and seems that NetStream would 'lock' the file preventing write operation.
Any ideas?
Hello. I would like to keep an item selected, on a ListView, when the user clicks on a space which has no item. For example, the space below the items, but still on the ListView component. I've change the ListView property "HideSelection" to false, but that only works when the focus is changed to another component; not when the user clicks on the ListView itself. Thanks!
Hello,
I'm trying to download from http://pecl4win.php.net/ext.php/php_memcache.dll but "The pecl4win build box is temporarily out of service. We're preparing a new build system."
Thank you.
PHP version is 5.3
Hello,
I want to add a column to a gridview which contains button control. I am using ID(integer and primary key) as the 1st column of Gridview. What I want is that when a user clicks the button on any given row of gridview, I want to able to determine the ID of the row to which the clicked button belongs
Vam Yip
Hello Guys,
I am newb To Android.I just to check out few applications in my Desktop and have downloaded some sample applications. However, they are in the format .apk.
Please let me know the procedure to import this file into Eclipse which helps me to run the application.
Regards,
Serenity.
Hello there,
I want to fetch data from separate tables in sqlserver and display them together in GridView, Is that possible? if so then please suggest.
Thank you.
Hello
I use the directory listing function in IIS to upload a bunch of files for friends and family to easy access and download.
My problem is that .mkv files it lists but when you click it i get a 'The page cannot be found'.
Ive tried relocating the file and renaming it but i get the same error each time. Why does it do this? Its only my .mkv files everything else works perfectly.
Thanks in advance.
Hello @all,
i try to check how much traffic flows between MSSQL Server and IIS Server in different Locations. There are 1 ipcop in every Location and i download the tcpdump file from one Firewall and search for DST=ipmssql and SRC=ipIIS but i did not find the ip from the Database Server. But there are traffic between both.
Any suggestions why i did not find the IP Adress from the MSSQL Server? Is this an configuration failure in IPCop or is the Traffic between ISS and MSSQL so strange :-)
Regards
Rene
Hello,
I need to change a method that has one parameter that takes a serie of objects. I need to find the lowest Interface (in inheritance tree) that has the Count property. Until now I was using the IEnumerable but as this has not Count I need to change it to the wider interface possible so the method can work with the biggest number of types of series (collections, lists, arrays, etc).
Thanks in advance.
Hello,
I need to strip the last line from a text file. I know how to open and save text files in C#, but how would I strip the last line of the text file?
The text file will always be different sizes (some have 80 lines, some have 20).
Can someone please show me how to do this?
Thanks.
Is it possible... when the debugger is stopped at a breakpoint, to modify the value of a std::string variable without resorting to hacks like tweaking the memory image of the current buffer?
e.g. something like "set var mystring="hello world"
?
Hello,
does it exists a Software/Batch/Something for Windows OS that could access the web and download a file (like a xml) in a specified folder, recursively in time (like 1 time a day)?
Hello everyone, I'm implementing a home screen app widget. I was wondering which is better to store/read data: SharedPreferences or a SQLite database? The data is accessed from an AppWidgetProvider (similar to a BroadcastReceiver), and any given instance of the widget displays different data based on appWidgetId. Is one way or the other frowned upon?
Thanks for your time.