User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 429,952 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,487 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 22 of 22
Search took 0.01 seconds.
Posts Made By: hanifa
Forum: Java Mar 18th, 2008
Replies: 0
Views: 1,896
Posted By hanifa
Help Get Pixel values from Image

Hi,
I am writing a code to get pixels value of the entire image and store it into a array.
But i am facing the problems, as outlined below.
I would be grateful if someone could help me in...
Forum: XML, XSLT and XPATH Feb 12th, 2008
Replies: 0
Views: 1,019
Posted By hanifa
Help Using Axis C++ Server with Axis Java client

Hi,
this is my requirement :
I have a c++ library/API in the server and client computers running Java applets can send data over to the server and server after processing will send the...
Forum: Java Jan 29th, 2008
Replies: 1
Views: 781
Posted By hanifa
Help Java Applet calling C++ Code

Hei guys,
I have a c++ library of sorts. A user has written a Java Applet and wants to be able to call the C++ library functions.
This is something my supervisor proposed. He suggested that Applet...
Forum: C++ Jan 28th, 2008
Replies: 0
Views: 346
Posted By hanifa
Help Applet calling C++ Code

Hei guys,
I have a c++ library of sorts. A user has written a Java Applet and wants to be able to call the C++ library functions.
This is something my supervisor proposed. He...
Forum: C Sep 27th, 2007
Replies: 0
Views: 1,534
Posted By hanifa
Help Calling Matlab functions from VS.NET

I have already posted this on Mathworks website, but currently till now nobody has been able to solve it.
Basically, I want to port over matlab code in .m format so I can call the matlab functions...
Forum: XML, XSLT and XPATH Feb 11th, 2007
Replies: 2
Views: 3,834
Posted By hanifa
Help Re: Ignoring xmlns namespaces in the input xml file

Actually the truth is when i remove all the
<Root xmlns="http://www.wfmc.org/2002/XPDL1.0" xmlns:xpdl="http://www.wfmc.org/2002/XPDL1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Forum: XML, XSLT and XPATH Feb 8th, 2007
Replies: 4
Views: 2,337
Posted By hanifa
Solution Re: XML Tranformations

Just Changing to Solution Icon...
Solution is in the above thread.
Forum: XML, XSLT and XPATH Feb 8th, 2007
Replies: 2
Views: 3,834
Posted By hanifa
Help Ignoring xmlns namespaces in the input xml file

Hi guys,
Here is my snippet of input xml file..
<Root xmlns="http://www.wfmc.org/2002/XPDL1.0" xmlns:xpdl="http://www.wfmc.org/2002/XPDL1.0"...
Forum: XML, XSLT and XPATH Feb 8th, 2007
Replies: 4
Views: 2,337
Posted By hanifa
Re: XML Tranformations

Hi guys, finally found a solution to my problem. If you guys are interested, U cud chk out the solution here...
http://forums.asp.net/thread/1557045.aspx

Cheers again..
Forum: XML, XSLT and XPATH Jan 31st, 2007
Replies: 4
Views: 2,337
Posted By hanifa
Help Re: XML Tranformations

Hi, let me rephrase the question to make it more comprehendable.

Initially, I had input file with this format.
<Activity routeattr="4ID">
but later I had changed it to
<Activity>
...
Forum: XML, XSLT and XPATH Jan 31st, 2007
Replies: 4
Views: 2,337
Posted By hanifa
Help XML Tranformations

Hi this is my first paste...
http://paste.plone.org/12700 (http://paste.plone.org/12700)[Contains my input.xml and transform.xslt and output file it generated.
http://paste.plone.org/12706 .. this...
Forum: XML, XSLT and XPATH Jan 17th, 2007
Replies: 1
Views: 1,718
Posted By hanifa
Help XML Transforming Help

This is my input.xml file. input.xml (http://paste.plone.org/12516)

This is my output.xml
output.xml (http://paste.plone.org/12518)

This is xsl transformer file.
tranformer.xsl...
Forum: XML, XSLT and XPATH Jan 15th, 2007
Replies: 5
Views: 2,295
Posted By hanifa
Help Re: XML Transformations

hi guys, sorry for the late reply..Was away for a few days.
Anyways, my collegue passed me a partially completed xsl file and he told me, he was using Pyana (XSL parser)..
What I want to...
Forum: XML, XSLT and XPATH Jan 12th, 2007
Replies: 5
Views: 2,295
Posted By hanifa
Help XML Transformations

Hi guys i am pretty new to XML. Well I have transform a xml file in format A(let's say) to format B. By surfing the websites, I found that XLST can do this.But these 2 formats dun not neccesarily...
Forum: MS SQL Sep 15th, 2006
Replies: 3
Views: 2,881
Posted By hanifa
Help connection problem via driver

Hi,
My server machine is running on Windows XP and running MSSQL.
I have another client machine which also installed on Windows 2000 and since i cannot install the whole MSSQL, I installed the...
Forum: MS SQL Aug 17th, 2006
Replies: 4
Views: 4,513
Posted By hanifa
Solution Re: MSSQL connection strings

Hi it is solved.. the linux problem...
I never knew MSSQL uses different port for every instance...dats it...
Bottom line: U must specify ur port number in ur connectionstring..

Cheers
Forum: MS SQL Aug 17th, 2006
Replies: 2
Views: 1,479
Posted By hanifa
Help SQL query

Hi guys,
Need some help in some query processing...
Here goes,this is the results i have obtained so far
|id |cat | name |
1 .....a ...
Forum: MS SQL Aug 14th, 2006
Replies: 4
Views: 4,513
Posted By hanifa
Re: MSSQL connection strings

Hi man,
Your above solution werks..I am hosting to the database and my collegue running on Linux has prob connecting. He can connect to the 193.168.1.111 but not to the one with the...
Forum: MS SQL Aug 4th, 2006
Replies: 3
Views: 3,519
Posted By hanifa
Help Re: Min function

Hi,
Below stated is my original query from my database but for the sake of simplicity , I have used the pubs database to convey my thoughts.

select p.pub_name,min(t.price),max(t.price) from...
Forum: MS SQL Aug 3rd, 2006
Replies: 3
Views: 3,519
Posted By hanifa
Min function

Hi guys,
I have this situation..
The Min funcition in SQL returns lowest value in query but I what to return is the 2nd lowest instead.
Take this table for example...
Forum: MS SQL Jul 24th, 2006
Replies: 4
Views: 4,513
Posted By hanifa
Re: MSSQL connection strings

Thanks a million...It finally werks... After a shit whole of week, sumtin to cherish..

Kudos to U guys at daniWeb...
Forum: MS SQL Jul 24th, 2006
Replies: 4
Views: 4,513
Posted By hanifa
Help MSSQL connection strings

Hi,
I am using MSSQL (Microsoft SQL)to liase with python via third party driver.
Well here goes...
I have created two instances of SQL registration in my Enterprise manager. It is under...
Showing results 1 to 22 of 22

 
All times are GMT -4. The time now is 11:18 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC