I am developing a product scrolling feature where products info( product image, Name, price)will be shown side by side horizontally. i need to show the image of the product and also its reflection. under the reflected image i need to show the Prod Name and its price.
The problem here is i dont want to show the complete reflected image.
the…
Hello Experts,
I am Beginner. I want to study and create custom controls. I have searched on Google but didn't find any good stuff.
Could anybody provide me some nice link or explain me that how can I start custom controls.
Thanks in advance.
I am using several UIImage in my application which have text include in that imgage.
So I have to pinch that image in which user want to read that message that are written on the image. so please provide me some code to do this.
Thanks
I am currently working on an ASP.NET 3.5 and C# web application which deals with users secure information like credit card numbers. What are some of the security measures which I need to take from an application development stand point so that I can sleep peacefully at night :)
We are working on a hiring application and need the ability to easily parse resumes. Before trying to build one, was wondering what resume parsing tools are available out there and what is the best one, in your opinion? We need to be able to parse both Word and TXT files.
I had to do heavy I/o bound operation, i.e Parsing large files and converting from one format to other format. Initially I used to do it serially, i.e parsing one after another..! Performance was very poor ( it used take 90+ seconds). So I decided to use threading to improve the performance. I created one thread for each file. ( 4 threads)
…
Hi,
I'm a newbie to mahout.My aim is to produce recommendations on binary user purchased data.So i applied item-item similarity model in computing top N recommendations for movie lens data assuming 1-3 ratings as a 0 and 4-5 ratings as a 1.Then i tried evaluating my recommendations with the ratings in the test-data but hardly there have…
I am new in iphone application developer i am using sqlite3 database and in app delegate i am wright following code and run properly we also find value from database to in my aplication,
but immediately the application is going to crass why this is occurs i am not understand.
code is given bellow
-(void)Data
{
…
I've learned that the way to add favicon for a web page is to have the following lines in the page.
<link rel="SHORTCUT ICON" type="image/x-icon" href="http://mysite.com/faviconfilename.ico"/>
<link rel="icon" type="image/x-icon" href="http://mysite.com/faviconfilename.ico" />
Should i add this code in each and…
Hi,
I am new in iPhone development. I am developing an application that fetches a value from a database and displays it in a table view. I want to delete table rows one by one but the rows do not delete and the application crashes.
Here is my row deletion code:
- (void)tableView:(UITableView *)tv…
I have a requirement.
I have some files in a folder among which some file names looks like say
**EUDataFiles20100503.txt, MigrateFiles20101006.txt.**
Basically these are the files that I need to work upon.
Now I have a config file where it is mentioned as the file pattern type as
…
Hello all, please help me out from this problem which i was facing since from long,,
Comming to my applicaiton:
Using Asp.net MVC with Jquery stuff, with back end DB2
I have a user controls with jquery grid in it,
for the Jquery grid the URL I am assing is something like this.
…
i am using this code to select the checbox from fieldset.
$("fieldset:has(input[type='checkbox'])")
its working fine on the filedset i have studentid's i need to get the student id's which ever textbox is selected on the fieldset?
can anybody help me out?
thanks
How can I retrieve recently posted Comments/previous comments on any video in you tube in our application using C# ASP.Net.Please provide detail coding with dll
Thanks in Advance
Ranjan.
Hi,
Searched through net, could't find a way to read/write file metadata using C or C++, however, there are tools available for this, and also there are API's in C# and Java to do this. But I want to do it from scratch in C or C++.
For example, read/write image metadata.
Have found…
In Switch statement
Example
switch (indexPath.row)
case 0:
Loading my nib file;
break;
case 1:
Loading another nib file;
break
default:
break
........
Before loading my nib file. It expects any one statement.
example
case 0:
NSLog(@"");
Loading Nib file....
My its expect…
if ('#Grid tr[role="row"] td a.icon-plus') {
$(this).click();
}
else if ('#Grid tr[role="row"] td[role="grid"] a.icon-minus') {
return false;
}
I am doing here if a.icon-plus ( icon-plus is…
Hi,
I am using multiprocessing module, and using pools to start multiple workers. But the file descriptors which are opened at the parent process are closed in the worker processes. I want them to be open..! Is there any way to pass file descriptors to be shared across parent…
I am working on my Office PC I dont have, I dont not have Admin rights to download IE8 in my PC..currently I am working in asp.net mvc application with IE6 Browser..some of the things are not working in IE6 for my application, can any body explain me what is the Differnce…
Hello Friends,
I implemented Micrsoft charting controls for Pie chart and wave chart Its working in Firefox but when I come for IE chart is not displying and when i refresh the page couple of times its
displying. I am using asp.net mvc appliction with jquery..
can…
Ok my last post disapper so I ask again.
Ok if you cant send me code to stock trading app, i understand its dificult for to get code from forum
can you point me to techonologies to use for making stock app. i got job from online brocker copany, they need to display…
This is about formatting the messages for logging so as to subsequently be able to parse them relatively easily esp. given the extensive logging required in financial apps
Typically a line in the log file is of the form
TimeStamp: Module/Function:
where the log…