473,581 Members | 2,783 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

A new JavaScript tutorial(Beta)

Hello Everyone,

I have just compleated a JavaScript tutorial and publishing the
draft(or the beta version, as I like to call it) for review. This is
not open to public yet.

The Tutorial is avaliable at...
http://www.geocities.com/binnyva/cod...nced_tutorial/

If any of you could spare the time, please have a look at my tutorial
and let me know if you find any errors/omissions.

Don't think much of the word 'Advanced' in the title - when I started
the tutorial, I had high hopes for the tutorial. But after some months
with very little free time in them, my standards came down - a lot.

Thanks in advance,

Binny V A
http://binnyva.blogspot.com/

Aug 31 '05 #1
15 4203
bi*****@hotmail .com wrote:
Hello Everyone,

I have just compleated a JavaScript tutorial and publishing the
draft(or the beta version, as I like to call it) for review. This is
not open to public yet.

The Tutorial is avaliable at...
http://www.geocities.com/binnyva/cod...nced_tutorial/

If any of you could spare the time, please have a look at my tutorial
and let me know if you find any errors/omissions.

Don't think much of the word 'Advanced' in the title - when I started
the tutorial, I had high hopes for the tutorial. But after some months
with very little free time in them, my standards came down - a lot.


JavaScript != JScript: http://www.jhz-cs.com/guides/js/jscript.html

Why waste time copying form values to variables when you could just use
the form value directly?

Seems to me that a wheel has just been re-invented. Googling for
"javascript tutorial" (with the quotes) returns 130,000 hits. When I
searched, WC Schools was first.

--
Hywel
http://kibo.org.uk/
Aug 31 '05 #2
Hywel Jenkins wrote:
Seems to me that a wheel has just been re-invented. Googling for
"javascript tutorial" (with the quotes) returns 130,000 hits. When I
searched, WC Schools was first.


Writing a short tutorial (or even an in depth one) could be considered a
good exercise to expand one's understanding of a topic. I wouldn't say
this is a complete waste of time.
Aug 31 '05 #3
Ivo
<bi*****@hotmai l.com> wrote

I have just compleated a JavaScript tutorial and publishing the
draft(or the beta version, as I like to call it) for review.


Oh God, not another one! You have to understand that this is my first
reaction when a post begins with such a line. Why another Javascript
tutorial? Aren't there enough of them around by now? From the most basic to
expert, from crap via laughable to really thoughtful and original, all
levels are represented already on a zillion sites. And they are mostly
copies of eachother. Writing a tutorial, on any topic, is a good learning
experience, but offering it to others for reading, requires a different kind
of writing.

