Examples of bigger apps?

hi, I'm having a frustrating time... can anybody help?
I know VC++ fairly well in an amateurish way and I really don't understand how Java apps of any size work... do they use the application-document-view architecture which seems to underpin most VC++ projects? It is proving very difficult to find non-trivial Java apps unless they are way over my head... Where can I get hold of a basic Java application skeleton?
Also, no books online or otherwise seem to explain how you go about splitting things up into discrete classes and yet letting them communicate adequately with one another... or what is the "ancestor" or indeed "parent" of a component... is it a JFrame?... where is all this documented? Where are examples of larger apps? Of the process by which they are developed?
Also, because so much code is taken up with just getting on top of the GUI and the layout managers, programs of any significance seem to grow at a frightening rate meaning that you soon do in fact have to split things up...
And then you find a passing comment in a doc saying "keep your GUI code separate from the business logic"... OK, care to spend a bit of time on that?
Please somebody recommend an online resource...??
Mike

this is a crosspost of http://forum.java.sun.com/thread.jsp?forum=54&thread=157095

Similar Messages

  • Is there any way that you can delete APPS that come on the iPad? For example, the stock app, can you delete that or is it permanently on there?

    Is there any way that you can delete APPS that come on the iPad 2 when you buy it? For example, the stock app, can you delete that or is it permanently on there?

    You cannot delete the preinstalled apps on the iPad. You can check by tapping and holding down on the icon until it wiggles. If no X appears, you cannot delete it.
    Move it to another screen or bury it in a folder called" Stuff I don't Want"

  • Example Oracle Forms app viewable online?

    Hi,
    Can anyone point me to an example Oracle Forms app available online using IE and Jinitiator?
    I don't have the environment to run demo code, and am not interested in the code itself, I simply want to run an app in IE to try to replicate a conflict between jinitiator and an IE Add-in that I'm responsible for.
    thanks,
    - Rory

    Our browser Add-on is only available for IE, and the problem only happens when the add-on is running. So we've not tried Firefox but it wouldn't help unfortunately.
    - Rory

  • When I try to down load any apps the screen shows -example you tube app can't down load this time. This is appearing every time on the screen and options are Done/reentry please do my favour.

    When I try to down load any apps the screen shows -example you tube app can't down load this time. This is appearing every time on the screen and options are Done/reentry please do my favour. 

    This query seems to be related to Edge Code. you can get help from this forum.
    Also EdgeCode doesn't have troubleshooting page but you can get help from Brackets trouble shooting page.

  • How do I find the actual size of an app? Example: a wallpaper app claims the size of 4.4 MB, but the size on my iPhone is 4.9 GB!

    Some of the apps on my iPhone are much larger size-wise than claimed on their app page. Example: Wallpapers HD claims 4.4 MB, but the actual size on my phone is 4.9 GB! Pinterest & Facebook also end up being huge real estate hogs. How do I really know the size of an app? The apps don't represent themselves accurately in the app store.
    I figured out that 2 of my podcast apps allow me to remove content after listening. Others don't, though.
    I'm hoping some of you younger people know the answer.
    Thanks,
    Nana Lybbr8

    The size of an app depends on two different things:
    1) the size of the App (as in the App Store)
    2) the size of the App Data
    The App Data can really inflate the size.
    If you want to see how much space an app is actually taking up, got to the Settings app under General and then tap "usage."
    Unfortunately some apps don't let you delete the content. Others do.
    Hope this answers your question.

  • Example of saving app state

    Does anyone have an example of this to share ?

    This is my class for saving and retreiving top ten score in this app: http://itunes.apple.com/app/haunted-house-the-game/id396419936
    import flash.net.SharedObject;
    public class HighScoreShared {
    var highScores: SharedObject;
    var cookie_name: String;
    public function HighScoreShared(cookie_name:String) {
    this.cookie_name = cookie_name;
    highScores = SharedObject.getLocal(this.cookie_name);
    if (highScores.data.scores==undefined){
    //trace("highscore undefined... create a new array");
    defaultScores();
    // testing
    //reset();
    //defaultScores();
    //trace("highScores.data.scores: "+highScores.data.scores);
    public function reset(){
    highScores.clear();
    public function defaultScores(){
    highScores.data.scores = new Array();
    for(var i:uint=0;i<10;i++){
    highScores.data.scores.push({name:"none",value:(10-i)*100});
    public function getHighScores():Array{
    highScores = SharedObject.getLocal(this.cookie_name);
    return highScores.data.scores;
    public function getNamesFormatted():String{
    var returnStr:String="";
    for(var i:uint=0;i<10;i++){
    returnStr+=highScores.data.scores[i].name+"\n";
    return returnStr;
    public function getValesFormatted():String{
    var returnStr:String="";
    for(var i:uint=0;i<10;i++){
    returnStr+=highScores.data.scores[i].value+"\n";
    return returnStr;
    public function getTopOne():Number{
    return highScores.data.scores[0].value;
    public function getLastOne():Number{
    return highScores.data.scores[9].value;
    public function setNewScore(thename:String,thescore:int){
    if (thename.length>10) thename = thename.substring(0,10);
    highScores = SharedObject.getLocal(this.cookie_name);
    if (highScores.data.scores==undefined){
    //trace("error undefined!");
    }else{
    for(var i:uint=0;i<10;i++){
    //trace("i: "+i+" value: "+highScores.data.scores[i].value);
    if (highScores.data.scores[i].value <=thescore){
    //trace("found the right place");
    for (var j:uint=9;j>i;j--){
    trace("j: "+j+" value: "+highScores.data.scores[j].value+" <--" +highScores.data.scores[j-1].value);
    highScores.data.scores[j].name = highScores.data.scores[j-1].name;
    highScores.data.scores[j].value= highScores.data.scores[j-1].value;
    highScores.data.scores[i].name = thename;
    highScores.data.scores[i].value = thescore;
    //trace("i: "+i+" value: "+highScores.data.scores[i].value+" <--thescore: " +thescore);
    return;
    Hope this can help.
    Emanuele

  • I'd like step by step instructions on Ipodtouch setup after establishing itunes account which I already have. For example, which service,app downloads,etc.

    I'd like step by step setup for iPodtouch after setting up iTunes account which I already have.For example, how to setup the screen with the necessary screen icons ,camera ,music ,mail, etc. I'm at the stage where it asks for service to choose from and I don't know which service to answer with.

    I do not know what you mean by service?
    Tyt downloading/reading the manual
    iPod touch User Guide (For iOS 5.0 Software)

  • Need JSON example for mobile app

    Hello, everyone.  I'm looking for a simple example of a mobile application built in Hero that can hit a JSON service and parse the output.  Thank you very much in advance!!

    After some research, I'm kind of on my way but I'm still a bit lost.  I've added the following code:
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    <s:HTTPService id="DirectionGetter" resultFormat="
    text" url="http://geocoding.cloudmade.com/8ee2a50541944fb9bcedded5165f09d9/geocoding/find_structured/ house:80;+street:Linienstraße;+city:Berlin.js"result="ParseJSONDirections(event)"
    showBusyCursor="true">
    </s:HTTPService>
    </fx:Declarations>
    Then, in the <fx:Script> area I've added:
    private function ParseJSONDirections(event:ResultEvent):void
    var rawData:String = String(event.result);
    lblTest.text = rawData;
    But nothing happens.  Any advice, folks?

  • I have a problem installing Adobe CC apps... when i want to install Illustrator for example in the App seccion on the Adobe Creative Cloud App appears the message "download error contact client assitance" and then the link "download Crative Cloud" i had m

    d

    Link for Download & Install & Setup & Activation problems may help
    -Online Chat http://www.adobe.com/support/download-install/supportinfo/

  • Looking for an example from app gallery that uses WAAD for identity

    I'm looking for an example from the app gallery (http://azure.microsoft.com/en-us/gallery/active-directory/) that uses WAAD for identity. I need one the show our business what the process would look like for an organization signing up for a SaaS offering
    via the App Gallery. I know all the Microsoft applications use WAAD but I was hoping to find a third-party example.  What I mean is an app where all tenant and user identity is done using WAAD as opposed to federated identity.

    I doubt that what you are looking for exists yet.
    Cheers,
    Markus
    Markus Vilcinskas, Knowledge Engineer, Microsoft Corporation

  • Example working Flex AIR app for Android?

    I'm having trouble getting even the most basic AIR app working on Android. Here is the code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                            xmlns:s="library://ns.adobe.com/flex/spark"
                            xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:local="*"
                            width="600" height="600">
         <fx:Declarations>
             <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <mx:Label text="Hello World"/>
    </s:WindowedApplication>
    It works fine running on  Windows in Flash Builder, obviously it's pretty simple. Here are the  commands I use to put it on a Samsung Galaxy Tab with Android 2.2.
    C:\Users\Ryan\Adobe  Flash Builder 4\Test2\bin-release>adt -package -storetype pkcs12  -keystore C:\Users\Ryan\STG-Android.pfx Test2.air Test2-app.xml  Test2.swf
    password:
    C:\Users\Ryan\Adobe Flash Builder 4\Test2\bin-release>adt -package  -target apk -storetype pkcs12 -keystore C:\Users\Ryan\STG-Android.pfx  Test2.apk Test2-app.xml Test2.swf
    password:
    test
    C:\Users\Ryan\Adobe Flash Builder 4\Test2\bin-release>adb install -r Test2.apk
    2286 KB/s (419172 bytes in 0.179s)
             pkg: /data/local/tmp/Test2.apk
    Success
    A Test2 app icon shows up on my Galaxy Tab  under Applications but when I run the app I just see a plain white  screen, I don't see the words "Hello World". Any ideas? Does anyone have  an example Flex AIR app that works on Android and can post the code so I  can try it on my Galaxy Tab? I know AIR is installed correctly on my  Galaxy because I installed an AIR app called South Park Avatar Creator  that I got from the market and it works fine.
    Thanks,
    Ryan
    P.S.  Here is the Test2-app.xml from my non-working project above in case it  helps. This is the default generated with a new Flex app in Flash  Builder 4 using the Flex 4.1.0 AIR 2.5 SDK but I uncommented the andoid  tags and set the visible tag to true.
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.5">
    <!-- Adobe AIR Application Descriptor File Template.
        Specifies parameters for identifying, installing, and launching AIR applications.
        xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/2.5
                 The last segment of the namespace specifies the version
                 of the AIR runtime required for this application to run.
         minimumPatchLevel - The minimum patch level of the AIR runtime required to run
                 the application. Optional.
    -->
        <!-- A universally unique application identifier. Must be unique across all AIR applications.
         Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
         <id>Test2</id>
        <!-- Used as the filename for the application. Required. -->
         <filename>Test2</filename>
        <!-- The name that is displayed in the AIR application installer.
         May have multiple values for each language. See samples or xsd schema file. Optional. -->
         <name>Test2</name>
         <!-- A string value of the format  <0-999>.<0-999>.<0-999> that represents application  version which can be used to check for application upgrade.
         Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
         An updated version of application must have a versionNumber value  higher than the previous version. Required for namespace >= 2.5 .  -->
         <versionNumber>1.0.0</versionNumber>
         <!-- A string value (such as "v1", "2.5", or "Alpha 1") that  represents the version of the application, as it should be shown to  users. Optional. -->
         <!-- <versionLabel></versionLabel> -->
        <!-- Description, displayed in the AIR application installer.
         May have multiple values for each language. See samples or xsd schema file. Optional. -->
         <!-- <description></description> -->
        <!-- Copyright information. Optional -->
         <!-- <copyright></copyright> -->
        <!-- Publisher ID. Used if you're updating an application created prior to 1.5.3 -->
         <!-- <publisherID></publisherID> -->
        <!-- Settings for the application's initial window. Required. -->
         <initialWindow>
             <!-- The main SWF or HTML file of the application. Required. -->
             <!-- Note: In Flash Builder, the SWF reference is set automatically. -->
             <content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
             <!-- The title of the main window. Optional. -->
             <!-- <title></title> -->
            <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
             <!-- <systemChrome></systemChrome> -->
            <!-- Whether the window is transparent. Only applicable when systemChrome is none. Optional. Default false. -->
             <!-- <transparent></transparent> -->
            <!-- Whether the window is initially visible. Optional. Default false. -->
             <visible>true</visible>
            <!-- Whether the user can minimize the window. Optional. Default true. -->
             <!-- <minimizable></minimizable> -->
            <!-- Whether the user can maximize the window. Optional. Default true. -->
             <!-- <maximizable></maximizable> -->
            <!-- Whether the user can resize the window. Optional. Default true. -->
             <!-- <resizable></resizable> -->
            <!-- The window's initial width in pixels. Optional. -->
             <!-- <width></width> -->
            <!-- The window's initial height in pixels. Optional. -->
             <!-- <height></height> -->
            <!-- The window's initial x position. Optional. -->
             <!-- <x></x> -->
            <!-- The window's initial y position. Optional. -->
             <!-- <y></y> -->
            <!-- The window's minimum size, specified as a width/height pair in pixels, such as "400 200". Optional. -->
             <!-- <minSize></minSize> -->
            <!-- The window's initial maximum size, specified as a  width/height pair in pixels, such as "1600 1200". Optional. -->
             <!-- <maxSize></maxSize> -->
         </initialWindow>
        <!-- We recommend omitting the supportedProfiles element, -->
         <!-- which in turn permits your application to be deployed to all -->
         <!-- devices supported by AIR. If you wish to restrict deployment -->
         <!-- (i.e., to only mobile devices) then add this element and list -->
         <!-- only the profiles which your application does support. -->
         <!-- <supportedProfiles>desktop extendedDesktop mobileDevice extendedMobileDevice</supportedProfiles> -->
        <!-- The subpath of the standard default installation location to use. Optional. -->
         <!-- <installFolder></installFolder> -->
        <!-- The subpath of the Programs menu to use. (Ignored on operating systems without a Programs menu.) Optional. -->
         <!-- <programMenuFolder></programMenuFolder> -->
        <!-- The icon the system uses for the application. For at least one resolution,
         specify the path to a PNG file included in the AIR package. Optional. -->
         <!-- <icon>
             <image16x16></image16x16>
             <image32x32></image32x32>
             <image36x36></image36x36>
             <image48x48></image48x48>
             <image72x72></image72x72>
             <image128x128></image128x128>
         </icon> -->
        <!-- Whether the application handles the update when a user double-clicks an update version
         of the AIR file (true), or the default AIR application installer handles the update (false).
         Optional. Default false. -->
         <!-- <customUpdateUI></customUpdateUI> -->
         <!-- Whether the application can be launched when the user clicks a link in a web browser.
         Optional. Default false. -->
         <!-- <allowBrowserInvocation></allowBrowserInvocation> -->
        <!-- Listing of file types for which the application can register. Optional. -->
         <!-- <fileTypes> -->
            <!-- Defines one file type. Optional. -->
             <!-- <fileType> -->
                <!-- The name that the system displays for the registered file type. Required. -->
                 <!-- <name></name> -->
                <!-- The extension to register. Required. -->
                 <!-- <extension></extension> -->
                 <!-- The description of the file type. Optional. -->
                 <!-- <description></description> -->
                 <!-- The MIME content type. -->
                 <!-- <contentType></contentType> -->
                 <!-- The icon to display for the file type. Optional. -->
                 <!-- <icon>
                     <image16x16></image16x16>
                     <image32x32></image32x32>
                     <image48x48></image48x48>
                     <image128x128></image128x128>
                 </icon> -->
             <!-- </fileType> -->
         <!-- </fileTypes> -->
        <!-- Specify Android specific tags that get passed to AndroidManifest.xml file. -->
         <android>
             <manifestAdditions>
             <![CDATA[
                 <manifest android:installLocation="auto">
                     <uses-permission android:name="android.permission.INTERNET"/>
                     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
                     <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
                     <uses-configuration android:reqFiveWayNav="true"/>
                     <supports-screens android:normalScreens="true"/>
                     <uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch"/>
                     <application android:enabled="true">
                         <activity android:excludeFromRecents="false">
                             <intent-filter>
                                 <action android:name="android.intent.action.MAIN"/>
                                 <category android:name="android.intent.category.LAUNCHER"/>
                             </intent-filter>
                         </activity>
                     </application>
                 </manifest>
             ]]>
             </manifestAdditions>
         </android>
         <!-- End of the schema for adding the android specific tags in AndroidManifest.xml file -->
    </application>

    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                            xmlns:s="library://ns.adobe.com/flex/spark"
                            xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:local="*"
                            width="600" height="600">
         <fx:Declarations>
             <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <mx:Label text="Hello World"/>
    </s:Application>

  • App Store won't let me sign in

    There is but one problem. When asked to log into App Store, in my case to download some updates for my Macbook, the username and password dialog box already have a username written in – and it's greyed out, so I can't change it.
    Now here's the twist: It's not my username that is greyed out.
    In fact, after trying several times, I realise the dialog box only gives me two options, switching between two e-mail addresses I don't own. Surprisingly enough though, I know who owns one of the e-mail addresses, and it's a close friend of mine. I'm a 100 % positive this isn't something he has done on purpose. But the problem still remains, and none of us know why.
    So I got an idea, that if my friend could log into his account, and then log out afterwards, the App Store dialog box would allow me to write my own username. I tried that, and it worked great – until I was rejected in the same way as before, after having rebooted the Macbook.
    I have searched many apple forums for the answer to this, but it seems I am alone with this. Any help or advice would be greatly appreciated!
    Here's a photo of the dialog box, with a greyed out apple ID field.

    You installed a hacked app, originally from the Mac App Store. It contains the receipt for a different app, downloaded using an account that you don't control. You need to identify and remove the hacked app.
    Important: The app you need to remove is not necessarily the one named in the App Store alert. For example, if the App Store says you need to update "Twitter," the hacked app may be "Angry Birds," or something else entirely. Don't make any assumptions about which app you're looking for. To find it, you have to carry out a systematic search with Spotlight.
    Triple-click anywhere in the line of text below on this page to select it:
    kMDItemAppStoreHasReceipt=1
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    In the Finder, press command-F to open a search window, or select
    File ▹ Find
    from the menu bar. In the search window, select
    Search: This Mac
    from the row of tokens below the toolbar. Below that is a popup menu of search criteria, initially showing Kind. From that menu, select
    Other...
    A sheet will drop down. In that sheet, select
    Raw Query
    as the criterion, then click OK or press return.
    Now there will be a text box to the right of the menu of search criteria. That's where you enter the raw search query. Click in that box and paste the text you copied earlier by pressing command-V.
    The search window will now show all the App Store products that are installed. Compare those search results with the list of your purchases from the App Store. To see the complete list, you may need to unhide hidden purchases. If any apps were download from the App Store using other Apple ID accounts that you control, sign in to the store under each of those ID's and check the purchases.
    At least one of the apps in the search results is not among your purchases in the App Store. Move each such item to the Trash, after quitting it if it's running. You may be prompted for your administrator password. Empty the Trash.
    Quit and relaunch the App Store. Test.

  • How to download versions of apps compatible with OSX 10.7 not the ones updated for 10.9

    how to download versions of apps compatible with OSX 10.7 not the ones updated for 10.9?
    I'm trying to download iLife and iWork apps for my MacBook. For example: The GarageBand app will not download because it says it is compatible with 10.9. I have 10.7 and cannot update to 10.9 because I'm on a 13in. Late 2007 MacBook. Any suggestions?

    Click here and follow the instructions. If they’re not applicable, you can’t download them and need to install them from a DVD.
    (108988)

  • I can't open apps in my iPhone after synced to iTunes.

    I'm having problem with iTunes, seems like everytime i sync my iPhone after it finish synced, I can't open some of the apps. I even try to find my apps (new) in iTunes, but it's not in the library. But if I started install any new app, the apps that can't open earlier is working OK again. Why?
    Just a note, before the iOS 5, I use one Apple ID, then after updated my iPhone with the iOS 5, I accidentally created another Apple ID. So now I got two ID.
    Now everytime I update my old app using the old ID & for the new app installed they asked me using the new ID. Is that the cause of it?
    Additional info: My iTunes also updated (10.6) & I am using Dell with Microsoft Vista. Now I am on iOS 5.1 for my iPhone 4.
    Please help me as this is very irritating. I never have this problem before.

    I mean,  is everything the same compared to update when connect to Itunes?. then it is much easier. You don´t need to do a thing, and get everything updated. For example a new app you have bought with your iphone

  • Xcode, how do you take an app from an idea to a data model, data structure, or class structure?

    Hey everyone!
    I'm a beginner xcoder and computer engineering sophomore and have literally spent every hour of the past few weeks reading as much as I possibly can about becoming a developer.
    I've found plenty of documentation, and guides on how to do very specific things in xcode and objective-C but am still looking for more information on one topic; how do you decide which data models/structures/controllers etc to use?
    I mean, you personally. I've been looking for a resource on this and have not been able to find one. I just finished Apple's iOS Developers Guide and they mention "choosing a data model" but do not describe them in much detail.
    The following is what is provided in the guide:
    ● Choose a basic approach for your data model:
    ● Existing data model code—If you already have data model code written in a C-based language, you
    can integrate that code directly into your iOS apps. Because iOS apps are written in Objective-C, they
    work just fine with code written in other C-based languages. Of course, there is also benefit to writing
    an Objective-C wrapper for any non Objective-C code.
    ● Custom objects data model—A custom object typically combines some simple data (strings, numbers,
    dates, URLs, and so on) with the business logic needed to manage that data and ensure its consistency.
    Custom objects can store a combination of scalar values and pointers to other objects. For example,
    the Foundation framework defines classes for many simple data types and for storing collections of
    other objects. These classes make it much easier to define your own custom objects.
    ● Structured data model—If your data is highly structured—that is, it lends itself to storage in a
    database—use Core Data (or SQLite) to store the data. Core Data provides a simple object-oriented
    model for managing your structured data. It also provides built-in support for some advanced features
    like undo and iCloud. (SQLite files cannot be used in conjunction with iCloud.)
    ● Decide whether you need support for documents:
    The job of a document is to manage your app’s in-memory data model objects and coordinate the storage
    of that data in a corresponding file (or set of files) on disk. Documents normally connote files that the user
    created but apps can use documents to manage non user facing files too. One big advantage of using
    documents is that the UIDocument class makes interacting with iCloud and the local file system much
    simpler. For apps that use Core Data to store their content, the UIManagedDocument class provides similar
    support.
    I suppose my question boils down to, how do you decide which structures to use? If you can provide an example of an app idea and how its implemented that would be very helpful and much appreciated!
    For example, to implement the idea of an app which allows users to progress through levels of knowledge of a certain subject and rewarding them with badges and such (this is not an actual app just a whim) how would one model that?
    Thanks in advance for all your help!!!

    SgtChevelle wrote:
    how do you decide which structures to use?
    Trial and error.
    I wish I had a better answer for you, but that pretty much encapsulates it. There is some, but not much, good wisdom out there, but it takes a significant amount of experience to be able to recognize it. The software development community if currently afflicted with a case of copy-and-paste-itis. And the prognosis is poor.
    The solution is to be brutal to yourself and others. Focus on what you need and ignore everything else. Remember that other people have their own needs and methods and they might not be applicable to you. Apple, for example, can hire thousands of programmers, set them to coding for six months, pick the best results, and have the end-users spend their own time and monety to test it. If you don't have Apple's resources and power, think twice about adopting Apple's approach. And I am talking from a macro to a micro perspective. Apple's sample and boilerplate code is just junk. Don't assume you can't do better. You can.
    Unfortunately, all this takes time and practice. You can read popular books, but never assume that anyone knows more than you do. Maybe they do and maybe they don't. It takes time to figure that out. Just do your best, ignore the naysayers, and doubt other people even more than you doubt yourself.

Maybe you are looking for

  • [SOLVED] ATI HD5650M + radeon +opengl=crash

    Hi to everyone, as the title says i'm having some strange problems with my ATI HD 5650M using the radeon open source drivers. The problem arises randomly when i try to use the opengl hardware acceleration and also when using vdapau. The screen sundde

  • I found Ipod nano 6th gen on the middle of a road In Finland.

    Found ipod nano 6th gen 16gb graphite in the middle of a road. was little banged up from the clip side and probably been there the full 20 or so hours the battery lasts. this was at night between 15th and 16th of may. The text was cyrillic so most li

  • How to set my contact's pictures

    Hi all, Is it possible to set the picture displayed for my contacts? Many of them don't have any (yes, I know, how rude...) or have irrelevant one that don't show who the person is.

  • Forms and libraries

    hello, We are building several forms (6i)with attached libraries using formsbuilder. We have a dispute about whether it is necessary to regenerate the forms after making some modifications to the attached library. Can anybody give us a answer if and

  • Itunes changing names

    Hi everyone, I am having trouble w/ iTunes changing artist names, genres, etc when a song gets played. does anyone know how to stop this from happening. i've tried unchecking the box that allows itunes to order and organize files. thanks. richard