Hi
there are some vs2005 c++ files in PJNSMTPCONNECTION Classes, but my application is in vc6,
now can any one tell whether CSTRINGA, CSTRINGW are available in vc6..
if not how overcome this problem
We have all seen countless instances of forms with a select drop down having one of it's options as "Other" and on choosing that option, we get to see a input text box (which was hidden all along) asking us to type in our input.
Is there a better way to implement this? Are there plugins out there which will let me do this better? Or are standard…
Hi All,
I am trying to integrate MyspaceID into our new application (which doesn't run on myspace) where we would like to use OAuth for authentication then pulling Myspace user profile data.
Can we use OpenSocial client library to build off-site (myspaceid) applications? or I have to use Myspace SDK?
Hi,
I have created a multi module maven project. Now I have shared the project with a internal SVN repository.
Now I want to give authorization to user based on the module user is owner of. So if a user does not have right to a project; he/she will not be able to checkout the project form svn repository. But he/she will get a source…
I have written the following code in my Rails app to generate XML. I am using Aptana IDE to do Rails development and the IDE shows a warning that the code structure is identical in both the blocks. What changes can be done to the code to remove the duplicity in structure? Is there any other way to write the same?
xml.roles do
…
I have compiled and built my VC6 application code in vs2005, but while running I am getting an error saying could not load the DLL. Once I check this with dependency walker I found that ieshims.dll and wer.dll are missing. I searched for those dll's but I could not fine them.
How do I resolve this problem?
I am working on legacy project. Now the situation demands project to be divided
into parts. What strategy I should follow to do this task.
Description:
The legacy project (A) is fully functional web application with almost well
defined layers. But now i need to extend the project to a further enhancement.
This project usage…
Hi all,
I have created a shell script to start a server program.
startup.sh start
When above command will executes, it will try starts the server as adminuser. To achieve this my script has written like this.
SUBIT="su - adminuser -c "
SERVER_BOX_COMMAND_A="Server"
##############
# Function to start cluster
function…
Hi,
I have a situation. My application is sending multiple SMSes to end client this number varies from 50000 to 100000 SMSes at any point of time. To achieve this functionality i am using Kannel as sms sender interface.
So My solution is complete. But only in development environment! Before going to be in production I…
I have created an organizational chart using ASP.NET on web page. The web page is using strict DOCTYPE and following W3C standards.
The chart has a hierarchical layout decided by the manager field in the table that contains employees in the organization.
The chart layout has nodes with employee image and other…
I have to capture Site seal. Which provided by third party for my site has been validated and is secured for online transactions. I couldn't capture its element id. If i right click it shows an alert "This Site Seal is protected". Is any way i can capture this by selenium.
you can find site seal below the bottom…
Hai i'm having a subdomain (abc.example.in) but this is referred to mydomain/folder . the thing is i want the mask URL links and the masked url should be displayed following with sub domain can any one help me out .
mydomain/folder/path
to
abc.example.in/path
I recently came across a forum post in thelink text android developers group. (link below)
It has one post which contains following xml. It is xml file which can be used in drawable folder.
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Non focused states -->
<item…
We are about to automate number of process for our reporting team.
(The reports are like daily reports, weekly reports, monthly reports, etc..)
Mostly the process is like pulling some data from the oracle and then fill them
in particular excel template files.
Each reports and so their templates are different…
Right now we are using Fastpath ODBC DSN connection method to access our "ARUNA" db.
Our development platform is .NET C#.
But we are in need of connecting the DB without using DSN. Till now my search in google is turning futile. In the meantime I think i will get my answer here quickly.
Is it possible to…
hi,
Is there any way to manually track the changes done to a clientdataset's delta and update the changes manually on to then db. i have dynamically created a clientdataset and with out a provider i am able to load it with a tquery, now user will do some insert update and delete operations on the data…
I'm working with core java and IBM Websphere MQ 6.0. We have a standalone module say DBcomponent that hits the database and fetches a resultset based on the runtime query. The query is passed to the application via MQ messaging medium. We have a trigger configured for the queue which invokes the…
Hello All,
I am using cakephp 1.3 on LAMP (ubuntu 9.04) platform.
Trying the database migration with cakephp inbuilt schema generation script.
I am inside the app folder & When i fire a command in the terminal 'cake schema run create schema file name', It is giving me the error that…
Hi
My project is web application running in the tomcat container. This application is a spring framework based hibernate application.
The problem with this is it takes a lot of time when creates session factory. here is the logs
2010-04-15 23:05:28,053 DEBUG [SessionFactoryImpl]…
Hi All/Alex,
I am getting Based 64 not encoded for PaReq although I am actually encodin it.
Please suggect some solution I know Alex asking same kind of question.
I want to extract a specific data from the website from its pages...
I dont want to get all the contents of a specific page but i need only some portion (may be data only inside a table or content_div) and i want to do it repeatedly along all the pages of the website..
How can i…
Can I launch Squeak as a REPL (no GUI), where I can enter and evaluate Smalltalk expressions? I know the default image don't allow this. Is there any documentation on how to build a minimum image that can be accessed from a command-line shell?
Hello All,
I am using Ubuntu + cakephp 1.3. I am trying the database migration with the help of cakeDC migration plugin. I configured the plugin as per the instructions.
But when i goes to the terminal, goes to the path of the application application_path/app/ dir then fire a…
What's the difference between
try {
fooBar();
} finally {
barFoo();
}
and
try {
fooBar();
} catch(Throwable throwable) {
barFoo(throwable); // Does something with throwable, logs it, or handles it.
}
I like the second version better because it gives me…