I am finding tough to align the label and textboxes using Div's. If i use tables for forms, it will be easy. Whether it affects my seo, or not? plz suggest me
I noticed most 3d voxel models are actually pretty low resolution, but then are rendered all smoothed out with some sort of interpolation.
Given its ray traced, what is the algorithm used to render it smoothly? Could anybody suggest a book on the topic?
I have Stacked Bar Chart created using JFreeChart. The labels of the category are quite big and they overlap with the label of the next Bar. I would like to wrap it to the next line. I did some searching and found that i have to use the below code.
setMaximumCategoryLabelLines(2) in the CategoryAxis
and still it doesn't wrap to the next line.
Please suggest solutions.
Hi folks,
I'm have a list of articles, each article has its own title and description.
Unfortunately, from the sources I am using, there is no way to know what language they are written.
Also, text is not entirely written in 1 language; almost always English words are present.
I reckon I would need dictionary databases stored on my machine, but it feels a bit unpractical.
What would you suggest I do?
Hi,
I'm developing a tool that searches the keyword entered by the user on a given site. My problem is, it searches the keyword only on html/web pages but not on the PDF/MS-Word files found on the site.
Can anyone suggest me some api/tool or provide the code that can search text from the given online PDF/MS-Word/Text file?
hi
i want to develop a text to speech(TTS) programme using c++ so please suggest me where from where i should start because i have no knowledge about TTS so pease explain a little more.
Hi,
I am a student trying to find a host for my portfolio website. The website is made of simple .html and .css, and I don't need any support for database/php etc. What I am looking for is:
Free
No ads
about 200 mb of space
Some reliability since I will be sending it out to potential employers
What will I host:
html pages
Some of my projects in a .zip format
Really, that is it. Can someone please suggest me some reliable option ?
Thanks
I am trying to reach methods and properties of ObjectFrame through vb.net.
But when I declared this as
Dim objOLEObject As ObjectFrame
and then trying to instantiate it as
ObjOLEObject = New ObjectFrame
it shows error like:
"429: Retriveing the COM class factory for component with CLSID {3806e95d-e47c-11-cd-8701-00aa003f0f7} failed due to the following error: 80040154"
To resolve this we re-installed both MS-Office 2003 and VS-2005, but could not get the solution.
Could anyone suggest me how to declare and use this in vb.net?
Thanks.
I've got many files that I want to store in a single archive file. My first approach was to store the files in a gzipped tarball. The problem is, that I've to rewrite the whole archive if a single file is added.
I could get rid of the gzip compression, but adding a file would still be expensive.
What other archive format would you suggest that allows fast append operations?
Hello,
I have seen mysql queries with order by runs slow.
Is there any specific way to optimize queries which use order by ?
Queries without order by run very fast but with order by its always runs slow.
if any one suggest any thing on this as general solutions.
Thank You
Im really annoyed with Internet Explorer.I designed a site using css. The really annoying part is the cross browser issues..
The site works fine in all versions of FireFox and Chrome but when it comes to internet explorer.
IE5 - The complete site is messed up with the alignments
IE6 - Major Alignment problems.
IE7 and 8 Works pretty good.
Can someone please suggest some good methods to get rid of the cross browser issues with IE??
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
hi evary one
I have one class.I need the same instance of the same class at two differnt
pages with previous values assigend to that instance.?
so how to maintain the value of a instance b/w two pages....
Its very urgent ..pls suggest something..?]
I am looking for good plotting library (line, pie, column charts) which allows to interact with user touches something like in Stocks app.
I found a core-plot library but seems like that interaction logic is not well-covered.
Please suggest what libraries can be used?
Is there any free tool for profiler of MYSQL database?
I want to capture the SQL statement from application.
and want to tune it for performenencae.
Can any one suggest?
Thanks,
Paresh
hi,
select name from suggest where name like 'aero%' and rownum<=10;
but i am getting only 8 keywords ( db also having 8 keywords) but i want to count the no of keywords from db to my jsp prog.
rs.getparameter("name"); ---- this gives 8 keywords. but i want to count the keywords..
can you give any sample program....
thanks,
Murali
Hi,
My table result contains fields:
id count
____________
1 3
2 2
3 2
From this table i have to form another table **score** which should look as follows
id my_score
___________
1 1.0000
2 0.6667
3 0.6667
That is my_score=count/MAX(count)
but if i give the query as
create TEMPORARY TABLE(select id,(count/MAX(count)) AS my_score from result);
only 1 st row is retrieved.Can any one suggest the query so that my_score is calculated for all tuples.
Thanks in advance.
I am implementing connection pooling in project.
Performance wise which is better approach to do it?
Hibernate (using C3PO or DBCP)
Configuring JDBC data-source in Application server.
Application server Portability is not an important factor for me.
Please suggest the approach.
All the examples I've seen of sock.listen(5) in the python documentation suggest I should set the max backlog number to be 5. This is causing a problem for my app since I'm expecting some very high volume (many concurrent connections). I set it to 200 and haven't seen any problems on my system, but was wondering how high I can set it before it causes problems..
Anyone know?
Am using windows xp sp3 on netbook and i need to compile c# programs for learning. I don't have fast computer or fast internet connection or fast money.
Can someone suggest the best way to get me going?
Thanks yous!
I have nearly 20 tables.I want to draw datamodel diagram for this table.But it take more time.Is it possible to draw the diagram using any datamodel software.My constraint is i give dataonly it draw the diagram automatically,please suggest any softwsre related to my constraints
Hi All,
Can you suggest me a possible way to get started with CEP in C# ?
By what I mean when I say, get started:
A good book talking about CEP and C#
A library which deals event clouds
Some sample codes using the library
Some good quality codes in general to get a possible feel of the problems
Good blogs
Anything else you might feel necessary to add for someone getting started in CEP and C# will be helpful.
Thanks
Soham