OK, so much for a first reaction. Then, I notice three spelling and grammar
errors in that same first line, and whatever is left of my positive attitude
very quickly disappears. If the tutorial is equally untidily written,
learning anything from it is going to be a real challenge. Consider :
compleated -> completed
publishing -> publish / am publishing
draft(or -> draft (or

I went to the URL you gave. When I click a link on that page, IE reports an
error on line 33. I didn't investigate further.
hth
ivo
Aug 31 '05 #4
JRS: In article <uL************ ********@twiste r.nyc.rr.com>, dated Wed,
31 Aug 2005 21:59:54, seen in news:comp.lang. javascript, Kevin Newman
<Ca******@unFoc us.com> posted :
Hywel Jenkins wrote:
Seems to me that a wheel has just been re-invented. Googling for
"javascript tutorial" (with the quotes) returns 130,000 hits. When I
searched, WC Schools was first.


Writing a short tutorial (or even an in depth one) could be considered a
good exercise to expand one's understanding of a topic. I wouldn't say
this is a complete waste of time.

Agreed : writing a tutorial must be self-educational. I once had a
Professor who undertook to deliver a lecture course on the grounds that
it was on a topic that he wanted to know more about - however, he was an
acknowledged genius.

The question is whether such a tutorial will be worth reading.

The newsgroup FAQ does not explicitly list any Javascript tutorials.

--
© John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.c om/faq/> JL/RC: FAQ of news:comp.lang. javascript
<URL:http://www.merlyn.demo n.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demo n.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
Sep 1 '05 #5
Hi,
Writing a short tutorial (or even an in depth one) could
be considered a good exercise to expand one's understanding
of a topic. I wouldn't say this is a complete waste of time. Yes, writing the tutorial increased my knowledge. But
it is not by the contents of the tutorial - but by the
research I put into making it.
Seems to me that a wheel has just been re-invented.
Googling for "javascript tutorial" (with the quotes)
returns 130,000 hits. When I searched, WC Schools was first. I admit that there is a lot of JavaScript tutorials out
there - and this my addition to that endless list. I may
be reinventing the wheel, but then again, reinventing the
wheel is fun!
I went to the URL you gave. When I click a link on that page,
IE reports an error on line 33. I didn't investigate further.

Sorry about the javascript errors in my site. There is nothing that I
can do about it - all the errors are created and maintained by my web
host - geocities.com.

Sep 2 '05 #6
Hi,
Writing a short tutorial (or even an in depth one) could
be considered a good exercise to expand one's understanding
of a topic. I wouldn't say this is a complete waste of time. Yes, writing the tutorial increased my knowledge. But
it is not by the contents of the tutorial - but by the
research I put into making it.
Seems to me that a wheel has just been re-invented.
Googling for "javascript tutorial" (with the quotes)
returns 130,000 hits. When I searched, WC Schools was first. I admit that there is a lot of JavaScript tutorials out
there - and this my addition to that endless list. I may
be reinventing the wheel, but then again, reinventing the
wheel is fun!
I went to the URL you gave. When I click a link on that page,
IE reports an error on line 33. I didn't investigate further.

Sorry about the javascript errors in my site. There is nothing that I
can do about it - all the errors are created and maintained by my web
host - geocities.com.

Sep 2 '05 #7
binny v a wrote in message news:11******** **************@ g49g2000cwa.goo glegroups.com.. .
Hello Everyone,

I have just compleated a JavaScript tutorial and publishing the
draft(or the beta version, as I like to call it) for review. This is
not open to public yet.

The Tutorial is avaliable at...
http://www.geocities.com/binnyva/cod...nced_tutorial/

If any of you could spare the time, please have a look at my tutorial
and let me know if you find any errors/omissions.


Every tutorial has its pros and its cons. The cons is that there are
zillions of tutorials floating around, the pros are that with every
tutorial you might learn something new. Besides, writing or developing
such a tutorial allows (and in the end requires) you to understand the
presented matter.

I am sorry, I didn't look for errors or omissions, but just browsed
through it and it has several neat thingamajiggys in it ;-)
one of them is the possibility (with the evil "eval()") to execute
your own javascript or test results.

now on this I have the following question, and I hope someone can
answer this:
I use Firefox (1.0.6) and on the page
http://www.geocities.com/binnyva/cod...al/moving.html
at the end, you can "move" two <div>s containing jokes around.
when I initially load the page and write:
alert(document. getElementById( "joke_2").style .left)
I get a blank alert box, but as soon as I write:

document.getEle mentById("joke_ 2").style.le ft = 120;
document.getEle mentById("joke_ 2").style.wi dth = 290;
alert(document. getElementById( "joke_2").style .left)

the alert box returns 120px.
Why is
document.getEle mentById("joke_ 2").style.le ft
blank at the beginning? shouldn't the style be computed and
filled in by the agent?
Sep 2 '05 #8
Robi wrote:
binny v a wrote:
I have just compleated a JavaScript tutorial and publishing the
draft(or the beta version, as I like to call it) for review.
This is not open to public yet.

The Tutorial is avaliable at...
http://www.geocities.com/binnyva/cod...nced_tutorial/

If any of you could spare the time, please have a look at my
tutorial and let me know if you find any errors/omissions.

Omissions are inevitably too numerous to list. With a subject so vast
there is little chance of covering everything in 14 short pages.
However, one serious omission arises from providing example mark-up in
XHTML style while promoting browser-scripting strategies that will fail
if they are exposed to an XHTML DOM. That contradiction really deserves
some words of explanation.

It is also a significant omission not to explain the extent to which the
example code is IE only (or at least effective only in IE and it's close
imitators) and/or relies on browsers operating in 'quirks' mode.

While the majority of the approaches and techniques presented are
sub-optimal (in the code they use and in cross-browser scripting terms)
actual errors mostly relate to the discussion and examples of (X)HTML
mark-up. This is well illustrated by this section opening paragraphs:-

<quote
cire="http://www.geocities.c om/binnyva/code/javascript/advanced_tutori al
/">
JavaScript or JScript is a language that can be seen as the next step
from HTML. HTML is concerned with the simple display and presentation of
text and images. JavaScript offers more interactivity for the user and
above all more choice and understanding of the world wide web.
</quote>

-, the many examples of invalid mark-up, and particularly this section:-

<quote
cite="http://www.geocities.c om/binnyva/code/javascript/advanced_tutori al
/div_span.html">
Span is a tag very similar to DIV in its properties. The difference
between the two is the while the DIV is a block-level element, SPAN is
an inline element. Both DIV and SPAN are grouping elements. The DIV and
SPAN elements, in conjunction with the id and class attributes, offer a
generic mechanism for adding structure to documents.

So when do you use SPAN and when do you use DIV? Use DIV if you want do
enclose lengthy contents or if the enclosed text will have HTML tags in
them. Use span for enclosing very small contents.

....

<style type="text/css">
div.thequote {
border:1px dashed black;
padding-left:50px;
padding-right:50px;
}
span.quoter {
padding-left:40px;
font-style:italic;
}
</style>
<div class="thequote ">I accidentally shot my father-in-law
while deer hunting. It was an <u>honest</u> mistake.
I came out of the tent in the morning and thought <b>I saw
a deer in an orange vest making coffee</b>.<br />
<span class="quoter"> Steven Wright</span></div>

If you are serious about web development, you should know these two tags
very well - they have awesome powers. These tags in alliance with CSS
are currently posing a great threat to the other tags. If these two tags
and CSS had their way, many old and obsolete tags would die - the first
to go will be the font tag. Next in line will be other tags like
b(bold) - will be replaced by <strong>, i(italics) - to be replaced by
<em>, etc. I have even heard reports that div is going to replace the
old(and faithful) table tag in layout! These tags with some others are
promising to bring about the HTML utopia - the separation of design and
content.
</quote>

Which demonstrates an apparent absence of technical understanding of
HTML mark-up.
Every tutorial has its pros and its cons. The cons is that
there are zillions of tutorials floating around,
There is nothing wrong with having zillions of tutorials around.
the pros are that with every
tutorial you might learn something new.
The expression that a little knowledge can be a dangerous thing can be
very applicable to javascript tutorials fond on the Internet.
Besides, writing or developing such a tutorial allows
(and in the end requires) you to understand the
presented matter.
Unfortunately that just is not true. It is true of writing a good
tutorial, by which I mean a tutorial that is complete, technically (and
otherwise) accurate, useful and capable of being understood by its
readers. Writing a bad tutorial requires no more than an ability to
churn out words (and certainly no understanding of the subject).

The problem with having zillions of tutorials available on the Internet
is that they range in quality form the very good to the catastrophicall y
bad, and that the vast majority (numerically) are at the bottom end of
that spectrum.

There is nothing to stop anybody writing a javascript "tutorial" and
publishing it on the Internet. A significant factor in their doing so is
their confidence in their own abilities and knowledge of the subject.
And confidence can be derived from superficial achievement, and
bolstered by isolation and an under-awareness of the full set of issues
that apply to Internet browser scripting.

A newcomer to the language, having learnt to (more of less) use the
language constructs will frequently find themselves massively frustrated
by their first exposures to having to get scripts to operate in more
than one browser (and people still talk of "both browsers", when there
are at lest 5 distinct flavours of dynamic visual browser in current
use, let alone all the other scriptable but less dynamic, or less
visual, browsers). Having experienced the initial extreme of frustration
the achievement of getting even one non-trivial script (say, a drop down
menu or similar) to satisfy some demonstrable criteria of "working" in
two or three test browsers can be a massive boost to the self-confidence
of its author.

I know that that was how it worked for me, and find it difficult to
express my gratitude towards the regulars of this group for totally
destroying my confidence in my own ability to script web browsers in
very short order after I started to post here. Without that I would not
now be in a position to appreciate how little I really understood at the
time, and how misplaced that initial confidence was.

Writing an explanation of a subject (that may take the form of a
tutorial, or be regarded as such) actually is a very good way of testing
your own understanding of a subject. If you can explain something to
someone else in a way that they understand then the chances are very
good that you understand what you were explaining yourself.

However, it is also possible to do a good job of explaining your
misconceptions to someone else such that they will share your
misconceptions, and unfortunately that is an issue with many web
tutorials. One way of avoiding that is to get critical feed-back about
your understanding and explanations from suitably qualified individuals.

In this respect participating in technical newsgroups is extremely
valuable as it presents an opportunity to try to provide technical
explanations on specific aspects of a subject under the scrutiny of at
least some individuals with a potentially better understanding, and so
misconceptions (and unconsidered issues) are likely to be raised in
response. And you often get to find out how well the individual
receiving the explanation understood it from how they respond.

It is probably the experience of critical feed-back that makes for a
good tutorial, but is would be best if that experience was gained prior
to writing the tutorial. Asking for a review of a completed tutorial is
probably better than nothing (assuming a willingness to re-write it in
response) but it is not very practical for anyone to make a full
response to 14 wide-ranging pages littered with incomplete and dubious
advice, and so the types of response elicited are likely to be easily
dismissed (to the detriment of the result).

Unfortunately a very low average quality also blights books on
javascript. I recall reading an example chapter from a javascript book
that featured the word "advanced" in its title, to find it filled with
bad advice, (IE) browser specific code and examples that would be better
described as needlessly convoluted than advanced.

"Advanced" is of course a relative term, and depends on where you are
observing from. The 'tutorial' mentioned above does not deserve the
label as its contents and subjects are very run of the mill browser
scripting. I am reminded of the interview for my current job, which was
advertised a requiring "advanced DHTML", and for which the interviewers
set a 'technical' test. I found that test very disappointing as it
hardly probed the knowledge of the candidates at all, requiring no more
than a broad familiarity with the more commonly used features of a
browser's object model, some familiarity with CSS and the ability to
recognise some really glaring syntax errors.

I stated after the test that I thought anyone who did not get 100%
should not be employed to script web browsers at all, and later
discovered that one of the reasons that I was offered the job was that
none of the other candidates had passed that same test. Which means that
every other applicant had believed themselves capable of writing
"advanced DHTML"[1] while actually not being qualified to script
browsers at all (or they were planning of trying to wing it).

[1] An alternative explanation would be that they didn't take the job
adverts' wording seriously, which is actually understandable as most
browser-scripting related job adverts betray apparent incomprehension on
the part of the prospective employer as to what they actually want
(proposing as they do combinations such as graphic design and DHTML,
advanced javascript and Dreamweaver, and so on).
I am sorry, I didn't look for errors or omissions, but just
browsed through it and it has several neat thingamajiggys
in it ;-) one of them is the possibility (with the evil
"eval()") to execute your own javascript or test results.
One of the rare justified employments for the eval function is
demonstrating the execution of javascript source code. Which doesn't
alter the assertion that eval is almost never of use in javascript
authoring, as pages with javascript as their subject, using eval for
demonstration purposes are a very tiny proportion of the applications
of javascript.
now on this I have the following question, and I hope
someone can answer this:
I use Firefox (1.0.6) and on the page http://www.geocities.com/binnyva/code/javascript/
advanced_tutor ial/moving.html at the end, you can "move" two <div>s containing jokes around.
when I initially load the page and write:
alert(document. getElementById( "joke_2").style .left)
I get a blank alert box, but as soon as I write:

