Hi
Is entity frameworth worth moving to for a new small app? About 10 tables and a WinForms app.
ie the alternative being DataTables/DataRows or Linq-to-SQL
i want to put a newline into a txt file, i tried with many alternative with so many help from this forum but i am getting always unknown character always. Please help
for(int i=0;i<fileDet.size();i++)
{
qDebug()<<"Name directory"<
I'm testing boost::thread on a system. It happens that I needed to act as a fork(), because one thread modifies the other variables, even member variables of class
I do the project using fork() or is there some alternative still using boost::thread
Basically I run this program in Linux and maybe FreeBSD
Hi
in my application i need to show all the phone contact including contact image, currently i read all the data in to array and show ,but in some lower end phones it create problem ,like out of memory is there any alternative way to display the all the phone contact
NB: the default phone contact intent is not my requirment , i need to get all the phone numbers, and also if first name is empty i need to show the organization name
I don't need ribbons but i would like to have the blue/orange style.
Currently i planned to use WxWidgets but it seems to be not able to do anythink like this.
Do i have an alternative other then MFC + Featurepack ?
Hi All,
I am developing a application in which i need to prevent collapsable behaviour of a root node in tree view.
I tried using Before Select event.
Is there any alternative for it?
In .NET you can achieve something like this:
Color yellowColor = Color.FromName("yellow");
Is there a way of doing this in Java without having to resort to reflection?
PS: I am not asking for alternative ways of storing/loading colors. I just want to know wherever it is possible to do this or not.
I really want to know more about the update, export and the values that could be given to hbm2ddl.auto.
I need to know when to use the update and when not? And what is the alternative?
These are changes that could happen over DB:
New tables
new columns in old tables
columns deleted
data type of a column changed
a type of a column changed it attributes
tables have been dropped
values of a column has changed
In each case what is the best solution?
I have a format of pages that I want to perform an A/B comparison on using google website optimizer.
the URLs look as follows - the first page I want to compare...
<mywebsite.com>/request1/([a-zA-Z0-9\-]*)_([0-9]+).htm
vs
<mywebsite.com>/request2/([a-zA-Z0-9\-]*)_([0-9]+).htm
the goal page is
<mywebsite.com>/request-sent.htm
How can I set this up in google website optimizer? If it's not possible, are there alternative solutions available for doing such comparison reports online?
I started to stumble Facebook App development and can't get my Application to be added as a tab in the fan page, I think my Application should have a support for being able to be installed as a tab? what is the best practice the one I found on docs - Profile.setFBML method, but they are saying that it will be removed soon, can't get what is the alternative =) , so how should I implement the tab support for my App
Right now my Boolean values for my JTable display as JCheckBoxes. This would normally be fine but I would like to display them as either an alternative String or image.
I can get them to display as true/false but I would like to display them as a checkmark (?) if true and nothing if false. Possibly an image but lets do a String first...
Hi,
Is it possible to generate word documents (*.doc) in java web application using Eclipse BIRT (Report Engine)? I want .rptdesign to be an input file in generating process. I could not find any example or tutorial.
What would you recommend as an alternative solution. As far as I know Jasper Reports allow only RTF format generation.
Thank you for your answer/explaination
I have 3 spans inside a div.
text-align:center isn't working (tried on the parent too)
text-align: -moz-center neither (on ff2)
i have to use spans
no floats
-moz-inline-box or -moz-inline-stack ?
with -moz-inline-block it's working but the 2nd and 3rd spans clear left…
Anyone got an idea? (fixing #6 is an alternative)
Hi,
I need to define an appender for log4net in a way that I get one log file for each day, but the total number of files are limited to, let's say, 30. That is I want to keep only the logs not older then 30 days, delete the older ones.
I've tried doing it with RollingFileAppender, but it seems that specifying a limit of files to keep is not supported. Do you know of an alternative solution that I could use?
When dealing with cell arrays, I can use the deal() function to assign cells to output variables, such as:
[a, b, c] = deal(myCell{:});
or just:
[a, b, c] = myCell{:};
I would like to do the same thing for a simple array, such as:
myArray = [1, 2, 3];
[a, b, c] = deal(myArray(:));
But this doesn't work. What's the alternative?
Hey guys, I have an idea that I'd like to start implementing that at the crux of it, will basically be a chat website, and will need to support multiple rooms. Quite frankly, I'm not too sure where to begin with regards to setting up a very sturdy/scalable chat system in python (or another language if you guys believe it to be a better alternative), so any suggestions that can get me pointed in the right direction will be greatly appreciated.
I recently built a site using Asp.Net.
The way I chose to implement user login is through a base 'UserAwareController' class, that all controllers extend. It contained a reference to the UserRepository, and exposed a protected GetCurrentUser() method that concrete controllers could query.
The whole process felt a bit wishy-washy to me. Is Action Filters a good alternative? What are its benefits? Is there something else I might be missing?
Hi,
It seems extract function is not supported by SQLite3 for timestamp types (ref). For example;
select
extract(year from l_shipdate) as l_year
from
...
gives the following error;
Error: near "from": syntax error
I wonder whether there is an alternative way to do this in SQLite3 (or through rewriting the SQL query).
Thanks in advance,
I have a document storage application that I need to integrate with a scanner software or create one on my own. I have very limited funding so buying an expensive alternative isn't really an option.
I thought about just linking to the customer's scanning software's executable and opening it when they want to scan but that just seems like a bad way of doing it.
Anyone have any suggestions on how I do this?
Thanks as usual,
Eroc
Rake allows for the following syntax:
task :my_task, :arg1, :arg2 do |t, args|
puts "Args were: #{args}"
end
I'd like to be able to do the same, but with RSpecs SpecTask.
The following unfortunately fails:
desc "Run example with argument"
SpecTask.new('my_task'), :datafile do |t, args|
t.spec_files = FileList['cvd*_spec.rb -datafile=#{args}']
t.spec_opts = ["-c -f specdoc"]
end
Is it possible to achieve this with a SpecTask, or is there an alternative approach?
The lack of expression trees in Compact Framework has bugged me for some time now, but I haven't really looked for a solution.
Today, I've found a blog post about an alternative System.Linq.Expressions built on top of Mono System.Core and used e.g. by db4o (you can find it here).
My question is - have you used this library and if so, what were your experiences with it (especially regarding performance)?
I am trying to figure out how SQL Server DBAs are doing their backups and verify in 2005. I use the Idera's free stored procs (which is no longer available to download btw) to backup and verify and have gotten around 65% compression. If there any other free alternative?
Thanks in advance,
-Subhash