473,406 Members | 2,343 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,406 software developers and data experts.

HTML emails...

hi,

I'm designing an HTML email for a client.. I know general guidelines
(no CSS, no JavaScript... although I do use limited CSS, inside tags (as
in <span style=".."we do this at work and it works fine, so I figured
it's ok..)

but I have a few more questions, for example, is it ok to do client-side
image-maps? is there a web page somewhere with general guidelines for
HTML e-mails? (and what is best way to test HTML e-mails? (I look @ pg
in browser, of course, but well, how to tell how it'll look in diverse
e-mail clients?)

thank you..
Jul 26 '06 #1
21 2695
Gazing into my crystal ball I observed maya <ma********@yahoo.com>
writing in news:44***********************@news.sunsite.dk:
hi,

I'm designing an HTML email for a client.. I know general guidelines
(no CSS, no JavaScript... although I do use limited CSS, inside tags
(as in <span style=".."we do this at work and it works fine, so I
figured it's ok..)

but I have a few more questions, for example, is it ok to do
client-side image-maps? is there a web page somewhere with general
guidelines for HTML e-mails? (and what is best way to test HTML
e-mails? (I look @ pg in browser, of course, but well, how to tell
how it'll look in diverse e-mail clients?)

thank you..
Remember that a lot of people do not accept HTML email, or are unable to
view it. There are also a lot of people on dial-up connections, that
they might even have to pay for by the hour, so downloading HTML email
takes a lot longer than plain text email.

Even some web mail services (Yahoo, for one) will block images, mostly
to prevent email tracking, so image maps could be a real problem.

The best is plain text, with a link to the information.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Jul 26 '06 #2
maya wrote:
hi,

I'm designing an HTML email for a client.. I know general guidelines
(no CSS, no JavaScript... although I do use limited CSS, inside tags (as
in <span style=".."we do this at work and it works fine, so I figured
it's ok..)
A STYLE tag works too, no?
>
but I have a few more questions, for example, is it ok to do client-side
image-maps?
Define "OK".
is there a web page somewhere with general guidelines for
HTML e-mails? (and what is best way to test HTML e-mails? (I look @ pg
in browser, of course, but well, how to tell how it'll look in diverse
e-mail clients?)
I don't mean to be flip, but mailing them to yourself and opening them
in diverse e-mail clients comes to mind.
Jul 26 '06 #3
Adrienne Boswell wrote:
Gazing into my crystal ball I observed maya <ma********@yahoo.com>
writing in news:44***********************@news.sunsite.dk:
>hi,

I'm designing an HTML email for a client.. I know general guidelines
(no CSS, no JavaScript... although I do use limited CSS, inside tags
(as in <span style=".."we do this at work and it works fine, so I
figured it's ok..)

but I have a few more questions, for example, is it ok to do
client-side image-maps? is there a web page somewhere with general
guidelines for HTML e-mails? (and what is best way to test HTML
e-mails? (I look @ pg in browser, of course, but well, how to tell
how it'll look in diverse e-mail clients?)

thank you..

Remember that a lot of people do not accept HTML email, or are unable to
view it. There are also a lot of people on dial-up connections, that
they might even have to pay for by the hour, so downloading HTML email
takes a lot longer than plain text email.

Even some web mail services (Yahoo, for one) will block images, mostly
to prevent email tracking, so image maps could be a real problem.
yes, I have noticed that some web mail services (even webmail for my own
POP acct) does that (and there's usu a msg saying "for your privacy we
have deleted this image" or something like that.. why is this? what is
"e-mail tracking"? how are images used to do this?
>
The best is plain text, with a link to the information.
yes I know, but well, folks in the corp world are very fond of sending
HTML e-mails.. I just follow orders...;) where I work we send tons of
newsletters every day... all of them HTML emails.. now as far as
sending them, I don't how they send them at work, but the way I usu. do
it is load it in browser and then do file --send --page by e-mail..
is this best way to do this? (yes of course this is a proper way to
test, but you can't really know how it'll look for everyone.. but I
guess Harlan is right, if it looks ok in Outlook and a mozilla-based
client (such as Thunderbird) it should look ok in most situations..
thank you for your response..
Jul 26 '06 #4
PTM
"Harlan Messinger" <hm*******************@comcast.netwrote in message
news:4i************@individual.net...
maya wrote:
>hi,

I'm designing an HTML email for a client.. I know general guidelines (no
CSS, no JavaScript... although I do use limited CSS, inside tags (as in
<span style=".."we do this at work and it works fine, so I figured it's
ok..)

A STYLE tag works too, no?
>>
but I have a few more questions, for example, is it ok to do client-side
image-maps?

Define "OK".
> is there a web page somewhere with general guidelines for HTML e-mails?
(and what is best way to test HTML e-mails? (I look @ pg in browser, of
course, but well, how to tell how it'll look in diverse e-mail clients?)

I don't mean to be flip, but mailing them to yourself and opening them in
diverse e-mail clients comes to mind.
never used image maps in html emails.
but depending on the size of the pic involved it might be a better idea to
cut it up into pieces, as seems to be the norm.
you can still use style tags to ensure all the image pieces display
correctly to make up the full image.
you can also assign the 'hrefs' to the individual pieces (providing they're
not weird and wonderful shapes). this will have the side-effect benefit of
loading the email faster as the smaller images will all load (generally)
faster than a single large one.

Phil
Jul 26 '06 #5
PTM
"maya" <ma********@yahoo.comwrote in message
news:44***********************@news.sunsite.dk...
Adrienne Boswell wrote:
>Gazing into my crystal ball I observed maya <ma********@yahoo.com>
writing in news:44***********************@news.sunsite.dk:
>>hi,

I'm designing an HTML email for a client.. I know general guidelines
(no CSS, no JavaScript... although I do use limited CSS, inside tags
(as in <span style=".."we do this at work and it works fine, so I
figured it's ok..)

but I have a few more questions, for example, is it ok to do
client-side image-maps? is there a web page somewhere with general
guidelines for HTML e-mails? (and what is best way to test HTML
e-mails? (I look @ pg in browser, of course, but well, how to tell
how it'll look in diverse e-mail clients?)

thank you..

Remember that a lot of people do not accept HTML email, or are unable to
view it. There are also a lot of people on dial-up connections, that
they might even have to pay for by the hour, so downloading HTML email
takes a lot longer than plain text email. Even some web mail services
(Yahoo, for one) will block images, mostly
to prevent email tracking, so image maps could be a real problem.

yes, I have noticed that some web mail services (even webmail for my own
POP acct) does that (and there's usu a msg saying "for your privacy we
have deleted this image" or something like that.. why is this? what is
"e-mail tracking"? how are images used to do this?
>>
The best is plain text, with a link to the information.

yes I know, but well, folks in the corp world are very fond of sending
HTML e-mails.. I just follow orders...;) where I work we send tons of
newsletters every day... all of them HTML emails.. now as far as sending
them, I don't how they send them at work, but the way I usu. do it is load
it in browser and then do file --send --page by e-mail.. is this best
way to do this? (yes of course this is a proper way to test, but you can't
really know how it'll look for everyone.. but I guess Harlan is right, if
it looks ok in Outlook and a mozilla-based client (such as Thunderbird) it
should look ok in most situations.. thank you for your response..

if you're only sending one or two emails a day to a few people, then doing
it the way you are now is fine.
however if your doing many mails to many recipients, then some sort of
script or mail merge would be better. I've never used mail merge before so
not sure how to do that. I run my mailshot through an smtp server and use
my own php script to generate the emails. both these solutions also allow
you to limit the sent-to email address to just one person, this helps
maintain privacy. of course if you go the php route you need access to a web
server with php installed.

Phil
Jul 26 '06 #6
In article <44***********************@news.sunsite.dk>,
maya <ma********@yahoo.comwrote:
>Even some web mail services (Yahoo, for one) will block images, mostly
to prevent email tracking, so image maps could be a real problem.

yes, I have noticed that some web mail services (even webmail for my own
POP acct) does that (and there's usu a msg saying "for your privacy we
have deleted this image" or something like that.. why is this? what is
"e-mail tracking"? how are images used to do this?
The images are stored on the sender's server. The image URL in the
mail is keyed with a unique code that identifies the recipient, when
the recipient's mail reader requests the image. This allows the
sender to track who actually opened the mail, simply by looking at
her own server logs.

Of course, this strategy is rendered useless by modern mail clients
(including gmail and yahoo mail) who don't automatically download
the images by default.
>yes I know, but well, folks in the corp world are very fond of sending
HTML e-mails.. I just follow orders...;)
Folks in the corporate world are fond of many things, but that
doesn't mean those things are correct. That said, I think HTML
may be appropriate for some newsletters. However, it's abused so
much by spammers that many people will block HTML mail. I do. I
whitelist a few subscribed newsletters who aren't capable of sending
plaintext.
>I don't how they send them at work, but the way I usu. do
it is load it in browser and then do file --send --page by e-mail..
That's fine for sending to one or two people at a time, and the
recipients probably know you, so they don't mind getting your HTML mail.

-A
Jul 26 '06 #7
maya wrote:
hi,

I'm designing an HTML email for a client.. I know general guidelines
(no CSS, no JavaScript... although I do use limited CSS, inside tags (as
in <span style=".."we do this at work and it works fine, so I figured
it's ok..)

but I have a few more questions, for example, is it ok to do client-side
image-maps? is there a web page somewhere with general guidelines for
HTML e-mails? (and what is best way to test HTML e-mails? (I look @ pg
in browser, of course, but well, how to tell how it'll look in diverse
e-mail clients?)

thank you..

If this is a newsletter, do it as a Web page, not in an E-mail message.
Then broadcast a very brief E-mail message with a link to the Web page
to inform your audience that a new edition of the newsletter is
available. Tell your employer that your audience will appreciate this
more than having to download long E-mail messages.

According to a study by the Congressional Accountability Office less
than a year ago, more than half of those who access the Internet from
home still do so via dial-up modems.

--

David E. Ross
<http://www.rossde.com/>

Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>
Jul 26 '06 #8
maya wrote:
hi,

I'm designing an HTML email for a client.. I know general guidelines
(no CSS, no JavaScript... although I do use limited CSS, inside tags
(as in <span style=".."we do this at work and it works fine, so I
figured it's ok..)

but I have a few more questions, for example, is it ok to do
client-side image-maps? is there a web page somewhere with general
guidelines for HTML e-mails? (and what is best way to test HTML
e-mails? (I look @ pg in browser, of course, but well, how to tell
how it'll look in diverse e-mail clients?)
You could try opening the HTML-formatted email in diverse email clients.
I can't think of a better way of testing it.

Remember to test it in email clients that refuse to render HTML, and
email clients set to display text/plain mime components only (such as my
own). Also, consider drawing your client's attention to the fact that
HTML-formatted email is more likely to fall foul of anti-spam filtering;
and that many people find HTML-formatted email annoying, even if it
isn't spam.
--
Jack.
http://www.jackpot.uk.net/
Jul 26 '06 #9
JRS: In article <A9******************************@iswest.net>, dated
Wed, 26 Jul 2006 10:27:13 remote, seen in news:comp.infosystems.www.auth
oring.html, David E. Ross <no****@nowhere.notposted :
>
According to a study by the Congressional Accountability Office less
than a year ago, more than half of those who access the Internet from
home still do so via dial-up modems.

Are you sure that you have a valid argument there? More than half of
those who access the Internet from home are not in America.

--
© John Stockton, Surrey, UK. ??*@merlyn.demon.co.uk Turnpike v4.00 MIME. ©
Web <URL:http://www.merlyn.demon.co.uk/- FAQish topics, acronyms, & links.
Check boilerplate spelling -- error is a public sign of incompetence.
Never fully trust an article from a poster who gives no full real name.
Jul 26 '06 #10
Jack wrote:
maya wrote:
>hi,

I'm designing an HTML email for a client.. I know general guidelines
(no CSS, no JavaScript... although I do use limited CSS, inside tags
(as in <span style=".."we do this at work and it works fine, so I
figured it's ok..)

but I have a few more questions, for example, is it ok to do
client-side image-maps? is there a web page somewhere with general
guidelines for HTML e-mails? (and what is best way to test HTML
e-mails? (I look @ pg in browser, of course, but well, how to tell
how it'll look in diverse e-mail clients?)

You could try opening the HTML-formatted email in diverse email clients.
I can't think of a better way of testing it.

Remember to test it in email clients that refuse to render HTML, and
email clients set to display text/plain mime components only (such as my
own). Also, consider drawing your client's attention to the fact that
HTML-formatted email is more likely to fall foul of anti-spam filtering;
and that many people find HTML-formatted email annoying, even if it
isn't spam.
just found out at work we do send out plain text and HTML versions (and
they have me do plain-txt version also in addition to the HTML when am
cutting them from PS mockups..)

I have one more question, however, which is that when I go to HTML page
in IE and do file --send --page by email, MS Outlook sends it as an
attachment, not as page you can see in body of email.. (I don't know
how they send their g'zillion marketing and newsletter emails here, but
at least I would like to test them like this..)
in FF there's no send-pg option, just file --send link... (??)

many thanks to all for your responses..
Jul 27 '06 #11
On Wed, 26 Jul 2006 21:34:02 +0100, Dr John Stockton
<jr*@merlyn.demon.co.ukwrote:
>David E. Ross <no****@nowhere.notposted :
According to a study by the Congressional Accountability Office less
than a year ago, more than half of those who access the Internet from
home still do so via dial-up modems.
>Are you sure that you have a valid argument there? More than half of
those who access the Internet from home are not in America.
Here are some stats on US usage:

<http://www.internetworldstats.com/am/us.htm>

Geo

Jul 27 '06 #12
Dan
maya wrote:
in FF there's no send-pg option, just file --send link... (??)
Mozilla SeaMonkey Suite has a "File -send page" option, but it too
sends it as an attachment.

--
Dan

Jul 27 '06 #13
Gazing into my crystal ball I observed maya <ma********@yahoo.comwriting
in news:44***********************@news.sunsite.dk:
I have one more question, however, which is that when I go to HTML page
in IE and do file --send --page by email, MS Outlook sends it as an
attachment, not as page you can see in body of email.. (I don't know
how they send their g'zillion marketing and newsletter emails here, but
at least I would like to test them like this..)
in FF there's no send-pg option, just file --send link... (??)

They may be using something like GroupMail by Infacta
<http://www.infacta.com/>. With that program, you give it the HTML file,
the program creates the email, and sends it out to the lists.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Jul 28 '06 #14
Adrienne Boswell wrote:
Gazing into my crystal ball I observed maya <ma********@yahoo.comwriting
in news:44***********************@news.sunsite.dk:
>I have one more question, however, which is that when I go to HTML page
in IE and do file --send --page by email, MS Outlook sends it as an
attachment, not as page you can see in body of email.. (I don't know
how they send their g'zillion marketing and newsletter emails here, but
at least I would like to test them like this..)
in FF there's no send-pg option, just file --send link... (??)


They may be using something like GroupMail by Infacta
<http://www.infacta.com/>. With that program, you give it the HTML file,
the program creates the email, and sends it out to the lists.
thank you very much for yr response.. do you know if there's a freeware
app out there does something like this?
Jul 28 '06 #15

maya wote:
Adrienne Boswell wrote:
Gazing into my crystal ball I observed maya <ma********@yahoo.comwriting
in news:44***********************@news.sunsite.dk:
I have one more question, however, which is that when I go to HTML page
in IE and do file --send --page by email, MS Outlook sends it as an
attachment, not as page you can see in body of email.. (I don't know
how they send their g'zillion marketing and newsletter emails here, but
at least I would like to test them like this..)
in FF there's no send-pg option, just file --send link... (??)

They may be using something like GroupMail by Infacta
<http://www.infacta.com/>. With that program, you give it the HTML file,
the program creates the email, and sends it out to the lists.

thank you very much for yr response.. do you know if there's a freeware
app out there does something like this?
This is one of those things that you probably are not going to find as
freeware, probably because these programs are built with corporations
in mind, and corporations can usually spend some dough.

It's also a question of you get what you pay for. Infacta will let you
use GroupMail for free, but limits the amount of people you can send
mail to (IIRC it's ten). I'm sure others are just the same.

--
Adrienne Boswell at work
Administrator nextBlock.com
http://atlas.nextblock.com/files/
Please respond to the group so others can share

Jul 28 '06 #16
JRS: In article <44***************@news.telus.net>, dated Thu, 27 Jul
2006 21:20:25 remote, seen in news:comp.infosystems.www.authoring.html,
"GEO"Me@home.here posted :
>On Wed, 26 Jul 2006 21:34:02 +0100, Dr John Stockton
<jr*@merlyn.demon.co.ukwrote:
>>David E. Ross <no****@nowhere.notposted :
According to a study by the Congressional Accountability Office less
than a year ago, more than half of those who access the Internet from
home still do so via dial-up modems.
>>Are you sure that you have a valid argument there? More than half of
those who access the Internet from home are not in America.

Here are some stats on US usage:

<http://www.internetworldstats.com/am/us.htm>
In estimating the proportion of home users who use dial-up, the
proportion in the USA becomes less and less relevant as the proportion
of world-wide home Internet users who happen to be in the USA dwindles.

Or do you assert that the USA is necessarily typical?

--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.com/faq/>? JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htmjscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/TP/BP/Delphi/jscr/&c, FAQ items, links.
Jul 28 '06 #17
Dr John Stockton wrote:
JRS: In article <44***************@news.telus.net>, dated Thu, 27 Jul
2006 21:20:25 remote, seen in news:comp.infosystems.www.authoring.html,
"GEO"Me@home.here posted :
>On Wed, 26 Jul 2006 21:34:02 +0100, Dr John Stockton
<jr*@merlyn.demon.co.ukwrote:
>>>David E. Ross <no****@nowhere.notposted :
According to a study by the Congressional Accountability Office less
than a year ago, more than half of those who access the Internet from
home still do so via dial-up modems.
Are you sure that you have a valid argument there? More than half of
those who access the Internet from home are not in America.
Here are some stats on US usage:

<http://www.internetworldstats.com/am/us.htm>

In estimating the proportion of home users who use dial-up, the
proportion in the USA becomes less and less relevant as the proportion
of world-wide home Internet users who happen to be in the USA dwindles.
I think Americans assume most folks in other countries, esp in less
developed countries, are on dial-up.. I'm from Chile, everybody there
is on broadband, dial-up doesn't even exist anymore there..
Jul 28 '06 #18
Adrienne Boswell wrote:
maya wote:
>Adrienne Boswell wrote:
>>Gazing into my crystal ball I observed maya <ma********@yahoo.comwriting
in news:44***********************@news.sunsite.dk:

I have one more question, however, which is that when I go to HTML page
in IE and do file --send --page by email, MS Outlook sends it as an
attachment, not as page you can see in body of email.. (I don't know
how they send their g'zillion marketing and newsletter emails here, but
at least I would like to test them like this..)
in FF there's no send-pg option, just file --send link... (??)
They may be using something like GroupMail by Infacta
<http://www.infacta.com/>. With that program, you give it the HTML file,
the program creates the email, and sends it out to the lists.
thank you very much for yr response.. do you know if there's a freeware
app out there does something like this?

This is one of those things that you probably are not going to find as
freeware, probably because these programs are built with corporations
in mind, and corporations can usually spend some dough.

It's also a question of you get what you pay for. Infacta will let you
use GroupMail for free, but limits the amount of people you can send
mail to (IIRC it's ten). I'm sure others are just the same.
thank you... actually I figured out how to do it from email client,
just copy entire HTML (right from browser); tested it, it works fine (of
course HTML pg has to be properly coded (no CSS-layouts, absolute paths
to imgs, etc...)

thank you all very much...
Jul 28 '06 #19
In message <44***********************@news.sunsite.dk>, maya
<ma********@yahoo.comwrites
>I think Americans assume most folks in other countries, esp in less
developed countries, are on dial-up..
In my experience, many Americans assume that people in other countries
are in America :-(
--
Andy Mabbett
Say "NO!" to compulsory ID Cards: <http://www.no2id.net/>

Free Our Data: <http://www.freeourdata.org.uk>
Jul 28 '06 #20
On Fri, 28 Jul 2006 13:04:11 +0100, Dr John Stockton
<jr*@merlyn.demon.co.ukwrote:

David E. Ross <no****@nowhere.notposted :
>>>>According to a study by the Congressional Accountability Office less
than a year ago, more than half of those who access the Internet from
home still do so via dial-up modems.
Dr John Stockton:
>>>Are you sure that you have a valid argument there? More than half of
those who access the Internet from home are not in America.
"GEO"Me@home.here posted :
> Here are some stats on US usage:
<http://www.internetworldstats.com/am/us.htm>

In estimating the proportion of home users who use dial-up, the
proportion in the USA becomes less and less relevant as the proportion
of world-wide home Internet users who happen to be in the USA dwindles.
I'll wait for David E. Ross to clarify his point, but in the
meantime I'll say that about a year ago (may be more) there was a
Canadian news report that said that just under half of Canadians use
dial-up conections. I believe it added that it was mainly in rural
communities. I believe there is a similar situation in rural USA.
>Or do you assert that the USA is necessarily typical?
I guess that if one wanted to reach a world wide audience, one
should look how that audience is connecting. I just posted the USA
stats because I assumed that the study quoted by David E. Ross was
about the USA.

Geo
Jul 28 '06 #21
On Fri, 28 Jul 2006 15:13:30 -0400, maya <ma********@yahoo.comwrote:
>In estimating the proportion of home users who use dial-up, the
proportion in the USA becomes less and less relevant as the proportion
of world-wide home Internet users who happen to be in the USA dwindles.
>I think Americans assume most folks in other countries, esp in less
developed countries, are on dial-up.. I'm from Chile, everybody there
is on broadband, dial-up doesn't even exist anymore there..
Many Chileans are not very aware of their own reality, or better
said, the reality of others around them.
Can you tell me what sort of competition was there between different
companies that provided dial-up conection? How many different phone
companies that compited fairly with each other? Any comments regarding
the business practices of Terra?

What is the name of the island off Puerto Montt's coast where a
school with no electricity, and with just one telephone for the whole
island, received a donation of computers? How many fishes have they
sold on the internet?

Geo


Jul 28 '06 #22

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

Similar topics

1
by: dan glenn | last post by:
I'm creating HTML emails from a PHP site and sending them out to an email list (just about 40 people so far are on this list). I've tested and confirmed that these emails work in yahoo.com's...
7
by: news | last post by:
Before I begin, I realise there's a big war regarding HTML in e-mails. Personally, I don't like it. Unfortunately, I'm being paid by my company to create an automated newsletter for our customers....
5
by: BaWork | last post by:
I have a web form where a client can select which site members to send an email to. This form is populated from the contents of the member table, so the form can have 0-x names listed on it...
7
by: Tappy Tibbons | last post by:
We are writing a dotnet app that among other things retrieves messages from a standard POP3 mailbox, and then performs certain actions with that email automatically. Some of the emails are...
12
by: Dave G | last post by:
Apologies if this has been covered before - I couldn't find it. I currently use ASPEmail to create and send HTML emails from an Access database. The text is personalised and includes embedded...
1
by: robbiesmith79 | last post by:
Just so this is out there on the web, I battled the past 24 hours about this. Background info... I developed a ecommerce website in PHP 4 on a shared linux hosting plan from GoDaddy and had the...
2
by: Big Moxy | last post by:
Here is my code for formatting an HTML email. I know that spinning through the $_POST array as I am isn't very pretty but it's a long list so for now I'm using this approach. The problem is that...
1
by: Lelu | last post by:
Hi, My HTML form is generating some blank email responses; does anyone see anything wrong with the scripts?: function isFormVarExcluded(thisForm, strToCheck) { var strExcludeVars =...
0
by: kronus | last post by:
Hey everyone, I am stumped once more and you guys have always helped in one way or the other. I am just now starting to fool around with using PEAR to send html emails. Following the sample...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.