915 Topics
![]() | |
Blah, I hate build errors. Especially when I seem to have all the right dependencies installed. [code]wxw/mAParentFrame.cpp:950: error: variable or field ‘OnAbout’ declared void wxw/mAParentFrame.cpp:950: error: ‘int mAParentFrame::OnAbout’ is not a static member of ‘class mAParentFrame’ wxw/mAParentFrame.cpp:950: error: ‘wxCommandEvent’ was not declared in this scope wxw/mAParentFrame.cpp:950: error: ‘event’ was not … | |
[B]Hi! I make nws CMS for self. I added search function too. But I have problem. I save data with html at DB Sample: [ICODE]<font color=red>Some text</font>[/ICODE] When I search for string "some" I get this row. But when I search for string "font" , I also get this row … | |
Hi everyone, I began reading about the various options in Fantastico for bloggers (b2evolution, Nucleus, WordPress) and I noticed that out in the world, these are sometimes referenced as CMS tools. Previously, my conception of CMS has included Joomla!, Mambo, and the like, but not these. Would someone be willing … | |
Hi there I am fairly new to the development side of web design as i specialise more in the graphics side of things. However i am trying to improve my development side and just needed some general advice about something or even a point int he right direction. I have … | |
I've mentioned SQL Injection attacks a few times in this forum and the Database Design forum. From the responses I got, many folks here don't know what an SQL Injection attack is. If you do any SQL interaction via a web-based interface, do yourself and the Internet community a favour … | |
Hi folks, nice to meet y'all. I'm in Lincolnshire, "the bit of England that sticks out in the North Sea" As a job I guess it is working with 'puters, like most of you's. I'm in Web/Dev with my own LAMP system in a cupboard under the stairs. I'm in … | |
I am humbly requesting your opinions in an issue that is driving me crazy... I currently maintain a few "Financial" websites. This sites are simply used to display stock data from the day before. We get the prices in an Excel sheet. Is there a way to parse the spreadsheet's … | |
Hi guys, Hope all is well, first off, happy new year to all. so here's my question, Im new to web developemnt business and a starter I guess I 'd say Im pretty lucky to start off with this project that im going to develop... anyway, A client that I … | |
Does anyone have an opinion on Zend. My company does a lot of php web development and would like an independent review of its worth. We work with Joomla as a CMS, so this would be our primary use (writing extensions), although we also do some home grown lampp applications. … | |
I have create lots of module for a cms-site .. with functions only. to avoid the collision of the function names ... i have kept module name before the function names. now i need to convert the modules to classes. one module contains lots of files included .. can we … | |
Hi guys... i just read about CMS in another thread... what is it and how do i use it? | |
What I am trying to accomplish is: When a user logs in the username / password is checked against the database. Once that is done, I need it to load a page. I am getting an error using the following code. [code] <?php require_once('core/db.php'); // Check if login form was … | |
hello, I am starting an online service which will be providing free remotely hosted CMS. I am stuck with a nice and attractive name for my service. Can you guys suggest any? Eg: turbocms.com procms.com ecms.com All above are already booked domain names Thanx | |
Sorry, If i posted this incorrectly, or in the wrong place... I am just looking for help with Php Sessions... I have pasted the files and the warning I am getting... Any help would be helpful. Thank you for any help... Warning: Cannot modify header information - headers already sent … | |
hey Guys, well i need a CMS for my website ... << url snipped >> Any recommendation ???? I am quite budgeted or i would say if someone would like to sponsor a CMS i would advertise for him in my website for a year. Any possibilites for discussion is … | |
Hi Working on a photographers CMS, the idea is that they'll resize their images using a batch processing app, separate from the website, then I'd like them to be able to add a new section and select the entire directory (of resized images) for upload, not just individual files... If … | |
Hello everybody, Yesterday I finished testing a new CMS I developed for a while, and now I'd like to ask for your help. Could you please help test this system under different PHP version/settings? The system works on a flat file database class I wrote, so no database setup or … | |
Can anyone tell me the advantages and disadvantages of FATWIRE CMS? | |
I need to create and online community (for health-workers) as a school project and am currently hunting around for software solutions for this - preferably open source. The requirements include the usual features such as forums, user management, news, searching, links to health resource etc as well as blogs and … ![]() | |
Hi I'm looking for some advice. I want to store large amounts of text for creating dynamic content. Some of the data required for the pages is quite generic and can easily be stored in a database, however the main body of content can differ from record to record. Each … | |
Yes, another controversial thread by me :) First of all, Let me just say that I am NOT racist, and that this thread is dedicated to the theory that there are genetic differences among the different human races. Don't be an ignorant fool and simply post 'oh this is bull!!'. … | |
Hey, I was lookin to install xhp content manager software, i uploaded the zip file, but i dont know how to install it.. im guessin it's somethin to do with the install.php file or config file or somfin. Can anyone help me? Thanks :) | |
I know that there is probably no definitive answer, but does it matter in search engine optimization whether you use PHP or ASP for your CMS. Look forward to hearing your ideas. | |
Hello everyone. I am interested in building a Content Management System of my own, from scratch. I program in PHP and MySQL pretty well, but mostly just for E-commerce and dynamic content. I have been using blogger and wordpress as blogging programs, and notice in the admin area that you … | |
As a some time Drupal ([URL="http://drupal.org"]http://drupal.org[/URL]) implementer, I'm wondering whether other web development shops recommend content management systems to their customers. Especially if they have specific reasons for not taking the CMS (or Drupal!) route? (I'm looking to develop a service targeted towards the Drupal user community and am just … | |
I would like to make all my released docs and articles easy to access on an internal website that I want to create. I have important knowledge in web desk but a beginner in coding; so I need a PHP Free template which might include tools like: search tool, latest … | |
Hi, my friends, I am new to python. I am trying to user csv module to read and write the data in csv. Here is data format. # of columns in each row are the same. 1st row is a header. how I can pass the data into 2-D array? … | |
<?php $conn = mysql_connect("localhost", "root", "general"); mysql_select_db("cms"); $result = mysql_query("SELECT * FROM Category"); echo "<table width='400' border='1' cellpadding ='3' cellspacing ='4' bordercolor='#45310F' fontcolor=#FFFFFF>"; //$cimage = while($take = mysql_fetch_array($result)) { echo"<tr><tr>"; echo "<tr><td>"; print $take."<br>"; echo "</td><td>"; print $take."<br>"; echo "</td></td>"; echo "<t6><td>"; echo $take."<br>"; echo "</td></tr></tr>"; echo "<tr><tr>"; } echo … | |
It uses a very simple PHP script to use text files as articles and directories as categories to build a website. It's a very simple CMS and uses no database to store anything. It doesn't have comments or search, but it is a good solution for a fairly static, traditional … | |
It's difficult to know how to put this, without appearing to advertise. I'm not even sure if I'm posting in the correct part of the site. I am not after a review. I have built a site which could be considered a political forum. It seemed obvious at the outset, … | |
Hi everybody I am developing a CMS which will manage all the conent of website. for manl link for the website there will be category class which consist of page and for content there will page class page may consist sub page there will be following four classes [B]Category page … | |
Okay - there is no otherway to phrase this ... [B]Help![/B] I am not a programmer, never claimed as such... but I do use a php based CMS, which I adore - Xaraya. So I am building a site for a client, and it's gotten to be a rather ugly … | |
Hi people. I've browsed these forums quite a bit, and found some handy help in here, although I've seen a few old posts that wound me up a little as the help was useless (reformat & start again). Should be a last option, unless you got nothing worth saving, and … | |
Im new to php and developing a database driven site with Joomla cms, can someone point me to some tutorials to write a mod_rewrite script for the site? Thanks. | |
Hello, I need some content management recommendation which can update easily for 1. news or events 2. image gallery thanks before | |
Hello, I am running a homeowner's association website (1 page only). The manager asked if I might be able to allow her access to make announcements from time to time. I think this would be a good idea, but I don't want to give her carte blanche access to the … | |
I'm writing a CMS-style application, and I can't quite figure out templating. I have a function that returns the file contents of a templaet file within a themes directory. That part works fine. Inside one of those files is a mix between HTML and PHP variables, for example:[code]<html> <title>$title</title> <link … | |
am making a CMS solution and need help to get out an article list. The reason why this is a bit tricky is because articles does not have the same fields stored in one static article-table. In tblArticle all standard information about each article is stored. In tblArticleAttribute all different … | |
Hello Im makineg a small cms for my purposes and my problem is updating adding dhe DATE, im getting 00.00.0000 can anybody help me making a drop down date with dd/mm/YYYY so I can add - edit ?? Thnx a lot Enjoy Life ![]() | |
I know what CMS stands for, but what does it really do? I mean, I don't quite get what is happening when I see someone's CMS. Can anyone break it down to me. Thanks. | |
Im not sure this is right forum so please move topic if necessary. I want the best cms blog. I dont care if is not free (like vbulletin). Blog must have forum, portal, full module support... This would be appreciated: -video module -audio module -forum (phpbb, vbulletin or invision power … | |
A friend had a computer that had windows 98se on it, and he changed monitors. Now it does not start in windows what can I do? I tried putting the cd into the cd rom and it says invalid system disk. Now I have to use a public computer to … | |
I would like to run a profiler (such as DProf) over the CMS we are working on. It doesn't run properly from a command line and I haven't found a way of wrapping the profiler around the web calls. Any Suggestions? | |
How many times have you found a product you want to buy in Google, only to find it's a 2-week-expired eBay listing? Or wanted to find an item with an online store's search facility only to find that it lists only stale, unread news articles? Gone are the days of … | |
Anyway, i'm working on a PHP module for a CMS where if in the database a website user is either selected as, "GBP" or "EUR" in their Countries' currency field, a set of text is displayed. And if the users' currency is either, "USD" or "JPY", a different set of … | |
Hello For example I have a winapi GUI program called blabla.exe I have another winapi GUI program called TYCK.exe. Now how to make blabla.exe run in TYCK.exe?? I was using[CODE]system("blabla.exe");[/CODE], but this is not portable and it goes through cms, what I dont realy like. Is there any other way … | |
Hi! We (Onesys AB) are steadly developing a CMS which we use with our customers solutions. The rough part is the darn SEF [URL="http://www.daniweb.com/techtalkforums/s"]URLs[/URL]. Anyone with a good suggestion how you deal with this in a tidy IIS-based solution? :?: Would you consider onesys.se generally as a search-engine-friendly website? Thanks … | |
hi all I am working on CMS . i need to integrate the FCKeditor into my JSP/HTML page to allow the users to edit & submit thier content. can some one send me the procedural steps how to do that. i am working with liferay portal server,IE (browser). very much … | |
Hello Everyone, I am looking for an SEO-friendly CMS program. Until now I have built my sites the old traditional way. (Plain HTML editor). The new site I am about to launch will be massive and cannot be managed without a decent CMS program. I am not looking for a … | |
Hi All, I am creating a content management system for e-learning with chapters and chapter having pages. The CMS should have the facility to add pages by directly copying and pasting from the words, this way the user never knows how many pages he is pasting from the words document. … |
The End.