Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
layer
- Page 1
Re: Are SaaS & Cloud Computing Interchangeable Terms?
Community Center
1 Month Ago
by peol
Cloud computing and SaaS (Software as a Service) are not interchangeable terms. Cloud computing includes IaaS, PaaS, and SaaS services that provide computing resources over the Internet. Essentially, SaaS is a subset of cloud computing where users access software applications online without managing infrastructure.
layer selection in cs2
Digital Media
UI / UX Design
19 Years Ago
by mikeandike22
alright i just upgraded to cs2 and i want to know if there was a way to marque select a
layer
like in photoshop 9 you would just ctrl click on the
layer
but it doesnt seem to work in cs2 so how do i do that.
Layer ASP Item Error
Programming
Web Development
17 Years Ago
by mike.mclennan
… press the Long Desc link it will display a div
layer
that shows the long description of that item. I am… ASP bound combo boxes are displayed over top the div
layer
. I tried changing the z-index and using the display…
Re: layer selection in cs2
Digital Media
UI / UX Design
19 Years Ago
by peter_budo
Do Ctrl plus mouse click on tubnail next to name of the
layer
:?:
Layer painting with JLayeredPane
Programming
Software Development
15 Years Ago
by redZERO
… painting, but I don't know how to specify which
layer
i want to paint to. Something I just thought of…
Re: Layer painting with JLayeredPane
Programming
Software Development
15 Years Ago
by JamesCherrill
Small error in your thinking: you don't paint a
layer
- you just paint the things in the JLayeredPane and the &…
Re: How do I open a web page with several layers to a spacific layer?
Programming
Web Development
19 Years Ago
by Ezju
“
layer
Re: How do I open a web page with several layers to a spacific layer?
Programming
Web Development
19 Years Ago
by tgreer
"
Layer
" is an outmoded Netscape term. I'm very fluent … that - a div element. Referring to it as a "
layer
" is bound to cause confusion. That's why I… had to ask you want YOU meant by "
layer
". Visibility of any particular element, including div elements, can…
How can i upload picture in inside the layer
Programming
Web Development
13 Years Ago
by vijayram
…onclick="viewLayer('<?php echo $
layer
->getId() ?>', '<?php echo $
layer
->getName() ?>');">…gt; <?php if ($personal->getPrimaryLayerId() != $
layer
->getId()): ?><div class="text-align-center…quot;>" alt="<?php echo $
layer
->getpicture()?>">Addphoto</a>…
application layer in internet model
Hardware and Software
Networking
14 Years Ago
by chwong
…to use application
layer
in internet model. Application
layer
in Internet model consists of presentation
layer
, session
layer
and application
layer
. What software is… using application
layer
? Q2. FTP…
Have I applied this 3-layer design pattern properly?
Programming
Computer Science
9 Years Ago
by G_S
…a simple dictionary application using the presentation-business logic-data
layer
pattern. I already have the design but am not sure… it is correct: My presentatioon
layer
is a simple GUI where users insert their queries. … dictionary. I think this one is OK. My Business
layer
is where the trouble starts: I have an Entry class…
JLayeredPane transparency layer issue
Programming
Software Development
11 Years Ago
by CoilFyzx
… is a table, then above it there is black transparent
layer
that allows me options and what-not. I animate the… arrival of this transparent
layer
. However when I do this the panel seems to loose…, it starts displaying pieces and bits of the lower
layer
on the Transparent
layer
. Am I missing the need to repaint something…
osi layer
Hardware and Software
Networking
15 Years Ago
by Moe
…directly with user’s application program Application
Layer
2. Error correction and retransmission Data link
layer
3. Mechanical, electrical and Functional Interface… Physical
layer
4. Responsibility of carrying frames between …
Re: Business logic layer
Programming
Software Development
15 Years Ago
by DdoubleD
… another database altogether. Same thing goes for the presentation
layer
, because if you decide to switch to some other … most of the methods should go into the business
layer
even though these methods represent what you are wanting …the desired outcome and maintain separation. For the data access
layer
, that is where you want you OleDb, Sql Server,…
Re: Have I applied this 3-layer design pattern properly?
Programming
Computer Science
9 Years Ago
by G_S
… to James' answer, the new design would be: FIRST
LAYER
: GUI SECOND
LAYER
: a class for storing and processing the data obtained… from the GUI (lowercase, lematization, etc.). THIRD
LAYER
: two classes: one for managing database connections and sql execution…
Please help me to Print Layer content from Java Script
Programming
Web Development
17 Years Ago
by maheshsayani
… help me to Print
Layer
content from Java Script without opening any popup window. Actually i created a
Layer
. When user click… on View One
Layer
will be seen looks like widget displaying… And when user clicks on the Print option in that
layer
the content in that
layer
should be print
Wordpress is good for View,Service & DB Model layer development
Programming
Web Development
11 Years Ago
by logicslab
… independent layers i.e 3 layers such as * Service
Layer
* DB
Layer
* View
Layer
from my analysis I can found that Wordpress has… a **Theme ---- View+DB
layer
** and **cannot Identify a service
layer
**. Please advise me with a solution. Thanks, Anes…
Re: Have I applied this 3-layer design pattern properly?
Programming
Computer Science
9 Years Ago
by JamesCherrill
… a simple application. One would expect to see the middle
layer
consisting of (at least) a Dictionary class that holds a…). SQL has no place here, that belongs in the data
layer
.
Re: Have I applied this 3-layer design pattern properly?
Programming
Computer Science
9 Years Ago
by JamesCherrill
IMHO yes. Second
layer
holds the data model, and has all the methods relating … the GUI depends on the model, not vice-versa) Third
layer
: could be any number of classes. The important thing is…
Re: Have I applied this 3-layer design pattern properly?
Programming
Computer Science
9 Years Ago
by G_S
… the same as third-tier architecture and that the data
layer
is the one in charge of the logic AND data…... But wait, you say the second
layer
holds the data model. Shouldn't that be the third…
3 tier app, data access layer, business logic layer
Programming
Software Development
15 Years Ago
by skylancer
… still confused how to implement it 1. In data access
layer
, could I return datareader? it's the better approach?… inside (insert, update, delete) I make this in business
layer
, so that the OleDBConnection (open and close), OleDbTransaction placed in… I pass this as parameter to data access
layer
, is that good way? 3. if anyone have the …
Re: Have I applied this 3-layer design pattern properly?
Programming
Computer Science
9 Years Ago
by DaveAmour
… vertical part of the app such that it touches every
layer
from the UI, through the business logic, the data access…
Java sockets with OSI 7 layer modle
Programming
Software Development
18 Years Ago
by rpjanaka
… want to know that , java sockets are belongs to which
layer
.....? that mean when I write to, or read from a…, that process is going on in which OSI
layer
......? ex....network
layer
or transport
layer
....? if anyone can, please help me...... thanks you…
Re: osi layer
Hardware and Software
Networking
15 Years Ago
by Avasulthiris
1. Correct 2. Incorrect. Transport
Layer
(
layer
4) 3. Correct. 4. Correct 5. Correct 6. Correct Some of these were a bit tricky. Very good attempt :)
Suitable Design Pattern for C++ Daya Access Layer
Programming
Software Development
15 Years Ago
by rahim_rasimin
…++ to create Data Access
Layer
. Objective is to have clear separate
layer
for Presentation
Layer
, Business Logic, and Data Access
Layer
. Sub Question: 1…
Validation of controls in the business logic layer
Programming
Web Development
14 Years Ago
by whelaro
… the validation (ranges) checks are controlled in the business logic
layer
. The code looks similar to this: [code] public string …(or all controls in general) controls to the business logic
layer
? I'm pretty sure I'm doing this incorrectly so…and BLL so that it can pass to the Presentation
layer
nicely. My hope is that I can limit my interaction…
Re: [ActionScript] How do I gotoandStop on one layer but continue on another?
Digital Media
UI / UX Design
14 Years Ago
by JasonHippy
…. But if you put the frames for the animation in
layer
2 into a separate movieclip and then drag the instance… other animation; then where you've put a stop in
layer
1 of the parent clip, the parent clip will stop… playing. But the child movie-clip on
layer
2 should continue playing as it has it's own…
Changing a jtable or jtextfield property - layer - at runtime
Programming
Software Development
11 Years Ago
by mikewyatt
…show a background image. This is on the default
layer
. Inside I have many items such as lables, …list and a accompaning JLable's property value (Pallet
layer
) from default to pallet and back again. Essentially …essentially appear and dissapear... ie something like JLable_Name.propertyChange.
Layer
.Pallet_Layer I know that was not Java code, but…
Object Instantiators from Data Layer for PHP OOP Applications
Programming
Web Development
9 Years Ago
by jkon
… is the next of “[A simple Data
Layer
for OOP PHP Applications](https://www.daniweb.com…programming/web-development/tutorials/500118/a-simple-data-
layer
-for-oop-php-applications)” so having read…deeper. /** * Abstract class for objects of the model
layer
*/ abstract class _Object { /** * Returns an array with…
transport layer vs data layer
Hardware and Software
Networking
13 Years Ago
by pravdhan
if upper
layer
are receiving error free data from data
layer
why error control is required at data
layer
. pls explain me end to end principle also!
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC