473,396 Members | 1,655 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Content management system using backend database

Hi,

Can I ask some advice in regards database solutions and content management
solutions.? Do you have a philosophy on what is the best for databases -
ASP, JSP, Cold fusion, PHP, etc. My company website site is going to be
rebuilt and I am the lucky one to do this but I am unsure of the needs and
complexity of the project, and what would be the best base code. Do you
have any thoughts in this area? The site requires functionality like display
projects, archive projects, sort projects by date, project location, group
company, etc. All images and pdfs are currently uploaded through the
content management solution, however we will have to implement a new content
management solution as well. Do you know of an easy to use product that
functionally work well in content management? Do you know of any products
on the market that are like WYSIWYG database solutions?

Thanks!

P.S.: I've tried to best guess which newsgroups apply. Apologies if I've
gotten it wrong - if you know of any other appropriate newsgroups, please
let me know.
Jul 17 '05 #1
17 3131
Scott wrote:
Hi,

Can I ask some advice in regards database solutions and content management
solutions.? Do you have a philosophy on what is the best for databases -
ASP, JSP, Cold fusion, PHP, etc. My company website site is going to be
rebuilt and I am the lucky one to do this but I am unsure of the needs and
complexity of the project, and what would be the best base code. Do you
have any thoughts in this area? The site requires functionality like display
projects, archive projects, sort projects by date, project location, group
company, etc. All images and pdfs are currently uploaded through the
content management solution, however we will have to implement a new content
management solution as well. Do you know of an easy to use product that
functionally work well in content management? Do you know of any products
on the market that are like WYSIWYG database solutions?

Thanks!

P.S.: I've tried to best guess which newsgroups apply. Apologies if I've
gotten it wrong - if you know of any other appropriate newsgroups, please
let me know.


If you want to continually have to take your site down to apply the
latest MS patch, then consider ASP or .NET. I would never bet my
business on it!!! The TOC can be way too high if your site is the
"bread and butter" of the company... YMMV..

My prefs -- in this order:

Apache/PHP/OracleRdb on OpenVMS -- just try and hack it.. and with real
clusters - not those fake ones by M$ and all of the unix deriviatives...
hmmmm... 20 years and counting - and noone has yet to come close to the
capabilities of an OpenVMS cluster. Period!!!!
Apache/cgi/Oracle on OpenVMS
OSU/cgi/OracleRdb or Oracle9
Apache/PHP/Oracle on Unix or Linux.
.... 25 bazillion other choices
IIS/.NET-.ASP/SQL Server if I really had to...

Yeah M$ works, but too many companies have been crippled when their
server gets hacked by the latest script-kiddie.

Michael Austin
http://www.firstdbasource.com !! Apache On OpenVMS
http://www.firstdbasource.com/t4/t4chart.php !!with PHP, Rdb and Mysql.
Jul 17 '05 #2
On Tue, 22 Jun 2004 10:46:30 +1000, "Scott" <foo_yahoo_com_au> wrote
or quoted :
ASP, JSP, Cold fusion, PHP, etc.


There are tools that work well for small projects and fall apart as
the project grows. There are also complicated tools that will have
you scratching your head for months to write HelloWorld.

Like shoes for a small child, you have to choose ones slightly too big
and grow into them.

Tools strictly for small projects include PHP, MySQL.

Tools strictly for large projects include EJB and Oracle.

In the middle are tools like JSP and JSF.
If your project is going to have to last for a decade, you want to
pick generic tools with many implementations like Servlets. If you use
something very proprietary like Delphi, FreeMarker or Flash, you may
have an easy time getting started, but you are at the mercy of that
team to keep the project going. For big companies, open source is a
nice cushion. If the team fails, you could potentially take it over
yourself. Even for small companies, open source leave the option of
someone else taking over an abandoned project.

You could scan the web to see who is doing stuff similar to what you
are doing, and ask them what they used and what they would do if they
had it to do over again. Ask them what they like most and least about
their approach. See what applies most to you.

You might even approach a magazine to turn your survey into an article
and to give some incentive for the users to talk.

see http://mindprod.com/jgloss/magazine.html

One thing I learned is every tool has its areas it drives you nuts.
When you look for a new tool, you look primarily for one that fixes
the mistakes of your old tool. You forget the new tool may fall down
in areas your old one was fine. Pay attention to what people complain
about. That is what will bother you too.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Jul 17 '05 #3
-P-
Take a look at Rhythmyx. www.percussion.com

Paul Horan
Sr. Architect VCI
Springfield, Mass

"Scott" <foo_yahoo_com_au> wrote in message news:40**********************@per-qv1-newsreader-01.iinet.net.au...
Hi,

Can I ask some advice in regards database solutions and content management
solutions.? Do you have a philosophy on what is the best for databases -
ASP, JSP, Cold fusion, PHP, etc. My company website site is going to be
rebuilt and I am the lucky one to do this but I am unsure of the needs and
complexity of the project, and what would be the best base code. Do you
have any thoughts in this area? The site requires functionality like display
projects, archive projects, sort projects by date, project location, group
company, etc. All images and pdfs are currently uploaded through the
content management solution, however we will have to implement a new content
management solution as well. Do you know of an easy to use product that
functionally work well in content management? Do you know of any products
on the market that are like WYSIWYG database solutions?

Thanks!

P.S.: I've tried to best guess which newsgroups apply. Apologies if I've
gotten it wrong - if you know of any other appropriate newsgroups, please
let me know.

Jul 17 '05 #4
Scott wrote:
Hi,

Can I ask some advice in regards database solutions and content management
solutions.? Do you have a philosophy on what is the best for databases -
ASP, JSP, Cold fusion, PHP, etc. My company website site is going to be
rebuilt and I am the lucky one to do this but I am unsure of the needs and
complexity of the project, and what would be the best base code. Do you
have any thoughts in this area? The site requires functionality like display
projects, archive projects, sort projects by date, project location, group
company, etc. All images and pdfs are currently uploaded through the
content management solution, however we will have to implement a new content
management solution as well. Do you know of an easy to use product that
functionally work well in content management? Do you know of any products
on the market that are like WYSIWYG database solutions?

Thanks!

P.S.: I've tried to best guess which newsgroups apply. Apologies if I've
gotten it wrong - if you know of any other appropriate newsgroups, please
let me know.


Above all, you want to make sure it is transportable across multiple
platforms. Just in case that windoze system is too smal/buggy...
Jul 17 '05 #5
>Can I ask some advice in regards database solutions and content management
solutions.?
In the appropriate forums, yes. But now that you crossposted to a
bunch of language forums, you'll start a flame war about whose
language is best.
Do you have a philosophy on what is the best for databases -
ASP, JSP, Cold fusion, PHP, etc.
Sure. None of the above. None are databases, so none are relevant to
programming a database.
My company website site is going to be
rebuilt and I am the lucky one to do this but I am unsure of the needs and
complexity of the project, and what would be the best base code. Do you
have any thoughts in this area?
Yes. You're way too inexperienced to even attempt this decision so
hire an outside service.
The site requires functionality like display
projects, archive projects, sort projects by date, project location, group
company, etc. All images and pdfs are currently uploaded through the
content management solution, however we will have to implement a new content
management solution as well. Do you know of an easy to use product that
functionally work well in content management?
There's a great list here:

http://www.google.com/search?hl=en&i...agement+system

Do you know of any products
on the market that are like WYSIWYG database solutions?
Databases are never WYSIWYG so the answer to your question is no.
P.S.: I've tried to best guess which newsgroups apply. Apologies if I've
gotten it wrong - if you know of any other appropriate newsgroups, please
let me know.


The comp.infosystems heirarchy has a few options you missed.

And for the record, no responsible programmer ever asks "I have a
project to do, what language should I code it in?" Nor would they
mistake a front end client application for a database. Buy a canned
product or hire an outside service.

Jeff
Jul 17 '05 #6
Jeff Cochran wrote:
Can I ask some advice in regards database solutions and content management
solutions.?

In the appropriate forums, yes. But now that you crossposted to a
bunch of language forums, you'll start a flame war about whose
language is best.

Do you have a philosophy on what is the best for databases -
ASP, JSP, Cold fusion, PHP, etc.

Sure. None of the above. None are databases, so none are relevant to
programming a database.

My company website site is going to be
rebuilt and I am the lucky one to do this but I am unsure of the needs and
complexity of the project, and what would be the best base code. Do you
have any thoughts in this area?

Yes. You're way too inexperienced to even attempt this decision so
hire an outside service.

The site requires functionality like display
projects, archive projects, sort projects by date, project location, group
company, etc. All images and pdfs are currently uploaded through the
content management solution, however we will have to implement a new content
management solution as well. Do you know of an easy to use product that
functionally work well in content management?

There's a great list here:

http://www.google.com/search?hl=en&i...agement+system
Do you know of any products
on the market that are like WYSIWYG database solutions?

Databases are never WYSIWYG so the answer to your question is no.

P.S.: I've tried to best guess which newsgroups apply. Apologies if I've
gotten it wrong - if you know of any other appropriate newsgroups, please
let me know.

The comp.infosystems heirarchy has a few options you missed.

And for the record, no responsible programmer ever asks "I have a
project to do, what language should I code it in?" Nor would they
mistake a front end client application for a database. Buy a canned
product or hire an outside service.

Jeff


and to top it all off - real programmers, dba's and sys admins can't get
a job because of the willingness of companies to hire people who don't
know what they are doing (like this person)just to save a buck - only it
cost them a fortune to bring someone in later to redo the mess guys like
this usally cause...

M.
Sr. DBA and System Admin looking for work.
Jul 17 '05 #7
On Tue, 22 Jun 2004 01:50:13 GMT, Michael Austin
<ma*****@firstdbasource.com> wrote:
Apache/PHP/Oracle on Unix or Linux.
... 25 bazillion other choices


Including Apache/PHP/Firebird. A completely free solution.
Jul 17 '05 #8
On Tue, 22 Jun 2004 15:17:17 GMT, Michael Austin
<ma*****@firstdbasource.com> wrote:

and to top it all off - real programmers, dba's and sys admins can't get
a job because of the willingness of companies to hire people who don't
know what they are doing (like this person)just to save a buck - only it
cost them a fortune to bring someone in later to redo the mess guys like
this usally cause...


Yup, it seems everybody is looking for people to fill 'junior' posts.
As a freelancer I charge far more to sort out the mess left by someone
else than I would to build a system from scratch.
Jul 17 '05 #9
> Can I ask some advice in regards database solutions and content management
solutions.? Do you have a philosophy on what is the best for databases -
ASP, JSP, Cold fusion, PHP, etc. My company website site is going to be
rebuilt and I am the lucky one to do this but I am unsure of the needs and
complexity of the project, and what would be the best base code. Do you
have any thoughts in this area? The site requires functionality like display projects, archive projects, sort projects by date, project location, group
company, etc. All images and pdfs are currently uploaded through the
content management solution, however we will have to implement a new content management solution as well. Do you know of an easy to use product that
functionally work well in content management? Do you know of any products
on the market that are like WYSIWYG database solutions?


PHP CMSes are a dime a dozen, so I would recommend looking into that. Go to
www.sourceforge.net and do a search on "CMS". Most support different DB
software so you can choose which to use depending on your needs.

MS SQLServer is probably as close to "WYSIWYG" as you get can. In Enterprise
Manager you can create queries by joining tables via a drag-and-drop
interface. Database constraints can be created in the same manner. There are
wizards to guide you through tasks like backup and restore. My favorite
feature is the diagram tool, which allows you to quickly generate impressive
looking database diagrams that would awe your manager (but is otherwise
completely useless). Rather pricey compared to open source databases, but
beats hiring a DBA. Highly recommended.

Hosting on Windows is of course not an ideal solution from a security point
of view. It's reasonably safe though if you protect it with an industrial
strength firewall cum intrusion detection system. Set you back a few grands
but cheaper than hiring a Unix admin.
Jul 17 '05 #10
"Noel" <no*****@thank.you> wrote in message
news:v1********************************@4ax.com...
On Tue, 22 Jun 2004 15:17:17 GMT, Michael Austin
<ma*****@firstdbasource.com> wrote:

and to top it all off - real programmers, dba's and sys admins can't get
a job because of the willingness of companies to hire people who don't
know what they are doing (like this person)just to save a buck - only it
cost them a fortune to bring someone in later to redo the mess guys like
this usally cause...


Yup, it seems everybody is looking for people to fill 'junior' posts.
As a freelancer I charge far more to sort out the mess left by someone
else than I would to build a system from scratch.

Back in 1974, I grinned at the sign over my IT Manager's desk:
"We never have the time or money to do it right, but we always find the time
and money to do it again."

In 2004, the joke is getting a little thin, because nothing ever changes.

--
Remove the blots from my address to reply
Jul 17 '05 #11
ACTUALLY...I was asked these questions by a friend. I pretty much
cut-and-pasted his questions into my post. Knowing that *I* wasn't
experienced in this area of IT, but also knowing that my friend wouldn't
think to try Usenet, I thought I'd post on his behalf. Personally I would
have told him to hire a consultant rather than ask me, but thought I'd do
what I could to try to help.

Unfortunately, it's digressed off topic into an opportunity to display some
rather large chips on one's shoulders. The first couple posts were somewhat
helpful; the last few have been fucking useless.

Sorry Michael that you're out of work...nah, actually I couldn't care
less...

"Doug Hutcheson" <do*****************@nrm.blot.qld.blot.gov.blot.au > wrote
in message news:rP****************@news.optus.net.au...
"Noel" <no*****@thank.you> wrote in message
news:v1********************************@4ax.com...
On Tue, 22 Jun 2004 15:17:17 GMT, Michael Austin
<ma*****@firstdbasource.com> wrote:

and to top it all off - real programmers, dba's and sys admins can't geta job because of the willingness of companies to hire people who don't
know what they are doing (like this person)just to save a buck - only itcost them a fortune to bring someone in later to redo the mess guys likethis usally cause...
Yup, it seems everybody is looking for people to fill 'junior' posts.
As a freelancer I charge far more to sort out the mess left by someone
else than I would to build a system from scratch.

Back in 1974, I grinned at the sign over my IT Manager's desk:
"We never have the time or money to do it right, but we always find the

time and money to do it again."

In 2004, the joke is getting a little thin, because nothing ever changes.

--
Remove the blots from my address to reply

Jul 17 '05 #12
"Scott" <foo> wrote:
ACTUALLY...I was asked these questions by a friend. I pretty much
cut-and-pasted his questions into my post. Knowing that *I* wasn't
experienced in this area of IT, but also knowing that my friend wouldn't
think to try Usenet, I thought I'd post on his behalf. Personally I would
have told him to hire a consultant rather than ask me, but thought I'd do
what I could to try to help.

Unfortunately, it's digressed off topic into an opportunity to display some
rather large chips on one's shoulders. The first couple posts were somewhat
helpful; the last few have been fucking useless.


They have been the most accurate.

I had an opportunity to clean up one system that had "just
growed". I proposed that the first thing be done was basic
documenting. I did not get the work; the owner wanted someone "who
could just jump in".

What? Without evaluating what is there?

With that lack of understanding of how software is developed, it
is no wonder that there are many messed-up systems.

[snip]

Sincerely,

Gene Wirchenko

Computerese Irregular Verb Conjugation:
I have preferences.
You have biases.
He/She has prejudices.
Jul 17 '05 #13
On Wed, 23 Jun 2004 12:13:13 +1000, "Scott" <foo> wrote:
Unfortunately, it's digressed off topic into an opportunity to display some
rather large chips on one's shoulders. The first couple posts were somewhat
helpful; the last few have been fucking useless.
They are not chips on shoulders, but rather perennial issues that
never seem to go away. In order to be done properly, such work should
always be done by people qualified to do it. I'm sorry if you think
this 'fucking useless', but these newsgroups are not your personal
consultancy service.
Sorry Michael that you're out of work...nah, actually I couldn't care
less...


That speaks volumes, really it does.
Jul 17 '05 #14

"Noel" <no*****@thank.you> wrote in message
news:o8********************************@4ax.com...
these newsgroups are not your personal
consultancy service.
Sorry Michael that you're out of work...nah, actually I couldn't care
less...


That speaks volumes, really it does.


This give me an idea. How about if people who have work, but don't know how
to do it were to PAY people who know how to do it but are out of work for
their help, instead of asking for it for free.

That way Michael could get some some for his knowledge and the questioner
could get more useful responses.
Jul 17 '05 #15
how do you use PHP with OracleRDB on OpenVMS. is it via OCI or another
connect method

"Michael Austin" <ma*****@firstdbasource.com> wrote in message
news:pf*****************@newssvr23.news.prodigy.co m...
Scott wrote:
Hi,

Can I ask some advice in regards database solutions and content management solutions.? Do you have a philosophy on what is the best for databases - ASP, JSP, Cold fusion, PHP, etc. My company website site is going to be
rebuilt and I am the lucky one to do this but I am unsure of the needs and complexity of the project, and what would be the best base code. Do you
have any thoughts in this area? The site requires functionality like display projects, archive projects, sort projects by date, project location, group company, etc. All images and pdfs are currently uploaded through the
content management solution, however we will have to implement a new content management solution as well. Do you know of an easy to use product that
functionally work well in content management? Do you know of any products on the market that are like WYSIWYG database solutions?

Thanks!

P.S.: I've tried to best guess which newsgroups apply. Apologies if I've gotten it wrong - if you know of any other appropriate newsgroups, please let me know.


If you want to continually have to take your site down to apply the
latest MS patch, then consider ASP or .NET. I would never bet my
business on it!!! The TOC can be way too high if your site is the
"bread and butter" of the company... YMMV..

My prefs -- in this order:

Apache/PHP/OracleRdb on OpenVMS -- just try and hack it.. and with real
clusters - not those fake ones by M$ and all of the unix deriviatives...
hmmmm... 20 years and counting - and noone has yet to come close to the
capabilities of an OpenVMS cluster. Period!!!!
Apache/cgi/Oracle on OpenVMS
OSU/cgi/OracleRdb or Oracle9
Apache/PHP/Oracle on Unix or Linux.
... 25 bazillion other choices
IIS/.NET-.ASP/SQL Server if I really had to...

Yeah M$ works, but too many companies have been crippled when their
server gets hacked by the latest script-kiddie.

Michael Austin
http://www.firstdbasource.com !! Apache On OpenVMS
http://www.firstdbasource.com/t4/t4chart.php !!with PHP, Rdb and Mysql.

Jul 17 '05 #16
Scott,

Don't worry, not everyone insists on demonstrating the size of their brains
(and their egos) instead of offering honest advice. My advice is not to
focus too much on the specific technology. All of the products you mention
are mature, solid technolgies, and there are many more you could choose from
as well. And don't buy specious arguments about "you can't hack this" or
"you can't beat the price on that". EVERY technology has weaknesses and
strengths. Business decisions should be based on business reasoning, not
technology hype. Not to beat up on my colleague who recommends OpenVMS- a
truly great OS, as he says- but how many people out there still use OpenVMS?
I just did a quick check on Monster and there are 25 total jobs posted that
even contain "OpenVMS". Search for JSP and you get 2100+ jobs. And no, I'm
not a JSP programmer, but the basic fact is that lots of people understand
JSP and Java in general, many more than most other technologies.

Also consider commercially supported products v. open source. I'm not
advocating for or against here, just suggesting that you consider the
alternatives. Commercial products give you the comfort of a corporate entity
behind them, but open source products enjoy very broad and deep support in
the open source community.

I do generally agree with at least one of the posters here that if what you
want is a generic content management solution, don't build it, buy it. CMS
systems are many and varied. Do your homework in the CMS market, consider
the options.
"Scott" <foo_yahoo_com_au> wrote in message
news:40**********************@per-qv1-newsreader-01.iinet.net.au...
Hi,

Can I ask some advice in regards database solutions and content management
solutions.? Do you have a philosophy on what is the best for databases -
ASP, JSP, Cold fusion, PHP, etc. My company website site is going to be
rebuilt and I am the lucky one to do this but I am unsure of the needs and
complexity of the project, and what would be the best base code. Do you
have any thoughts in this area? The site requires functionality like display projects, archive projects, sort projects by date, project location, group
company, etc. All images and pdfs are currently uploaded through the
content management solution, however we will have to implement a new content management solution as well. Do you know of an easy to use product that
functionally work well in content management? Do you know of any products
on the market that are like WYSIWYG database solutions?

Thanks!

P.S.: I've tried to best guess which newsgroups apply. Apologies if I've
gotten it wrong - if you know of any other appropriate newsgroups, please
let me know.

Jul 17 '05 #17
Scott,

First off, sorry for the nasty flames from some of the people who wrote you
back. As for the rational minds who tried to answer your question, yes,
they are correct, there are several mature programming languages from which
to choose from and all have their strengths and weaknesses.

Depending on if you are going to do much of the programming, one of the
easier to grasp languages is ColdFusion. Two articles you might want to
look at are:

Making the Case for Coldfusion - Sitepoint.com
http://www.sitepoint.com/article/making-case-coldfusion

Life After ASP - Macromedia.com
http://www.macromedia.com/devnet/mx/...cf_aspnet.html

Granted, the one is written by a Macromedia evangelist, but his advice
should not be discounted out of hand. However, administrating a database is
not a task to be taken lightly, as there are many consideration only people
who have had years of experience would be aware of.

If you are looking for a prebuilt solution that will allow you to fill out
forms to add content to the database, there are probabably quite a few out
there; I would do a Google search. There is one company I know of, at
www.imagineit.com that developed a content management system you might want
to look at, although it is MS centric.

I wish you the best in your search.

"Scott" <foo_yahoo_com_au> wrote in message
news:40**********************@per-qv1-newsreader-01.iinet.net.au...
Hi,

Can I ask some advice in regards database solutions and content management
solutions.? Do you have a philosophy on what is the best for databases -
ASP, JSP, Cold fusion, PHP, etc. My company website site is going to be
rebuilt and I am the lucky one to do this but I am unsure of the needs and
complexity of the project, and what would be the best base code. Do you
have any thoughts in this area? The site requires functionality like display projects, archive projects, sort projects by date, project location, group
company, etc. All images and pdfs are currently uploaded through the
content management solution, however we will have to implement a new content management solution as well. Do you know of an easy to use product that
functionally work well in content management? Do you know of any products
on the market that are like WYSIWYG database solutions?

Thanks!

P.S.: I've tried to best guess which newsgroups apply. Apologies if I've
gotten it wrong - if you know of any other appropriate newsgroups, please
let me know.

Jul 17 '05 #18

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Mudge | last post by:
Hi, I am relatively new to PHP, but I don't care about that. I want to build a database driven Web site that is really a content management system that allows visitors to register and log in and...
2
by: Rootshell | last post by:
I need to create the table and I want to edit its content from www level. Here is some example: http://www.rootshell.be/~flash44 There is a table. Is there possibilty to edit the content...
12
by: jonathan.beckett | last post by:
Hi All, For the past few months I have been working on an open source Apache/PHP/MySQL content management system - and have recently made it available for download. It's still very much a...
0
by: jonathan.beckett | last post by:
Hi All, I have just made version 0.4.8 of the PluggedOut CMS Content Management System available for download - it's free, and covered by the GPL. It's still very much a work in progress...
4
by: | last post by:
Do any of the ASP programmers on this form utitlize ASP Content Management Systems for any of their customer (or own sites). If so, I would be grateful for any feedback and thoughts on using CMS in...
0
by: Scott Abel | last post by:
For immediate release: The Rockley Group Content Management Workshop Series Coming to Atlanta, Seattle, Vancouver, Chicago, Washington, DC, Toronto, and Research Triangle Park Learn more:...
7
by: Water Cooler v2 | last post by:
I know what it is, and yet the knowledge of what a CMS is, is so vague that I find myself asking this question every now and then. I've googled and read the resources too. However, the knowledge is...
10
by: JJ | last post by:
I am needing to write a simple content management system for my web site. I've not done this before so if anyone has any link/info please could you mention them? One thing I am confused about:...
0
by: vayalumkan | last post by:
Hi Sir, I want some technical help on how to develop(Implement) a Content Management System using ASP.NET and C#? Can any body help me to develop a CMS (Content Management System) ? ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.