document.getEle mentById("joke_ 2").style.le ft = 120;
document.getEle mentById("joke_ 2").style.wi dth = 290;
alert(document. getElementById( "joke_2").style .left)

the alert box returns 120px.
That is an interesting observation that I will return to later.
Why is
document.getEle mentById("joke_ 2").style.le ft
blank at the beginning?
This is a common question and arises from an under appreciation of the
role of an element's - style - object, and the application of styles
through CSS. On a previous page in the 'tutorial' you find:-

<quote
cite="http://www.geocities.c om/binnyva/code/javascript/advanced_tutori al
/styles.html">
.... . The style can be anything that can be used as a CSS style. The
following format is to be used for all style changes.

document.getEle mentById('ID_OF _THE_ELEMENT'). style.TYPE = 'NEW_VALUE';

The equivalent CSS statement will be

#ID_OF_THE_ELEM ENT {
TYPE : NEW_VALUE;
}

An example

document.getEle mentById('name' ).style.color = 'blue';

And the CSS will be

#name {
color : blue;
}
</quote>

- in which the property of the - style - object is equated with the type
of style declaration that you would find in a STYLE element or an
external style sheet.

CSS may be declared/defined in many ways in an HTML document. It may be
found in external style sheets (imported as files), it may be found on
the page in STYLE elements, e.g.:-

