|
| |
| | Transparency (computing) - Wikipedia, the free encyclopedia |
 | | In object-oriented programming, transparency is facilitated through the use of interfaces or header files with different implementations. |  | | In computing and networking, a software that supports different logical actions through the same user or application interface is transparent. |  | | Similarly, some file systems allow transparent compression and decompression of data, enabling users to store more files on a medium without any special knowledge; other file systems encrypt files transparently. |
|
http://wikipedia.lotsofinformation.com/wiki/index.php/Transparency_(computing)
|
|
| |
| | Baikal Explorer - Baikal lake water transparency - The Face of Baikal |
 | | The transparency changes abruptly at a depth of 200 - 250 metres (the isoclines are closely spaced). |  | | The high degree of transparency of Baikal's waters is due to a number of factors. |  | | A similar distribution of transparency can be explained by the undercurrent of transparent deep waters along the western shores of the lake. |
|
http://www.baikalex.com/info/water/watertransparency.html
|
|
| |
| | Transparency and International Investor Behavior |
 | | Rather, lower transparency means that less information is made publicly available, which in turn implies that the gap between those who know and those who do not becomes larger. |  | | We would note that there is a natural linkage between low transparency and asymmetry of information. |  | | The investment information at the individual fund level allows us to measure herding behavior, which is not possible with aggregate data. |
|
http://www.brook.edu/views/papers/wei/20021016.htm
|
|
| |
| | The Gnomon Workshop - Transparency Shadows |
 | | This creates problems if you have transparency mapped objects, as is the case with the wall. |  | | A transparency mapped object casting Dmap shadows which can be efficiently managed in regards to quality and render time. |  | | The reason is simply that you can get a much smoother level of detail via transparency. |
|
http://thegnomonworkshop.com/tutorials/transparency_shadows/trans_shadow.html
|
|
| |
| | [No title] |
 | | For the purposes of this document, "transparency" refers to the original Internet concept of a single universal logical addressing scheme, and the mechanisms by which packets may flow from source to destination essentially unaltered. |  | | The loss of transparency at the Intranet/Internet boundary may be considered a security feature, since it provides a well defined point at which to apply restrictions. |  | | The causes of this loss of transparency are partly artefacts of parsimonious allocation of the limited address space available to IPv4, and partly the result of broader issues resulting from the widespread use of TCP/IP technology by businesses and consumers. |
|
http://www.rfc-editor.org/rfc/rfc2775.txt
|
|
| |
| | Java2D: An Introduction and Tutorial |
 | | You set transparency by creating an AlphaComposite object then passing it to the setComposite method of the Graphics2D object. |  | | Java2D permits you to assign transparency (alpha) values to drawing operations so that the underlying graphics partially shows through when you draw shapes or images. |  | | There are 8 built-in mixing rules (see the AlphaComposite API for details), but the one normally used for drawing with transparency settings is AlphaComposite.SRC_OVER. |
|
http://www.apl.jhu.edu/~hall/java/Java2D-Tutorial.html
|
|
| |
| | The IMF Fiscal Transparency Code, by Barry Potter and Richard Humphreys, February 23, 1999 |
 | | In terms of rationale for the code I think the basic point is policy transparency is quite fundamental in the way that an economy is run. |  | | I would urge you not to be frightened by the IMF's use of buzz words and code words for things that you would probably recognise in other terms. |  | | We hope that many will do that and then come out with some kind of evaluation report on how they have been doing and if they do, the intention is to put that on the Transparency Web Site http://www.IMF.org/fiscal. |
|
http://www.internationalbudget.org/conference/2nd/imf.htm
|
|
| |
| | PNG transparency test |
 | | Browser is under the delusion that the transparency data is a palette index, rather than an alpha value. |  | | This could be caused by a bug in which the browser fails to match transparent colors correctly, causing it to think colors are transparent when they aren't. |  | | You might not expect transparency problems in an image that has no transparency, but Netscape 4 manages to get this wrong. |
|
http://entropymine.com/jason/testbed/pngtrans
|
|
| |
| | Transparency Basics |
 | | Use transparency to pull down image colors that are too bright (made for computers) so that they look great on WebTV by setting transparency=20. |  | | There are some transparency "bugs" in the values around 30 that can turn into strange colors. |  | | This code for this cell is identical, except for the transparency attribute: |
