Title says it all.
In regards to action heplers, routes, etc...
I look forward to answers from people who've worked with both ASP.NET MVC and some PHP MVC project...
Hi,
I wonder how to label each equation in align environment? For example
\begin{align} \label{eq:lnnonspbb}
\lambda_i + \mu_i = 0 \\
\mu_i \xi_i = 0 \\
\lambda_i [y_i( w^T x_i + b) - 1 + \xi_i] = 0
\end{align}
only label the first equation and only the first equation can be referred later.
Thanks and regards!
We are changing from SourceSafe 2005 to visual svn.
How can an exisiting project be added to a solution
Example:
I create solution1 with 3 projects and add to /trunk
I create solution2 with 1 project and add to /trunk
In solution1 I add existing project from solution2, but I cannot add to subversion. I get "out of working copy, use the VisualSVN-Set Working Copy root menu"
In SourceSafe2005 it would just link, what is the procedure for VisualSVN? Branch?
Regards
_Eric
Hello
I've a string @mainString = 'CATCH ME IF YOU CAN'. I want to check whether the word 'ME' inside @mainString.
So how to check if a string has a substring in sql?
Thank you
Regards
NLV
Hi,
is there any way in Eclipse to format a code that contains divs in the way Netbeans do it?
I mean, if you have this in Netbeans:
div
/div
/div
div
and you format it (Source Format), it becomes this way:
div
div
/div
/div
Regards
Javi
I have only .APK file of PDF Viewer and my requirement is to use pdf viewer for reading document called through Web API . Is there any possibility to integrate these two in same package apart from source code ?
Waiting for reply. Thnaks in advance.
Regards,
Praween
Hi Experts,
I am writing a regular application for Blackberry. I want to know, is there anything similiar to JAD for pure native blackberry application (no j2me) ? If JAD is applicable to regular BB app then please guide me to use JAD for it.
Kind Regards
-Durgesh O Mishra
Hi,
I would like to overload the (/) operator in F# for strings and preserve the meaning for numbers.
/// Combines to path strings
let (/) path1 path2 = Path.Combine(path1,path2)
let x = 3 / 4 // doesn't compile
If I try the following I get "Warning 29 Extension members cannot provide operator overloads. Consider defining the operator as part of the type definition instead."
/// Combines to path strings
type System.String with
static member (/) (path1,path2) = Path.Combine(path1,path2)
Any ideas?
Regards,
forki
Hi,
I was using python 2.5 and django 1.0.2. But I moved to python 2.6 and django 1.2 recently and I'm getting the following error now during the migrate:
http://slexy.org/view/s2HCFJj0yL
After running migrate several times, it eventually passes.
I have 5 different apps under migration and I thought it can be dependencies issue. But I have no migrations calling other apps.
So what can be the problem?
Regards, Arshavski Alexander.
Hi,
I want to make a WPF datagrid look similar to the HTML grid in the following picture:
http://img443.imageshack.us/img443/2563/saltoftheearth.jpg
Does anyone know an easy way to do this ?
Regards,
S.
Hi guys!
I have created a .NET web service using C# and ASP.net
I like to upload or host it online, so that I pass the URL to my friends for use.
please help me with the steps of upload the web service.
Thanks a lot
regards
Kai
Hi,
I want to use two tableviews under the segmentedcontrol. one is plain styled and the other is groupstyled. How can i controll the delegate and datasource for the two table views?
--
Regards,
Syed yusuf
Hi,
I'm using MS EnterpriseLibrary.Logging and that works perfectly.
But the logfile(s) are placed in where the program file are located.
How do I get it to place my logfiles in individual users applicationData folder??
The folder I'm talking about is the one you get by calling
"Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)".
Any help appreciated :-)
Best Regards
Søren
hi friends,
I m creating a game, in that i want to use some animation, but i m new to animations.
I want to create an image ,as soon as i click on imageview, the image should come in bouncing manner as if it is a Ball, so is it possible to do so??? The image is predefined for the game.and it must come after touch begin event occures, can any one help me???
regards
viral.
Hi,
I'm using rich:toolbar with backing bean menuAction method.I'm facing one problem in
menu link icons.Suppose if i ve child menu in my parent menu it is displaying "hand symbol"
for that.else if i dont ve any child menu in my parent menu it is showing "I" this
icon.While clicking parent menu(without having child menu) i want hand symbol icon instead
of "I" this icon.
please help me.......
Regards,
Ramesh G
Hi All,
I want to store the file and file information into the database automatically, when any file is inserted into the directory.
Let suppose, in the /etc directory, we store some log files. And if we are inserted new file into /etc directory or change any existing file then automatically these file information should be go to specific database table.
How can i do that.
Regards,
Amit
hi,
I Want get All Code of stored procedure from database and convert that procedure in textfile and save that textfilke in perticular path in c#.net window application.
please reply me,
Regards,
Sanjay Chaudhari
Mumbai,
India.
Hi guys,
I'm doing a system for a hospital in my country as the final year project of my degree, my supervisor specially asked me to use php and mysql for this. i don't have any experience with distributed systems and php programming, can any one help me out to build my base and improove my knowledge stating some sites, books to refer to overcome this matter.
regards,
rangana.
Hello Sir,i want to know how to calculate the accelerometer movement.When i place the mobile horizontally in idle state and similarly when i place the mobile in hands,So there accelerometer value change when it is place horizontally or while it is in hand vertically.How To Identify them,Any Sample Codes will be useful
Regards
Rakesh Shankar.P
Hi All,
(Yesterday, I had a question about cross section. Sorry due to repeating the question. I could not use the "edit" property of the page since it was not available on the screen.)
Could one explain me how to have the points that are on the intersection curve of a 3d mesh object and a plane.
Regards
J.Jack
Hi everyone,
I'm trying to develop web service client by using VC++6.0 and I need to create digital signature base on pkcs12 standard. Can anyone tell me the way to create and verify digital signature. Thank you very much
Best regards.
Tuan Tu
hi
when I append jquery datepicker to my asp textbox, by clicking on it, my browser auto shows the history of the dates i typed in a dropdownlist. Can I prevent this?
Set textbox to readonly isn't a good idea because asp.net doesn't read the values from read only fields in code behind.
any other ideas?
thank you and best regards.
marc
Can anyone please tell me why this result is generation only one results? taking in mind that everything is set right and the three tables are populated correctly, i took out the group_concat and it worked but of course with a php undefined index error!
SELECT `songs`.`song_name`, `songs`.`add_date`, `songs`.`song_id`, `songs`.`song_picture`, group_concat(DISTINCT artists.artist_name) as artist_name FROM (`songs`) JOIN `mtm_songs_artists` ON `songs`.`song_id` = `mtm_songs_artists`.`song_id` JOIN `artists` ON `artists`.`artist_id` = `mtm_songs_artists`.`artist_id` ORDER BY `songs`.`song_id` DESC LIMIT 10
so i'm guessing it's something related to group_concat.
best regards,
Rami