<style type="text/css">
..someClass {
position:relati ve;
}
</style>

- or it may be specified as an attribute of an element, e.g.:-

<div style="position :relative;"> ... </div>

How CSS rules are applied to HTML elements is determined by a number of
factors. There is the cascade (the C in CSS), in which the last
(applicable (possibly by media type)) rule encountered overrides
equivalent properties from rules previously encountered. And there is
specificity, where the most specific rule applies to any given element.
The CSS specification is the best guide to how these mechanisms work.
However, the style attribute of an element is the most specific way of
assigning CSS to an element and so the contents of a style attribute
override all other CSS rules (well almost, as rules that are declared as
!Important can still come into play (useful in print style sheets where
elements dynamically positioned/hidden through their style attributes
may need more printer-friendly styling)).

In the DOM, an Element object's - style - property is the representation
of the element's style _attribute_ in the HTML, only. It does not
represent the CSS applied to an element through style sheets or
declarations in STYLE elements on the page, only the contents of the
style attribute.

Thus if you read from a property of an Element's - style - object you
will only initially find values where those values are assigned in the
style attribute in the HTML.

If you assign values to the (recognised) properties of an Element's
style object you are effectively re-defining its style attribute (this
is in terms of the live DOM and may not be reflected in values read
using getAttribute('s tyle') on the element). Such assignments are an
effective mechanism for setting CSS values because it is in the nature
of the style attribute to override all other CSS assignments in other
locations.
shouldn't the style be computed and
filled in by the agent?


