Hi to all! I can't choise between Microsoft stack and Java stack.
I'm start to develop highload system. Over 500 000 transactions per day.
Best choice is Java stack or Microsoft ?
Haven't seen this before so hopefully someone has a easy solve, I have a 3 feature panel divs side by side, what I want happen is the 1st panel has a "hover" class added so I can change the background etc and then on a timed interval the hover class jumps to the next panel then the next panel then back to the start on a loop.
Also on a side note can you keep the code in mind to be able to add more then 3 feature divs so you could have for example 6 or more or less etc.
I've just inherited a large project previously coded by about 4-5 people. The documentation consists of comments, and is not very well written. I have to get up to date on this project. How do I start? It consists of many different source files. Do you just dig in? Are there tools that can help visualize the structure/flow?
I need to write a recursive function that can add two numbers (x, y), assuming y is not negative. I need to do it using two functions which return x-1 and x+1, and I can't use + or - anywhere in the code. I have no idea how to start, any hints?
My debugger does not work when I start project in debug mode.
But when I set checkbox
Allow the source code to different from the original version.
Debugger works. But solution not wokrs properly. For example for files with build action "Content" and Copy to outputDirectory to "Copy if newer" does not copy to bin/Debug
Is anybody know the solution?
I have this kind of array, i will make it very simple to understand
$picture = ( 'artist2-1_thumb.jpg',
'artist2-2.jpg' ,
'artist2-3_thumb.jpg',
'artist2-4.jpg',
'artist2-5_thumb.jpg');
Now i want use substr to get new array that only have thumb, to have new array like this
$picturethumbs = ( 'artist2-1_thumb.jpg',
'artist2-3_thumb.jpg',
'artist2-5_thumb.jpg');
Can some substr but where to start?
When I reboot an EC2 instance, do I get the initial image again, or is the state of the hard disk before the reboot kept?
And what happens with billing, does the hour start again, or do I continue with the fraction of the hour I was in when I rebooted?
Hey Everyone!
I just want to get valuable suggestions from your side that which language should I go for. I have learned C, C++ and Java upto GRADUATION level. Now i want to be professional in any language. Which one should I go for. is it okay to start with VB or any suggestions from your side.
Thank you !
What does this line mean? I havn't done C in a few years. Does it perform the operation in parens then make the int result a pointer??
b[0] = *(start + pos++);
I am unable to print prn file on network printer from .Net window Service.
I use File.Copy method but it does not work. I use cmd.exe through Process.Start method but it does not work. But If I copy the same code in windows form application then it works fine. Can anybody help me.
Hello,
I created a .NET 2.0 application on Windows 7.
When I tried to run the .exe on my Windows XP machine [SP3 as well as SP2], it doesn't start up. It shows me a message that Windows has encountered a problem....send error report...
Any known issues?
Thanks for help!
Hello,
I want to start a process (calling another program), currently the external program takes time (it is normal)!
but it freezes my GUI
I saw allot of examples and I'm learning, it is hard to figure it out,
trying to read and learn threading, but it is not that easy (at least for me)
and good simple tutorial or code sample?
cheers
Hi everyone
I was wondering how I could start generating temporarily download links based on files from a protected directory (e.g. /downloads/). These links need to be valid until someone used it 5 times or so or after a week or so, after that the link shouldn't be accessible anymore.
Any help would be appreciated.
Using delayed_job to send emails- files are filename.text.html.erb
Sometimes they show up in my inbox rendered properly and sometimes they show up as HTML code.
I notice that when I stop and start the delayed_job daemon on the server, it seems to help in some cases but not all the time.
Any ideas?
Hi everyone,
I am trying to call a method that passes an object called parameters.
Thread t1 = new Thread(delegate() { target.DoWork(parameters); });
t1.Start();
My test is failing all the time and i am not able step through the method..
Can someone please put me in the right direction
Thanks
I have a strange problem,
I am trying to order the output of a set of records by a field called displayOrder. Now even though record A has a displayOrder of 2 and record B has a displayOrder of 1000, record B still shows up before record A. Here's my select statement:
SELECT * FROM items ORDER BY displayOrder ASC
It works fine until I have a record greater than 9, then 10, 11, 12, etc are seen as smaller than 2, 3, 4 because they start with the number 1. Any way to fox this?
var query = from d in testPersons.person
where d.Name == txtbox
select d;
txtbox is text box on View page.
How change this code to return all names who starts with any part of name?
For example:when I type R in text box, on View page, this query should return all names who is start with character R
I am using the Jquery Validation plug-in, however i need to add a "custom rule", i have 2 date fields and i need to ensure that the end date is not less than the start date. My problem is how to pass the two fields in as elements.
As i understand u set up a custom function something like this :
function customValidationMethod(value, element, params){ }
But can't see how i could use it with two fields, if anyone has any ideas it would be greatly appreciated.
how can i change the initial directory on emacs (i start using it today, and there are a lot of things to learn!!),
right now im using M-X cd and then i change the directory that i use for C-x C-f, but in a daily work im gonna use heavily one particular directory so i need to make the change permanent...
also if you have some tips for a starter it will be nice
on the web you can deep link to youtube videos like this:
http://www.youtube.com/v/wiTSbmxssBQ&&start=20
is there a way to make this work on the iphone?
thanks!
Hi, im using datepicker v2. And I have a question. Is there a possibility to let the currentdate have a offset of 2 days. For example; today is it 14may. Can i let the datepicker start today with 16may? And that 14&15 aren't selectable?
Greetz from Belgium
Hi.I created app that searches via blue tooth mac addresses and compare match them with data base. But I want to try not matching Mac Addresses , I want to make it like taking photo and matching with in database. For this what should I do? Where to start? I have an DB that includes all value for students with an Mac addresses I thing instead of Mac addresses I will add only photos.But Matching Two photo is hard way?It don`t have to be like FBI using :)