Subclasses
Office & Business (838 products)
-
10/10
Elite Email Marketing
Elite Email Marketing is a web-based email marketing solution available... -
10/10
Chameleon Clock
One of the most functional and nice looking clock available. Supports... -
10/10
Less Accounting
Simple, web-based accounting software designed for small businesses and... -
10/10
Mint
Mint is a refreshing money management software that keeps you finances... -
10/10
OpenOffice.org Writer
OpenOffice.org's word processor. Behaves like MS Word, opens and saves...
Forum
Quattro Pro filename has ~
I a wondering if anyone knows how to stop my files in Corel Quattro Pro Office X3 from being named file~.qpd instead of the regular filename.qpd.
Each time I save a document it is saving it as a portion of the name including ~ in it instead of the entire correct filename.
This just started happening in the last week and before was saving documents properly.
Any feedback on how to fix this is appreciated.
Thanks,
Dan
[...]
Each time I save a document it is saving it as a portion of the name including ~ in it instead of the entire correct filename.
This just started happening in the last week and before was saving documents properly.
Any feedback on how to fix this is appreciated.
Thanks,
Dan
Date: November 17, 2008 at 09:43
Author:
fixxxerdx
Last post: November 17, 2008 at 09:43
Replies: 0
Export to excel using jexcel api
Say I have given excel sheet name as MySampleExcel.xls in the coding.
1. I click on Export to Excel button - > open, an excel sheet is opened with the values exported to it from the backend.
2. If you see the excel sheet name in the top left corner, it is displaying as MySampleExcel(1). Next time, when you open , it is displaying MySampleExcel[2]. If you try to do Save As under File menu, it is saving with the numbers at the end of filename which is something like:
MySampleExcel[2]
MySampleExcel[3]
MySampleExcel(1)
It is randomly generating these numbers.
What could be the problem?
[...]
1. I click on Export to Excel button - > open, an excel sheet is opened with the values exported to it from the backend.
2. If you see the excel sheet name in the top left corner, it is displaying as MySampleExcel(1). Next time, when you open , it is displaying MySampleExcel[2]. If you try to do Save As under File menu, it is saving with the numbers at the end of filename which is something like:
MySampleExcel[2]
MySampleExcel[3]
MySampleExcel(1)
It is randomly generating these numbers.
What could be the problem?
Date: November 17, 2008 at 07:12
Author:
subashini
Last post: November 17, 2008 at 07:12
Replies: 0
Export to excel using jexcel api
Say I have given excel sheet name as MySampleExcel.xls in the coding.
1. I click on Export to Excel button - > open, an excel sheet is opened with the values exported to it from the backend.
2. If you see the excel sheet name in the top left corner, it is displaying as MySampleExcel(1). Next time, when you open , it is displaying MySampleExcel[2]. If you try to do Save As under File menu, it is saving with the numbers at the end of filename which is something like:
MySampleExcel[2]
MySampleExcel[3]
MySampleExcel(1)
It is randomly generating these numbers.
What could be the problem?
[...]
1. I click on Export to Excel button - > open, an excel sheet is opened with the values exported to it from the backend.
2. If you see the excel sheet name in the top left corner, it is displaying as MySampleExcel(1). Next time, when you open , it is displaying MySampleExcel[2]. If you try to do Save As under File menu, it is saving with the numbers at the end of filename which is something like:
MySampleExcel[2]
MySampleExcel[3]
MySampleExcel(1)
It is randomly generating these numbers.
What could be the problem?
Date: November 17, 2008 at 07:12
Author:
subashini
Last post: November 17, 2008 at 07:12
Replies: 0
Export to excel using jexcel api
Say I have given excel sheet name as MySampleExcel.xls in the coding.
1. I click on Export to Excel button - > open, an excel sheet is opened with the values exported to it from the backend.
2. If you see the excel sheet name in the top left corner, it is displaying as MySampleExcel(1). Next time, when you open , it is displaying MySampleExcel[2]. If you try to do Save As under File menu, it is saving with the numbers at the end of filename which is something like:
MySampleExcel[2]
MySampleExcel[3]
MySampleExcel(1)
It is randomly generating these numbers.
What could be the problem?
[...]
1. I click on Export to Excel button - > open, an excel sheet is opened with the values exported to it from the backend.
2. If you see the excel sheet name in the top left corner, it is displaying as MySampleExcel(1). Next time, when you open , it is displaying MySampleExcel[2]. If you try to do Save As under File menu, it is saving with the numbers at the end of filename which is something like:
MySampleExcel[2]
MySampleExcel[3]
MySampleExcel(1)
It is randomly generating these numbers.
What could be the problem?
Date: November 17, 2008 at 07:12
Author:
subashini
Last post: November 17, 2008 at 07:12
Replies: 0
ICONTACT Potential Problem
There is a problem that you should be aware of with icontact. This problem is when making a form for a list, like on your business website, for example. If a user does not respond to the opt in, or if he/she unsubscibes; that user cannot resubscibe to your contact list.
This can be a huge problem. It is for me, I work for a growing company, and the more we are in the news, someone in the past, who unsubscibed to our info, may want to resubscribe. But iconact will not allow that to happen, causing us to lose a potential customer. That potential customer is critical, escpecially when we are trying to grow our business, and product.
I have called iContact and they said that is done by design. I suggest they rethink that.
[...]
This can be a huge problem. It is for me, I work for a growing company, and the more we are in the news, someone in the past, who unsubscibed to our info, may want to resubscribe. But iconact will not allow that to happen, causing us to lose a potential customer. That potential customer is critical, escpecially when we are trying to grow our business, and product.
I have called iContact and they said that is done by design. I suggest they rethink that.
Date: October 20, 2008 at 15:12
Author:
billy
Last post: October 20, 2008 at 15:12
Replies: 0
how i use icontact api
tell the method to use api in my template
[...]
Date: October 13, 2008 at 08:18
Author:
professer
Last post: October 20, 2008 at 04:36
Replies: 1
MS Word to XML conversion
Hi All,
I want to convert MSWord document to XML. I want to follow the same steps as I am following currently from the frontend on ms-word docs with my java code also.
1. Open the MsWord docs.
2. Click on the saveas option.
3. select .xml as its save type.
4. save it.
By doin so whole data will be converted into the different nodes and tags.
This I want to follow with my java code. Is there a way by which I can convert the ms-word document to xml.
Please help me if anybody having answer of it.
Thanks
Kushagra
[...]
I want to convert MSWord document to XML. I want to follow the same steps as I am following currently from the frontend on ms-word docs with my java code also.
1. Open the MsWord docs.
2. Click on the saveas option.
3. select .xml as its save type.
4. save it.
By doin so whole data will be converted into the different nodes and tags.
This I want to follow with my java code. Is there a way by which I can convert the ms-word document to xml.
Please help me if anybody having answer of it.
Thanks
Kushagra
Date: October 16, 2008 at 04:34
Author:
kushagra
Last post: October 16, 2008 at 04:34
Replies: 0
intro from:-Our main business is of Accounting Outsourcing
Hi again!!!
Thanks for your co-operation.
Now I will like to brief you about my business & me.
I am the Webmaster of Yantram BPO Services Pvt. Ltd. Our main business is of Accounting Outsourcing, Online Bookkeeping, Outsource Bookkeeping, Bookkeeping and Tax Service
Swath the help of the above-mentioned services.
You are always welcome to have a look at our sample projects build by our expert Accounting Outsourcing.
You can visit us at http://financial-accounting-services.webyantram.com/
[...]
Thanks for your co-operation.
Now I will like to brief you about my business & me.
I am the Webmaster of Yantram BPO Services Pvt. Ltd. Our main business is of Accounting Outsourcing, Online Bookkeeping, Outsource Bookkeeping, Bookkeeping and Tax Service
Swath the help of the above-mentioned services.
You are always welcome to have a look at our sample projects build by our expert Accounting Outsourcing.
You can visit us at http://financial-accounting-services.webyantram.com/
Date: October 2, 2008 at 16:08
Author:
kush
Last post: October 2, 2008 at 16:08
Replies: 0
Schedule Announced for Conference & Workshops on SOA, SaaS, Virtualisation & ECM
When Technologies Mean Business, Participation Means Advantage. The schedule for Business Technology Summit has been announced. The theme of this year's summit is Riding the Workhorse IT Hockey Stick, featuring a convergence of four co-located tracks that have been identified as the power team for Workhorse IT -- SOA & Web Services, SaaS/PaaS, Enterprise Content Management and Virtualisation. View the complete schedule here http://www.btsummit.com/summitSchedule.html
Gain Strategic, Technical and Business Insights at BT Summit 2008, Bangalore Edition:
* Dr. Chris Harding of The Open Group will present straight from the source a deep dive workshop on Using TOGAF for SOA.
* Alan Pelz-Sharpe will put ECM and SOA through the SWOT Grind, speak about Email Archiving and Discovery, and lead a workshop on Selecting the Best ECM System.
* Peter Coffee will show you how to Code In the Cloud as well as lead a deep dive workshop on Enterprise Readiness for the Cloud
* Dr. Matjaz Juric, CEO of the SOA Competency Center, will conduct a hands-on workshop on BPMN to BPEL Modeling Business Processes for SOA and three focused sessions on SOA Architectural Patterns, SOA and BPM, and Designing Reusable Service Interfaces
* Dr. Robert Marcus, Author of the Global Grid, will present the State of the Union - SOA Standards and lead a deep dive workshop on Future Distributed Computing Architectures and the Role of SOA
* Nitin Borwankar will show you How to Find the Silver Lining in Cloud Services and lead a deep dive workshop on Affordable Data Analytics and Data Warehousing
Business Technology Summit is your chance to refresh, pick up new tips and techniques, and network with your peers to find solutions to the most pressing business technology issues today.The four technology tracks at the summit offer complimentary synergistic for a robust IT infrastructure that you cannot afford to ignore in your quest for business technology success.
REGISTER NOW FOR AS LOW AS INR 2999/-: http://www.btsummit.com/registration.html
[...]
Gain Strategic, Technical and Business Insights at BT Summit 2008, Bangalore Edition:
* Dr. Chris Harding of The Open Group will present straight from the source a deep dive workshop on Using TOGAF for SOA.
* Alan Pelz-Sharpe will put ECM and SOA through the SWOT Grind, speak about Email Archiving and Discovery, and lead a workshop on Selecting the Best ECM System.
* Peter Coffee will show you how to Code In the Cloud as well as lead a deep dive workshop on Enterprise Readiness for the Cloud
* Dr. Matjaz Juric, CEO of the SOA Competency Center, will conduct a hands-on workshop on BPMN to BPEL Modeling Business Processes for SOA and three focused sessions on SOA Architectural Patterns, SOA and BPM, and Designing Reusable Service Interfaces
* Dr. Robert Marcus, Author of the Global Grid, will present the State of the Union - SOA Standards and lead a deep dive workshop on Future Distributed Computing Architectures and the Role of SOA
* Nitin Borwankar will show you How to Find the Silver Lining in Cloud Services and lead a deep dive workshop on Affordable Data Analytics and Data Warehousing
Business Technology Summit is your chance to refresh, pick up new tips and techniques, and network with your peers to find solutions to the most pressing business technology issues today.The four technology tracks at the summit offer complimentary synergistic for a robust IT infrastructure that you cannot afford to ignore in your quest for business technology success.
REGISTER NOW FOR AS LOW AS INR 2999/-: http://www.btsummit.com/registration.html
Date: August 30, 2008 at 00:47
Author:
shaguf
Last post: September 17, 2008 at 05:06
Replies: 3
smart quotes
I can't figure out how to get smart quotes in abi word. The one place I found to do it said that I should open up preferences in the tools menu. My tools menu doesn't have a preferences options. Anyone have any idea?
[...]
Date: September 10, 2008 at 11:50
Author:
jonathan
Last post: September 11, 2008 at 22:19
Replies: 1
Graphs
In word 2003 I have inserted a line graph into a document. The graph puts the X axis at the bottom of the graph. How can I force it to the top of the graph? I did it once before but can't remember how.
[...]
Date: September 11, 2008 at 10:55
Author:
SeaCaptain
Last post: September 11, 2008 at 10:55
Replies: 0
Graphs
In word 2003 I have inserted a line graph into a document. The graph puts the X axis at the bottom of the graph. How can I force it to the top of the graph? I did it once before but can't remember how.
[...]
Date: September 11, 2008 at 10:55
Author:
SeaCaptain
Last post: September 11, 2008 at 10:55
Replies: 0
The Most Compelling Enterprise Content Management (ECM) Workshops in India
Enterprise Content Management (ECM) is no longer just about technology, or just about content. It is about content, community, and context. The deluge of data and information, coupled with the ever-increasing need for compliance is forcing enterprises to take a strategic look at ECM and its associated disciplines. To stack up to competition, enterprises are looking up to faster, flexible, and efficient business processes that can channelise copious, unstructured information into meaningfully optimised, governed, and digitally delivered data that is available to the right stakeholders at the right time.
C-level executives, senior IT process management personnel, marketing and content managers are looking to find the precise solution that will fit the needs of their organization. What are these available solutions, and how do they stack up to the needs of a specific enterprise? What roles do strategic topics such as Governance, Collaboration, Enterprise 2.0 play in the evaluation of these solutions? What is a promising approach, and how do I find the correct partners? The ECM track at Business Technology Summit 2008 offers strategic, technical, and business insights into all aspects of ECM, including Business Process Management (BPM), Business Rules Management (BRM), Master Data Management (MDM), Data Warehousing & Knowledge Management, and Enterprise 2.0. The summit will be held 22-26 September 2008 in Mumbai and Bangalore. Summit website: http://www.btsummit.com
[...]
C-level executives, senior IT process management personnel, marketing and content managers are looking to find the precise solution that will fit the needs of their organization. What are these available solutions, and how do they stack up to the needs of a specific enterprise? What roles do strategic topics such as Governance, Collaboration, Enterprise 2.0 play in the evaluation of these solutions? What is a promising approach, and how do I find the correct partners? The ECM track at Business Technology Summit 2008 offers strategic, technical, and business insights into all aspects of ECM, including Business Process Management (BPM), Business Rules Management (BRM), Master Data Management (MDM), Data Warehousing & Knowledge Management, and Enterprise 2.0. The summit will be held 22-26 September 2008 in Mumbai and Bangalore. Summit website: http://www.btsummit.com
Date: August 4, 2008 at 04:45
Author:
shaguf
Last post: August 4, 2008 at 04:45
Replies: 0
The Most Compelling Enterprise Content Management (ECM) Workshops in India
Enterprise Content Management (ECM) is no longer just about technology, or just about content. It is about content, community, and context. The deluge of data and information, coupled with the ever-increasing need for compliance is forcing enterprises to take a strategic look at ECM and its associated disciplines. To stack up to competition, enterprises are looking up to faster, flexible, and efficient business processes that can channelise copious, unstructured information into meaningfully optimised, governed, and digitally delivered data that is available to the right stakeholders at the right time.
C-level executives, senior IT process management personnel, marketing and content managers are looking to find the precise solution that will fit the needs of their organization. What are these available solutions, and how do they stack up to the needs of a specific enterprise? What roles do strategic topics such as Governance, Collaboration, Enterprise 2.0 play in the evaluation of these solutions? What is a promising approach, and how do I find the correct partners? The ECM track at Business Technology Summit 2008 offers strategic, technical, and business insights into all aspects of ECM, including Business Process Management (BPM), Business Rules Management (BRM), Master Data Management (MDM), Data Warehousing & Knowledge Management, and Enterprise 2.0. The summit will be held 22-26 September 2008 in Mumbai and Bangalore. Summit website: http://www.btsummit.com
[...]
C-level executives, senior IT process management personnel, marketing and content managers are looking to find the precise solution that will fit the needs of their organization. What are these available solutions, and how do they stack up to the needs of a specific enterprise? What roles do strategic topics such as Governance, Collaboration, Enterprise 2.0 play in the evaluation of these solutions? What is a promising approach, and how do I find the correct partners? The ECM track at Business Technology Summit 2008 offers strategic, technical, and business insights into all aspects of ECM, including Business Process Management (BPM), Business Rules Management (BRM), Master Data Management (MDM), Data Warehousing & Knowledge Management, and Enterprise 2.0. The summit will be held 22-26 September 2008 in Mumbai and Bangalore. Summit website: http://www.btsummit.com
Date: August 4, 2008 at 04:45
Author:
shaguf
Last post: August 4, 2008 at 04:45
Replies: 0
Drawing Scale
How to Setup a Drawing Scale that also PRINTS to scale.
[...]
Date: July 21, 2008 at 08:53
Author:
Grasor
Last post: July 21, 2008 at 09:15
Replies: 2
item , cash item n skill all dissapeared
Y like tis de? any1 can tel me hw to fix it??
[...]
Date: July 19, 2008 at 11:38
Author:
FennieLing
Last post: July 19, 2008 at 11:38
Replies: 0
uml class diagram
In UML static structure i am not able to find any symbol which will explain unary association(uni directional).Please provide any solution.
[...]
Date: July 17, 2008 at 02:21
Author:
kshitij
Last post: July 17, 2008 at 02:21
Replies: 0
For electronic componets trade
China is becoming such an exciting place that you can virtually get all the electronic products. As the major materials for manufacturing electronic products, electronic components including all passive and active parts are being traded in China in great scale. ChinaICMart.com is just such a platform for the growing global business community in this area.
Since its inception, ChinaICMart is consecutively focusing on helping buyers and sellers of electronic components to develop global business, shorten the business chain and expand the business profitability to its maximum level. Supported by our strong internet technology, ChinaICMart is trying every effort to make our platform the best choice for all the components suppliers and electronic products manufacturers.
As a DZSC.com company, ChinaICMart serves as the English version of DZSC.com which mainly helps promoting international trade in the area of electronic components. Like what the domain name stands for, we hope that ChinaICMart will become the leading components marketplace in the world.
http://www.chinaicmart.com/
[...]
Since its inception, ChinaICMart is consecutively focusing on helping buyers and sellers of electronic components to develop global business, shorten the business chain and expand the business profitability to its maximum level. Supported by our strong internet technology, ChinaICMart is trying every effort to make our platform the best choice for all the components suppliers and electronic products manufacturers.
As a DZSC.com company, ChinaICMart serves as the English version of DZSC.com which mainly helps promoting international trade in the area of electronic components. Like what the domain name stands for, we hope that ChinaICMart will become the leading components marketplace in the world.
http://www.chinaicmart.com/
Date: July 16, 2008 at 21:03
Author:
Jane
Last post: July 16, 2008 at 21:03
Replies: 0
timelines shifted when .mpp was imported to Openproj
I found that the timelines had completed got shifted, when an .mpp was imported into OpenProj. Since OpenProj doesn't seem to have any 'settings', I have no idea why the mess-up occurs (if it has got to do with settings, that is)
[...]
Date: July 16, 2008 at 02:26
Author:
vallab444
Last post: July 16, 2008 at 02:26
Replies: 0
Date time lights temp and timer, it's go it all
Here is MY review of this fantastic little clock that I got from China.
I was a little worried buying from a company that was all the way in China, www.LDUcompany.com but everything went real well and may new clock was delivered in less time then they had said. I had first emailed them a few times with a bunch of questions and they answered every one of my emails quickly. This clock is really neat, every time you flip it on a different side it changes what it tells you and lights up and starts flashing in different colors. It is built very well and it is not cheap junk. It takes triple A batteries (three of them). The alarm is a little soft for me because I am a hard sleeper so I will be using it in my living room and not in my bedroom. I bought the pink one cause I'm a true girl ;)
Here is a link to the clocks section of the website http://www.liangdianup.com/clocks_1.htm
If they ask how you heard about them tell them Heather sent ya. Yeah like they would remember me.
[...]
I was a little worried buying from a company that was all the way in China, www.LDUcompany.com but everything went real well and may new clock was delivered in less time then they had said. I had first emailed them a few times with a bunch of questions and they answered every one of my emails quickly. This clock is really neat, every time you flip it on a different side it changes what it tells you and lights up and starts flashing in different colors. It is built very well and it is not cheap junk. It takes triple A batteries (three of them). The alarm is a little soft for me because I am a hard sleeper so I will be using it in my living room and not in my bedroom. I bought the pink one cause I'm a true girl ;)
Here is a link to the clocks section of the website http://www.liangdianup.com/clocks_1.htm
If they ask how you heard about them tell them Heather sent ya. Yeah like they would remember me.
Date: July 15, 2008 at 02:50
Author:
laker
Last post: July 15, 2008 at 02:50
Replies: 0
Start a new discussion