User Profile

Collapse

Profile Sidebar

Collapse
asedt
asedt
Last Activity: Sep 28 '17, 07:42 AM
Joined: Jun 25 '08
Location: Sweden
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • asedt
    replied to Scaning with Adobe acrobat 8 pro
    OCR is a nice feature, but with it turned of this don't take a lifetime anymore :)

    Problem solved: Turn of OCR if you don't need it,

    Optical character recognition - Wikipedia, the free encyclopedia
    See more | Go to post

    Leave a comment:


  • asedt
    started a topic Scaning with Adobe acrobat 8 pro

    Scaning with Adobe acrobat 8 pro

    Goal:

    Scan a lot of pappers with text and diagrams. A lot = more than 1000 folders or something.


    Problem:

    After an update the process take a lot more time than before, think we shold use 200 dpi and color, how does this effect the time? Any other things that effect the time a lot? But the real problem is that it loads every scaned page and does something that takes a lot of time for every new page....
    See more | Go to post

  • Have fixed hosting now, I only changed the nameservers and all works fine.
    See more | Go to post

    Leave a comment:


  • asedt
    started a topic Hosting and domains how they work together?

    Hosting and domains how they work together?

    I just purchased my own domain and planing to fix a hosting later.

    So how do things works, I have used cheaper hosting before, and had my own server. When having hosting got addresses like. http://www.SomeCheapHostingCompanyNa...MyAccountName/, and while having my own server i got an IP address to access my website.

    How does it works if you have a paid/better hosting?

    Lets say I have my page at ...
    See more | Go to post

  • asedt
    replied to First two numbers in string extracting?
    I managed to solve it with split and trim functions. I had to do different splits depending on what the strings started with. But now it works, now I only need to whrite som conditions :)
    See more | Go to post

    Leave a comment:


  • asedt
    replied to First two numbers in string extracting?
    Thx I will try that


    I was thinking of using split on "/" then trim an then extract number but i got into problem with other things so i don't know if it works as I was thinking....
    See more | Go to post

    Leave a comment:


  • asedt
    started a topic First two numbers in string extracting?

    First two numbers in string extracting?

    I have strings like, only some examples:


    ABC 213/23213,23
    ABC 213/23213,DSF
    CVNCVB 3456/324
    XCVV 123 /234/324

    I need to take out the two first numbers.

    213 and 23213
    213 and 23213
    3456 and 324
    123 and 234

    Is it a simple way to do this in excel or do I have to do something like a regular expression?

    There is always the "/" delimiter...
    See more | Go to post

  • asedt
    replied to Negative margins content dissaper at left
    The standard example is this page:

    CSS Centering: Negative Margin

    If you make the browser window smaller than 500px content is to far to left so you can't se it any more.


    And when you use you eee pc or other small screen and se this in real web pages it's not so funny, if you a web designer you can change the CSS on what you look at with Firefox extensions easy. But it a high price to pay for centering...
    See more | Go to post

    Leave a comment:


  • asedt
    replied to Negative margins content dissaper at left
    I still see a lot of people that do, and I don't like it and can't see the page when i have a smaller screen (one of my laptops).

    I was wondering if their was a good way to use negative margins, or if my recommendation to use margin: 0 auto instead is the only way to go?

    Negative margin centering was originally used by Jon Hicks in his Zen Garden submission, and is in literature by Dave Shea and Molly E Holzschlag (The...
    See more | Go to post

    Leave a comment:


  • asedt
    started a topic Negative margins content dissaper at left

    Negative margins content dissaper at left

    Hi

    If you use negative margins to center a page page and if the screen is small the content get hidden outside the screen(window) at the left side and you cant scroll to it.

    Is it a common workaround for that or do you just use another centering method. (like margin: auto thingy)
    See more | Go to post

  • asedt
    started a topic Print area? limit? Excel 2003

    Print area? limit? Excel 2003

    Hi

    I'm trying to print a excel sheet in excell 2003, but it's a limit in the sheet that looks like a print area but it dosen't dissaper when chosing File -> Print Area -> Clear Print Area.

    While printing it acts as a print area so I can't print on more than 70% of the papper.

    It's realy annoing, and i haven't find any solution so far.
    See more | Go to post

  • I don't have that book, so I can't say. But from the description i think it is a good book for bigger projects. And maybe you can get some good pointers for you smaller projects from it, as any other good software enginering book.

    But my focus here was smaller projects, were most of the things that you do in bigger projects is unnessesary. And also by making the description short it's a lot easier.

    "These textbook...
    See more | Go to post

    Leave a comment:


  • I want to add some more, maybe usefull for a beginer.

    While you elicit requirements and do oter things papper and pen works greate most of the time, but later when you need to keep track of things (bugs, things that needs attention) you can use a spreadsheet program (like excel).

    Then you need to learn to use one thing in excel that makes you life more happy. And thats is to use Data - Filter - AutoFilter.
    ...
    See more | Go to post

    Leave a comment:


  • asedt
    replied to Send pdf to printer driver
    in .NET
    Got it working befor but not as good as I want it to work, I have problem with that the Shell runs asynchronously.

    Need to do something like this:
    http://www.computing.n et/answers/programming/waiting-after-shell-in-vb/12880.html

    Hmm I hope i get it working but any help wold be good.
    See more | Go to post

    Leave a comment:


  • Ok, in the end i used the same as the online tool:

    http://xmlgraphics.apa che.org/batik/tools/rasterizer.html

    And removed stuff not needed:

    http://xmlgraphics.apa che.org/batik/install.html#de pendencyGraph

    So now i run it in "cmd" like:

    java -jar batik-rasterizer.jar -m image/jpeg -w 1880 -h 830 -q 0.99 my-svgfile.svg


    Works fine
    See more | Go to post

    Leave a comment:


  • For home useres and small offices i think Open source will flourish, more and more will realise the benifits.

    For companys and bigger organisations its harder to make changes and if they current don't use open source, often a lot is reqired to make a change. Just to make that dessison to chang is a lot of work is needed.
    See more | Go to post

    Leave a comment:


  • asedt
    started a topic SVG: Put color on country

    SVG: Put color on country

    Hi

    I'm using the map from:

    http://commons.wikimedia.org/wiki/Im...6,_compact.svg

    And use the codes from:

    http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2

    to color countrys with CSS in the SVG file.

    It's a wery good map, and I have colored most contrys without problems.

    I have a excell sheet with countrys, codes, and colors and put...
    See more | Go to post

  • asedt
    replied to else if
    in Java
    I guess you have nestled the if/elseif/else statment worng, but you can post you current code agen.

    And you indentation/whitespace hurt my eyes....
    See more | Go to post

    Leave a comment:


  • asedt
    replied to Disallow image downloads
    in PHP
    NO

    Browsers need to download the image to view it. While PrtSc is one easy way many users can use to take what they se (anything they se), the image is also stored as a temp localy somewhere (RAM/HD).

    And one important point is that if you try to make so the user have less access to the image you just make you page more inaccessible witch is a bad thing.

    By example, you can make a flash page then the...
    See more | Go to post

    Leave a comment:


  • asedt
    replied to Start with PHP, need small example scripts
    in PHP
    Oh now i did find some nice things among the howtos, I will read some of them now.

    Tip for you other PHP beginners.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...