|
http://www.net4tv.com/net4TV/u2u/TRANSP1.HTM
|
|
| |
| | Is Transparency the Killer Virtue? Linux Journal |
 | | Opacity may be a virtue of commercial software and drive its value, but ultimately it disqualifies that software as deep infrastructure. |  | | As ESR demonstrated in The Magic Cauldron, it does not make economical sense to open-source non-commodity software (such as applications) and therefore it is likely that transparency of software will not matter much to business. |  | | And maybe Microsoft is beginning to understand that some of Linux's appeal is its transparently trustworthy nature. |
|
http://www.linuxjournal.com/article/6196
|
|
| |
| | The Transparency of Experience |
 | | For the transparency considerations are relevant to an account of perceptual justification: it seems reasonable to us that we should come to believe that our environment is a certain way, given that our experience presents that environment as being that way. |  | | The problem of the transparency of sensory imagining which we have outlined suggests that, in fact, the intentional approach faces difficulties, just as the sense-datum approach, in taking the introspective evidence at face value. |  | | In that case, one might better represent the force of the phenomenal transparency objection against sense-data thus: given our initial reports of experience, a sense-datum account of perception could only be correct if those initial impressions were incorrect, or at best seriously misleading. |
|
http://www.nyu.edu/gsas/dept/philo/courses/concepts/martin.html
|
|
| |
| | Antialiasing and Transparency Tutorial |
 | | The ability to tag a region as transparent is a feature of the GIF (89a) file format. |  | | At this point, you may be wondering what kind of support for transparency is in the JPEG file format. |  | | This does mean that graphics created using the GIF format for transparency aren't very portable. |
|
http://www.lunaloca.com/tutorials/antialiasing
|
|
| |
| | Sky transparency forecast for astronomical purposes |
 | | The quality of the sky transparency is represented by 5 colour levels. |  | | Observing deep sky objects such as faint galaxies and nebulae requires excellent sky transparency. |  | | As we have already discussed, there are many other elements which could affect the sky transparency. |
|
http://www.cmc.ec.gc.ca/cmc/htmls/transparence_e.html
|
|
| |
| | NeHe Productions: OpenGL Lesson #08 |
 | | The alpha value that is used for transparency can be read from a texture map just like color, to do this, you will need to get alpha into the image you want to load, and then use GL_RGBA for the color format in calls to glTexImage2D(). |  | | Then we set the equation, and turn off depth buffer writing when drawing transparent objects, since we still want objects behind the translucent shapes to be drawn. |  | | This means when blending is enabled, the object will be 50% transparent. |
|
http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=08
|
|
| |
| | Hands On; Transparency |
 | | The problem turned out to be that I was always using the same background in Photoshop, and when I made it transparent, the edge pixels, having been anti-aliased to merge with that color, did not turn transparent. |  | | Check out the "transparency" title image, it's been done this way, as opposed to the "hands-on" logo. |  | | Another nifty feature is that it will give you the actual size of your file, in bytes, before it closes. |
|
http://www.handson.nu/HTML/transparency.shtml
|
|
| |
| | Martin's Transparent Windows |
 | | With Transparent Windows you can work more efficiently, being able to see the contents of windows below the one you are working on. |  | | It can also be used to disguise windows as something else - you can make your MSN messenger window 90% transparent so it difficult for other people in the room to see what you are typing. |  | | If you are the author of a Shareware or Freeware site (or any software catalogue), you are free to list this software for dowload. |
