I am setting up a web site for a football club and I am wondering which CMS to use.
I am a developer but I am doing this as a favour to a friend and would rather grab something with modules in it (registration, events, calender, etc etc) already. I need to be able to customise it but I had a look around and Wordpress looks like a blogging tool. I am wondering if anyone has experience with the above or any others and if shed some light. Thanks
Hey folks,
does serialization in Java always have to shrink the memory that is used to hold an object structure? Or is it likely that serialization will have higher costs?
In other words: Is serialization a tool to shrink the memory footprint of object structures in Java?
I am searching for an Tool to test an Grails Wep Application on a Tomcat Server.
I need some Data about the Performance when 30 Users work with my app.(Creating/Editing/Deleting Entries on my Database (Firebird).
I am using .net directoryService to execute an LDAP query and retrieve the users from AD.
but when I run the same query using CSVDE tool , i get more no of result as compared to the directorySerrvice. in both the case, i'm using thesame credential to run the application and CSVDE.
does any one have any idea if I need to set some flag or any thing while using directoryservice. any pointer will be helpful.
Hello there,
I've a kinda managerial question, what is the best template or format of a developer worksheet that illustrates the task Name, description, date, and running time !! and helps me to get total time/date easily.
if there is any software tool that handles this task, please name it :)
thanks in advance.
Are there any tools that can recreate web application flow..
for example i open www.abc.com and do some transactions in the application(basically i navigate between pages).....
So can i recreate the same transaction automatically using any tool .....
THanks in advance....
FileMerge.app fails with an odd message:
This file type cannot be merged.
when I try to save successfully merged text files, which definitely can be merged.
(I invoke FileMerge from git using opendiff tool on OS X 10.6.3)
Why is it happening? How can I avoid this problem?
i am developing a tool to create dynamic hierarchical charts.. am able to create object i.e circles and link it dynamically. i want to set properties for those objects.. can someone tell how to do it.
I have a C# user control project which causes intermittent .NET run time error, a generic error, and wondering if there is any code analysis tool that I can point at my .sln file which would tell me what may be causing my error
The dust me selectors FireFox plugin identifies unused css selectors. For large css files and many files, the manual deletion of the unused selectors is time consuming. Is there a tool that can automate this?
Hi,
I am trying to workup an automated tool for SharePoint interaction through a Powershell script. Am running into a SharePoint.dll not found issue and upon looking it up(including previous posts in StackOverflow), it seems its available in the server. I do not have access to a Sharepoint installation at the moment. Is there some place I could download it or if any one had access to a copy can it be shared?
Thanks
Barun
I am using wget to mirror website using this code
$ wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains website.org \
--no-parent \
www.website.org/tutorials/html/
The next time I run it it starts downloading the same files again, however I want only the changed files to be downloaded next time. I am open to use any other tool or script(preferably PHP,Curl) apart from using wget.
Can anyone recommend decent software that could replace a physical whiteboard, as used in Agile development?
I've had a look at http://www.brightgreenprojects.com/ but ideally we'd like something we could host ourselves. We use Jira for issue tracking, and are looking at integrating GreenHopper for project management at the moment.
The general feeling among users so far seems to be that GreenHopper is a little clunky. Is there a more straight-forward agile whiteboard software tool out there?
Given a PDF document, is it possible to generate a XSL-FO (FOP) template?
Obviously, this would be a one-time thing - the generated template would just be a starting point for creating a proper template that pulls in the appropriate data.
For me, the ideal tool for doing so would be a Java-based one and should be executable from the command line or through an ANT task. Failing that, it would be something that runs on Linux and MacOS X.
I use TortoiseSVN and frequently switch between a branch and the trunk, using the switch command.
I noticed that if I don't commit before the switch, local modified copy gets merged. Is there a way to customize the tool to, say, warn me to commit local changes before switch?
Hi,
I have several files about 15k each of CSV data I need to import into SQL Server 2005.
What would be the simplest way to import the csv data into sql server? Ideally, the tool or method would create the table as well, since there are about 180 fields in it, this would simplify things.
Is there a plug-in like the java applet @ SQLinForm.com for MS SQL Server Management Studio 2008?
I tried SSMS tools based on someone's answer to my previous question but I don't find any functionality to format (beautify/tabify) SQL.
If somebody could please point out that in SSMS tools or suggest some other tool (preferably free)
Thanks :)
I have a MS SQL 2008 database in 3NF.
I must check if the db can support many concurent users.
Which is the best method ?
[Is there any free tool to do this ?]
Thank you very much.
Hi,
I need in animation of sequence of more PNG files (300 png files and size is 320x480).
I've try make it with 12 fps, but sometime iPhone 3g have lags... 3gs working fine. I think 2g working with lags always.
I've use one UIImageView and loading images in NStimer callback by UIImage:imageWithContentOfFile.
May be this is not best way to animation png files ?
note: previously i've used ImageOptim to pack (or strip ??) all my images (from 20% to 80% of size strip).
regards,
Hello,
We need to import some orders file on magento enterprise.
In our file, products contains customs Options.
We tried to make an extension but we have some problems to import Customs options.
The import of standard product is successful but not for the product with customs options.
For customs option, missing "info_buyRequest" valu in database.
The technical support of magento we responded "the import process currently can't handle importing products with custom options".
Magento use custom options when ordering a product with customs options on website.
What features do magento use to fill in the fields "info_buyRequest" and "Product_options" when ordering?
Have you see a extension pack for import file order with product contains customs options?
Thanks for your help.
I'm working on a project that uses a lot of generated files for a GUI. After some recent updates, I get this error. If I remove some controls (the new ones or some old ones, doesn't seem to matter which), the error goes away. I've temporarily worked around the problem, but I'd like a more permanent solution. I've seen mentioned on the web that there's a fix for this in VS.Net 2003, but I can't find anything for 6.0. Does anyone know of a hotfix or service pack that fixes this?
I know NAnt sees frequent use (well, I always use it for my CI builds) but there has been no new official release since December 2007. Is the project receiving active development any more or is it dead-pooled? It worries me that if I carry on using it, and it stops tracking the latest version of .NET, I'll eventually be left with a massive job when it comes to upgrading systems to a version of the framework that it can't build.
Has everyone else gone over to some other tool like MSBuild these days?