The style is computed, and computed styles are available on W3C DOM
styles implementing browser through the getComputedStyl e method of the
defaultView interface, and on IE 5+ through the currentStyle object that
is also a property of Elements (though currentStyle properties are not
as accurately representative as those derived from the getComputedStyl e
method, where available).

But because the style property of elements is a representation of the
style attribute in the HTML it should not initially be assigned values
that do not appear in the attribute in the HTML. That is; it is not a
general representation of an element's applied styling, but just the
representation of the element's style attribute.

Returning to your observation that the alert reported "120px" when you
had assigned the numeric value 120; the Rules of CSS require that
non-zero length values explicitly state the units in which they are
defined (px, pt, em, cm, and so on). Internet Explorer has always
error-corrected values provided without the CSS units, assuming that
they are px values and assigning the value as a string with 'px' on the
end. Other browsers have sometimes followed IE in this respect, others
follow IE in "quirks" mode and insist upon correct CSS in "strict" mode
(and there are probably browsers that are always strict in their
interpretation of CSS, though I cannot think of any right now).

The practical upshot of this is that if you omit the CSS units from an
assignment you are writing code that will not function under some
circumstances. If, on the other hand, you habitually include the CSS
units you will be writing code that will work exactly the same on all
of the browsers (and in all of the circumstances) where assigning just
the number would work, and also work on all the browsers (and in all
of the circumstances) where a correct CSS value would be required.
E.G.:-

document.getEle mentById("id"). style.top = 120+'px';

Generally, where one approach is available that satisfies all of the
browsers that are capable of a particular action (setting properties on
an element's style object in this case) it is best to learn to always
use that approach habitually, rather than having to think about whether
you can get away with omitting the CSS units (as might be practical on
an IE only Intranet).

Richard.
Sep 4 '05 #9
JRS: In article <df************ *******@news.de mon.co.uk>, dated Sun, 4
Sep 2005 22:11:02, seen in news:comp.lang. javascript, Richard Cornford
<Ri*****@litote s.demon.co.uk> posted :

One of the rare justified employments for the eval function is
demonstratin g the execution of javascript source code.


I quibble : there is no need to use eval for the stated purpose, but it
is necessary for the execution of reader-provided code. The latter is a
facility which needs to be available to a tutorial-user, is generally
available by constructing and viewing a file, and can be made
conveniently available with a button that executes eval of a textarea.

For demonstration of function Fn(), one can start with the page

<script>
function Fn() { alert(123) }
</script>

<input type=button onClick="alert( Fn.toString())" >

and then add what is needed for standards-compliance, decoration, etc.
Fn.toString() is the ultimate essence of what my double-bordered boxes
use.

AFAICS, all browsers are supposed to give a reasonable result from
function.toStri ng() though details vary.

Most of my uses of eval are like T=eval(t0.value ) or
T=+eval(t0.valu e) where t0 is an <input type=text name=t0 ...> and the
user is thereby enabled to give a numeric expression as input (this
helps the metrically-challenged, who can put 12*1.609 to specify with
miles a value which should be kilometres) ... but I'll probably change
that to T = UInp(t0) .

--
© John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.c om/faq/> JL/RC: FAQ of news:comp.lang. javascript
<URL:http://www.merlyn.demo n.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demo n.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
Sep 5 '05 #10

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

Similar topics

4
2564
by: Spartanicus | last post by:
I've started work on a css layout tutorial. I expect that it will take a minimum of several weeks to get to a complete draft stage. I hope to get better feedback by publishing individual pages. I've uploaded 2 draft pages, an index and a list of definitions: http://www.spartanicus.utvinternet.ie/CssLayout/index.htm.remove...
2
3875
by: Bernhard Georg Enders | last post by:
Hi! Everything works fine with Opera and IE, but not with Mozilla 1.7.3 and Firefox 1.0 PR. When I call a function previously defined inside another function I've got "function is not defined". Why? TIA, Bernhard. -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
22
4590
by: VK | last post by:
A while ago I proposed to update info in the group FAQ section, but I dropped the discussion using the approach "No matter what color the cat is as long as it still hounts the mice". Over the last month I had enough of extra proof that the cat doesn't hount mice anymore in more and more situations. And the surrent sicretisme among array and...
1
1168
by: paul | last post by:
I can't get past a HTTP Error 403 - Forbidden - error in the tutorial at: http://beta.asp.net/guidedtour/ It is the Authors tutorial. I start from the beginning and follow step by step. There is no indication that there is any special config required for authentication. Is this tutorial flakey or am I missing something basic? Also when...
8
2507
by: jojobar | last post by:
Okay, I am trying to do is to test the webresource in 2.0 1. I created a new project with assembly name (and default assembly name) "Office". 2. I added the following to the AssemblyInfo.cs file (present under the Properties folder of the project) 3. Now I created a file called test.js on the root folder of the project,
20
1623
by: Mike Meyer | last post by:
Ok, I've given it the interface I want, and made it less of an attractive nuisance. http://www.mired.org/home/mwm/try_python/ is now ready for people to play with. There's no tutorial information on it yet, that's the next thing to do. However, I won't be able to work on it for a while, so if you want to make suggestions about what that...
3
1320
by: Mike W | last post by:
I ran though the ADO.NET tutorials on www.LearnVisualStudio.Net (also available from msdn.microsoft.com) for VB 2005 - specifically lesson 9 of "Visual Basic 2005 Express Edition for Beginners" To my dismay, after following the tutorial a couple of times, it ends with the presenters app functioning correctly while mine does not. The issue is...
20
3272
by: twigster | last post by:
Hey everyone, I'm looking for a good way to obfuscate some Javascript code. Does anyone have a good experience or bad experience with a particular software? thanks
6
2399
by: W. Watson | last post by:
I'd like to print a tutorial in one fell swoop, but it seems most on the various sites are page by page embedded descriptions in the page. Any available as a pdf? Wayne T. Watson (Watson Adventures, Prop., Nevada City, CA) (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time) Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet Two laws...
0
7876
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7804
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
6563
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5681
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5366
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3809
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2307
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1409
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1144
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.