|
http://www.martinutils.com
|
|
| |
| | Transparencies Overhead Projector |
 | | These daylight projectable coloured digital agrculture O.H.P. transparencies (Fully Digital Computer designed... |  | | index refers you to related transparencies in other files... |  | | was a perception that OHP transparencies, much like a slide library for... |
|
http://www.best-in-projectors.com/OPG/transparencies-overhead-projector.html
|
|
| |
| | References |
 | | Much of this information also provides a good overview of what Transparency is about and how it can be used in classrooms as a teaching aid. |  | | On a page titled Archaeology of Criticism, Elkins quotes Transparency: "All of us contain within ourselves an inherent knowledge that we are in a fallen state and a state of exile. |  | | For example, a reference to a class that used an essay may be in the past tense when the class is also using the essay now or will use it again in the future. |
|
http://www.transparencynow.com/references.htm
|
|
| |
| | A VC: Transparency |
 | | May 5, 2004 1:31:31 AM The downside of transparency is the possibility that somebody will think of your next great idea before you do. |  | | May 4, 2004 9:09:10 AM Transparency is everything Fred. |  | | May 4, 2004 7:35:00 PM Well, I can tell by this entry that I like you already. |
|
http://avc.blogs.com/a_vc/2004/05/transparency.html
|
|
| |
| | PressThink: From Wen Ho Lee to Judy Miller: The Transparency Era at the New York Times |
 | | Does the Time's new transparency move the paper's structure, or division of a story, in a way that helps the reader know "that what you just reported is true? |  | | So that the rise of "transparency" as the guarantor of truth pretty much devalues information that hasn't been "socialized" - which means that not only confidential sourcing is reduced to the level of "conspiracy", but also original thought itself? |  | | Wouldn't it be ironic if the new transparency (which extends beyond the Times) simultaneously enabled a new opacity: i.e., the belief that what is not apparent must never have happened? |
|
http://journalism.nyu.edu/pubzone/weblogs/pressthink/2004/05/29/lee_note.html
|
|
| |
| | Vitrite - Useless window transparency since 2002 |
 | | Vitrite is a tiny utility written by me, Ryan VanMiddlesworth, that allows you to manually adjust the level of transparency for almost any visible window. |  | | It works by utilizing a feature present in Windows 2000/XP (and all later incarnations) for variable window transparency. |  | | If you wish to make a window transparent, you simply bring the window into focus (i.e. |
|
http://home.insightbb.com/~ryanvm/tinyutilities/vitrite
|
|
| |
| | Transparency International Slovakia |
 | | Centre for Economic Development (CED), a non-governmental institution with headquarters in Bratislava and founded in 1993, has been involved in problems of transparency in the Slovak economy since the project “Transparency in Slovak economy” in 1997. |  | | In September 1998, CED became a branch of TI international non-governmental institution network and Transparency International Slovakia started its activities within CED. |  | | Corruption fighting is a difficult, complex and money-consuming process. |
|
http://www.transparency.sk/english/about.htm
|
|
| |
| | EconPapers: The Equilibrium Degree of Transparency and Control in Monetary Policy |
 | | A maximum feasible degree of control with a minimum degree of transparency is then a likely outcome. |  | | Under discretion, both minimum and maximum transparency are equilibria. |  | | We argue that discretion is the more realistic assumption for the choice of control and that commitment is more realistic for the choice of transparency. |
|
http://econpapers.repec.org/paper/cprceprdp/2195.htm
|
|
| |
| | Transparency Mauritius |
 | | Pour un dénouement rapide des enquêtes dans la transparence |
|
http://transparencymauritius.intnet.mu
|
|
| |
| | Pierre Delisle's Blog: More transparency into the JSTL Expert Group spec work |
 | | One key goal of the new JCP 2.6 (Java Community Process) introduced earlier this year is to create more transparency into the specification work performed by the Expert Groups. |  | | The users mailing list for jstl-spec-public is now available to the community to post comments and bring up issues related to the JSTL spec that can then be discussed by the community at large. |  | | To promote this goal of increased transparency, the JavaServer Pages Standard Tag Library (JSTL) expert group (JSR-052) is launching project |
|
http://weblogs.java.net/pub/wlg/1405
|
|
| |
| | TTE-Visual: Customer Service |
 | | These all are linked to the 84 foundation transparencies in the File ‘Europe’ and provide to each transparency an average of 20 visuals for wider understanding. |  | | Added is a new file on ‘Organic Chemistry’ with 106 transparencies to accommodate the needs of advanced Chemistry courses. |  | | He takes with him the German version of File 4 “History 1900-1945”, containing the first 80 transparencies, now available. |
|
http://ttevisual.com/news/news.asp
|
|
| |
| | OJR article: Transparency Begets Trust in the Ever-Expanding Blogosphere |
 | | "We are witnessing the growth of a culture of transparency," he says. |  | | And I was impressed with the desire, in varying degrees, by everyone in this group to enhance the transparency of our business, journalism," with the goal of building and rebuilding readers' trust. |  | | "It is our turn to open the shades, to reveal our process and prejudice, to engage in the conversation, to join in the community -- to be transparent. |
|
http://ojr.org/ojr/technology/1092267863.php
|
|
| |
| | Panarchy - View Document |
 | | Reciprocal transparency promotes and strengthens the relational principles of Panarchy. |  | | As David Brin puts it in his book The Transparent Society, |  | | Reciprocal transparency means simply that you can see them and they can see you. |
|
http://www.panarchy.com/Members/PaulBHartzog/Writings/Transparency
|
|
| |
| | Transparency (Java 2 Platform SE v1.4.2) |
 | | interface defines the common transparency modes for implementing classes. |  | | Represents image data that contains or might contain arbitrary alpha values between and including 0.0 and 1.0. |  | | Represents image data that is guaranteed to be either completely opaque, with an alpha value of 1.0, or completely transparent, with an alpha value of 0.0. |
|
http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Transparency.html
|
|
| |
| | Transparency in Monetary and Financial Policies |
 | | The design of the good transparency practices in the Code rests on two principles. |  | | The Committee, in its Communiqué of September 26, 1999, urged "all members to implement the new Code." |  | | The Supporting Document provides a fuller description of each of the transparency practices of the Code, the rationale of the practices in the context of transparency, examples of how the transparency practices are applied by central banks and financial agencies (including alternative ways to achieve the objective), and some considerations in implementation. |
|
http://www.imf.org/external/np/mae/mft
|
|
| |
| | MediaPost Advertising & Media Directory |
 | | The site is chock full of insight into how Microsoft works, including examples of how developers are using Microsoft products, what's on the drawing board, and more. |  | | The Channel 9 team responds to posts in its forums, and in doing so makes Microsoft more transparent to its developers. |  | | One company that's trying to be more transparent is Microsoft. |
|
http://www.mediapost.com/dtls_dsp_Spin.cfm?fnl=040914
|
|
| |
| | What's Your Brand Mantra?: Transparency's Silver Lining |
 | | In my opinion, transparency is a great thing, but it takes a lot of courage. |  | | I do think that it requires a different mindset and a different paradigm of branding. |  | | This is transparency at its finest: how many companies are willing to be open enough to allow feedback from customers that the entire world can see? |
|
http://brand.blogs.com/mantra/2004/05/transparencys_s.html
|
|
| |
| | Transparency Article Archive |
 | | Transparency will work with you to determine which factors provide the greatest insight for your business, and help strategize the best methods for cataloging the information. |  | | Integrated brand development is tied closely to business goals and strategy. |  | | Following is a list of classic performance metrics. |
|
http://www.transparency.com/metrics.html
|
|
| |
| | Rick LaPlante's WebLog : Transparency, snowmobiling, and other potentially dangerous, but rewarding endeavors… |
 | | But why is transparency so important (enough to risk metaphorical life and limb as it were)? |  | | This has led me to starting another potentially dangerous, but ultimately rewarding endeavor – transparency in a commercial software development and release process. |  | | But we will work hard to be visible, understand the feedback, and provide much more transparency into our thinking and “mental model” behind these types of decisions. |
|
http://blogs.msdn.com/rickla/archive/2004/06/29/169429.aspx
|
|
| |
| | There is No Corporate Privacy, and That's a Good Thing. |
 | | One fascinating side effect of our networked world is that many things are now transparent. |  | | In a transparent organization, the right vendor can reach the right person. |  | | Turns out, the new move toward transparency is also free and can be profitable too. |
|
http://www.fastcompany.com/magazine/73/sgodin.html
|
|
| |
| | AudioVideo101.com - Audio/Video Dictionary |
 | | Think of transparency as looking through a window - on the other side of the window is the band; with a transparent system you can easily see the band and watch them play in full detail, however, with a dirty window (less transparency) it is more difficult to make out the band and the details. |  | | For more information check out these related terms: |  | | While a given amplifier may be extremely transparent on its own, if it is used to drive a muddy speaker, the end result will not be a transparent system. |
|
http://www.audiovideo101.com/dictionary/transparency.asp
|
|
| |
| | David Brin's Official Web Site: Articles About Transparency, Security and Privacy |
 | | A provocative interview I did about The Transparent Society appeared in Switch. |  | | Perhaps the best cursory look at the unusual argument I make in The Transparent Society can be found in "A Parable about Openness." A clipped section -- plus some summarized points -- is available for reading on this site. |  | | I've been writing about the issues of transparency, security and privacy for several years before the publication of The Transparent Society. |
|
http://www.davidbrin.com/privacyarticles.html
|
|
| |
| | ►► ZeroHero Software ◄◄ |
 | | AlphaXP is a program which adds advanced transparency effects to Windows 2000/XP computers. |  | | A lot of work has gone into AlphaXP to make it the very best and it shows because AlphaXP is used and loved by thousands of people worldwide and has won many 5-star awards. |
|
http://www.zeroherosoftware.com
|
|
| |
| | Transparency |
 | | Members in favor of external transparency attempt to counter those fears by insisting that the particular needs of developing countries will factor heavily into improvements. |  | | The increase in external transparency has served to increase internal transparency as well. |  | | However, external transparency measures can also have the opposite effect on internal transparency. |
|
http://www.cid.harvard.edu/cidtrade/issues/transparency.html
|
|
| |
| | Mineral Resources: Transparency |
 | | A mineral should always be viewed by placing it between the viewer and the light source if one wants to check its transparency. |  | | A mineral type can exhibit more than one level of transparency, and, in fact, most transparent minerals also occur in translucent forms. |  | | A specimen with such characteristics is said to be transparent in thin splinters or transparent in thin sections. |
|
http://www.minerals.net/resource/property/transpar.htm
|
|
| |
| | WTO - Official ministerial website - about the ministerial - procurement (transparency) |
 | | There are a number of proposals regarding the way in which the WTO work in this area might be pursued in future. |  | | Second, the focus is on transparency as such, rather than on transparency as a vehicle for monitoring market-access commitments. |  | | One option is the conclusion of a multilateral transparency agreement in the context of a new round, another being the continuation of the work in the Working Group. |
|
http://www.wto.org/english/thewto_e/minist_e/min99_e/english/about_e/17proc_e.htm
|
|
| |
| | Transparency Effects using the Alpha Filter |
 | | You can add some cool transparency effects on your webpages using Microsoft's propritery Alpha filter. |  | | The Alpha filter uses the following syntax : |  | | Copy and Paste the following code exactly in the IMG tag. |
|
http://tagsnstyles.host.sk/csstricks/trans.htm
|
|
| |
| | The IMF and Good Governance--Address by Michel Camdessus |
 | | Yes, the programs are far-reaching and confirm the basic intuition of your organization: that anyone who takes the need for transparency seriously will profoundly change the course of events. |  | | Broadly speaking, our approach is to maximize the transparency of government financial operations and create systems that minimize the scope for making decisions on an ad hoc basis and for giving preferential treatment to individuals and organizations. |  | | Just as corporations and financial institutions must become more open and transparent, so too must their governments. |
|
http://www.imf.org/external/np/speeches/1998/012198.htm
|
|
| |
| | Factsheet - How Does the IMF Encourage Greater Fiscal Transparency? |
 | | The revised version of the Code now on the website was approved by the Executive Board on March 23, 2001. |  | | Implementing the Code requires an assessment of the transparency of fiscal management systems in member countries and establishing country-specific priorities for improving fiscal transparency. |  | | As a first step towards implementing the fiscal transparency code, the IMF is encouraging country authorities to complete a fiscal transparency questionnaire. |
|
http://www.imf.org/external/np/exr/facts/fiscal.htm
|
|
| |
| | Laurie McCanna's Tips and Tutorials - Create Transparency in Paint Shop Pro |
 | | Enter your Index number where it asks for the Value of the transparency color. |  | | When you're creating a transparent gif, you are defining a single color as transparent. |  | | To create a transparent gif using Paintshop Pro, you'll need to find out the Index Number of the color you want to be transparent. |
|
http://www.mccannas.com/othertip/pspt.htm
|
|
|