Please suggest some articles, implementations or other resources that deal with making generic customizable integration interfaces(csv+xml-rpc,soap,custom xml) for existing PHP applications.
Thanks!
I have Windows Server 2008 R2 Enterprise(Licensed Copy) installed in my Laptop. I have installed this to evaluate Latest 64 bit Products of Microsoft like Share point 2010 etc.
Now i want to install Windows 7 Ultimate(Original) without removing the Server OS.
Basically, i want to make my laptop Dual Boot. I tried To install Windows 7, but it not showing any options for making dual boot.
Can anybody,please suggest the solution. I need to install immediately.
I'm new to T-SQL command MERGE so I found a place in my SQL logic where I can use it and want to test it but can't figure out how exatcly should I use it:
IF (EXISTS (SELECT 1 FROM commissions_history WHERE request = @requestID))
UPDATE commissions_history
SET amount = @amount
WHERE request = @requestID
ELSE
INSERT INTO commissions_history (amount) VALUES @amount)
Plase suggest the proper usage. Thanks!
Hi,
I m developing asp.net application in which I m opening HTML page that is stored on client machine on that page I have a link which will open aspx page on server, On that aspx page I have a button that will open another html page stored on client machine.
Since I m new to web development Plz help me and suggest me some solutions for this ASAP.
Thanks....
i want to develop a property listing website just like https://www.websites4yourlistings.com/
Do you guys know of any free open source script i can use for the following tasks
Gallarey script that has title and description, that can be uploaded by clients of deleted
Pls suggest a method to create different template from the same layout by using different colours, css, back ground image
Do you know any script that i can use to create a subdomain from my script?
thanks for helping
Dear friends,
I'm trying to set up a small full functional website for a small community on a shared hosting. Scientific computing is quite heavy. Scalability is not important. The only criterion is performance. Which framework would you suggest among the following:(or more) from your list)
1)Ruby on Rails
2) Grails
3) asp.net
4) zend
I'm really new to this area, only starting reading some books and googling different blogs...so your expertise is really appreciated!
thanks!
I am unable to access certain websites from my PC viz. google.com, gmail.com , stackoverflow.com, etc. However, I am able to access facebook.com, twitter.com, infoq.com etc. Currently I am accessing Google via proxy server. I suspect that the problem might exist with websites that have used ASP for scripting. Please suggest a solution to the problem that I am facing.
While studying for the 70-433 exam I noticed you can create a covering index in one of the following two ways.
CREATE INDEX idx1 ON MyTable (Col1, Col2, Col3)
-- OR --
CREATE INDEX idx1 ON MyTable (Col1) INCLUDE (Col2, Col3)
The INCLUDE clause is new to me. Why would you use it and what guidelines would you suggest in determining whether to create a covering index with or without the INCLUDE clause?
I wonder, if it is ethical to attend interview for the purpose of self evaluation?
Sometime I suspect that I am below average to my experience (but certainly not worst).And I keep reading books, do code almost everyday.
But in order to understand What it takes to be a good developer and find better job when need arises, Can you guys suggest to attend interview for just self evaluation. is it ethical?
Kindly share your thoughts.
There are a lot of libs to work with mp3 tags, but I need just 2 functions - split mp3 file in 2 parts and the second one to merge 5 mp3.
Can you suggest anything?
Thanks!
Does WebView support Find and Replace? The docs suggest that it does i.e. performFindPanelAction: appears to be implemented, but the Find panel will not enable it's buttons.
Any ideas?
MT
Can anyone suggest a guideline on when to use SnapsToDevicePixels in WPF 4.0?
Should it only be used occasionally if there is an issue, liberally throughout an App, only on certain controls or what?
hi all,
i am new to Iphone programming.
I want to copy a folder(which contains subfolder hierearchy and files) from resourse folder to application folder. i have no idea about this.
Please suggest how can i do this task?
Thanks
Hi All,
I want to convert my text into HTML format, it would be just like this that I just copy paste the text from word, pdf [with formatting & colors] to the editor and it will convert it into HTML tags, so that when I decode it again it would give me the same format that I have pasted.
I am almost happy with the page brezeer but sometimes it destroy the formatting.
Please suggest me any other editor.
Thanks in advance
hi,
I am making an iphone application in which after login we will go through some steps and then finally we make a call from within the app. As we know on making call our app quits so plz suggest me how to resume that state on relaunching the app?
1-login
2-some steps
3-list of numbers
4-call
Any help will be appreciated.
Thanx..
I have the following method in a js file in ASP.Net web project. This method is giving the error
Cannot call method 'split' of null
function loadUser_InfoCallBack(res)
{
var ret=res.value;
var senderGUID = ret.split(';')[0];
var senderText = ret.split(';')[1];
if(senderGUID.Length>0)
{
$('hiddenSender.value')=senderGUID;
$('hiddenText.value')=senderText;
}
}
Can anybody suggest the reasons for this error..
Is it possible to call a handler using javascript code? e.g. i have a handler deployed at this location http://mysitename.com/getMyData.ashx. Can I call this handler or just request it using javascript? Is it even possible or not? Please suggest.
I have window XP 2003 server, which is placed in a room where no one can enter to logon it.
for monitoring some applications
I created a consol application myServer.exe, which dont have any UI,
I want that this application (e.g., myServer.exe) start automatically as window bootup (e.g., before window logon)
and I need to do this work using windows service.
need your help.
(note: please dont suggest me any other solution, I need to use windows service to accompalish this task)
Hi,
I'm a new user to this interesting forum!
I want start developing an application for android and before starting i want learn about some android features...
The first android feature is how to correlate finger motion on the screen with java...
Are there any source code examples that show how to draw with your finger on an android screen?
Can you suggest a good place for me to download an example?
thanks
Hi All,
I handle a website which is designed in GWT and I want to check if internet connection goes down in between accessing the website. If internet is down I want to give message as cannot connect to server or something like Gmail handles it.
Can anybody suggest what will be the best way to handle this?
Hi folks,
I need to perform a lot of serializing and de-serializing in an application.
The data is POST parameters and Cookie headers.
Does anyone have any fast libraries to suggest or efficient ways to perform these operations?
<select><option><input type="checkbox" />Headache</option></select>
By using the above code i did't get a check box inside a dropdown list.Can you suggest me , how should i proceed.
I'm having trouble writing a regular expression that matches valid IPv6 addresses, including those in their compressed form (with "::" or leading zeros omitted from each byte pair).
Can someone suggest a regular expression that would fulfill the requirement?
I'm considering expanding each byte pair and matching the result with a simpler regex.
While going through some legacy code today I discovered that you can declare a C# class without placing it in a namespace (in this scenario I have an ASP.NET WebForms application and some of the web forms are not declared within any namespace).
A GetType() on such a class returns a type where the namespace property is set to null.
I did not know that this was allowed - can anyone suggest why it would be desirable to have a class that is not declared within a namespace?
I am in need of date picker javascript which allows date in mm/dd/yy format.
And also it should have good resolution and should be non-popup based.
I searched in google but not getting my exact requirements.
Plz suggest me the proper source.
Thank You.