Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Mark AJA

@Mark AJA
About
Posts
63
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • what is more reliable than ftp?
    M Mark AJA

    Pigeon post is also less likely to crash than FTP/Broadband, because the pigeon knows that his life depends on not crashing. :confused:

    The Lounge question sysadmin

  • D
    M Mark AJA

    D is not a very good grade. C is better and C++ even better. I don't want to bost but I once got an A. A for Assemble on a BBC Micro, but have now sliped down to a grade B. (B for Basic) or is it a grade VB (Visual Basic) :confused:

    The Lounge com question discussion career

  • Commit Messages of the Day
    M Mark AJA

    // Comment to be inserted here explaining how this bit of code works
    // when I figure out how to get it to work and what I want the code to do.

    The Lounge collaboration announcement

  • I hate "KISS"
    M Mark AJA

    Example 1 will not work. Error: Syntax error: No such command of function helloWordd(); Try: helloWord() instead. PS. I think I like KISS, but have never found anybody willing to kiss me.

    The Lounge javascript html csharp wpf wcf

  • Cancel - OK
    M Mark AJA

    Change all the 'OK' buttons to 'This is what I want to do' and 'Cancel' to 'I do not wish to change my mind' The advantage of this is that you will have no room for any other buttons, so you can't change their test.!

    The Lounge com agentic-ai

  • Light on Mars
    M Mark AJA

    Won't the heat from the light bulb melt the Mars Bar?

    The Lounge php com announcement

  • Helping CodeProject with programming
    M Mark AJA

    Found that page will work with Google Chrome and Internet Explorer 11 Dosn't work with NeoPlanet and other IE clones.

    The Lounge workspace javascript html com sysadmin

  • Helping CodeProject with programming
    M Mark AJA

    Very funny. Dose the WYSIWYG editor hourglass diaper on 1/04/2014?

    The Lounge workspace javascript html com sysadmin

  • Where am i going to live?
    M Mark AJA

    The UK will no longer be a United Kingdom but a separated or split kingdom. So we will be called the SK. If we remove the Scottish part of the flag then a number of other flags will be affected. The UK flag in top corner of the following countries; Anguilla, Australia, British Virgin Islands, Cayman Islands, Cocos Islands, Cook Islands, Falkland Islands, Fiji, Heard & McDonald Islands, Montserrat, New Zealand, Niue, Pitcairn Islands, St. Helena & Dependencies, South Georgia & South Sandwich Islands, Tristan da Cunha, Turks & Caicos Islands, Tuvalu, ... .. :^)

    The Lounge json question

  • Microsoft and Y10K compliance?
    M Mark AJA

    I expect that before we reach the year 10,000 we will switch to the universal date format as used by most of the alien planets we have visited. Also as 1 year is the time it takes the Earth to travel round the Sun, the length of a year will be the tine the planet Zog takes to travel round it's star. If I am wrong, then please let me know in the year 10,001ad.

    The Lounge com question

  • Super pi days
    M Mark AJA

    But only in America as most other countries only have 12 months in a year.

    The Lounge

  • What a gem.
    M Mark AJA

    I don't know what language uses a * between two strings. * is usually used to multiply two numbers. EG 123*4 = 492 + is used to add two numbers. EG 123+4 = 127. 123+"4" = error & is used to join two numbers, strings or a number and a string. EG 123 & 4 = "1234" If a language returns 492 or "492" from 123*"4" then in my opinion the language needs an update. The following Visual Basic 5 code:

    Private Sub Form_Load()
    Dim a As Integer ' or as Long or Double
    Dim b As String
    a = 123
    b = "4"
    MsgBox a * b
    End Sub

    displays 492, but should display an error acording to other versions of Basic.

    The Weird and The Wonderful ruby com

  • What a gem.
    M Mark AJA

    I used & and not + as & can join a string and a number. + will only add two nunbers or attach two strings. I would usually use CStr$() but as I was not to sure what language this was, used & as it's used in a number of languages.

    The Weird and The Wonderful ruby com

  • What a gem.
    M Mark AJA

    Don't know what language this is, but I'm sure you could use the following to reduce the code length:

    ' ...
    Return (SystemInformation.PowerStatus.BatteryLifePercent.ToString *100) & "%"
    ' . End of function.

    The Weird and The Wonderful ruby com

  • Developers cannot live without it.
    M Mark AJA

    In BBC BASIC "On Error Off" is used to turn off any error trapping. In Visual Basic "On Error Goto 0" is used to turn off error trapping. But it doesn't go to line zero when an error occur it displays a message and exits the program. So the GOTO command survives but doesn't go to the line you asked it to goto.

    The Lounge html com tools question

  • Well there's a blast from the 1980's past
    M Mark AJA

    Lemmings. Sorry, I'm not calling you lot lemmings. It was a game I played on by BBC micro when not programming. At the time I would rather miss a meal or two than stop playing the game for a few minutes.

    The Lounge algorithms

  • WinRT : A case for VB6 (classic VB)
    M Mark AJA

    It's amazing how many times I see someone answering a question about VBA, VBNet or VBScript, and thinks it's Visual Basic. There are some similarities between these languages, but the deeper you dig the bigger the differences are.

    The Lounge c++ php com announcement

  • Conkers "too dangerous"
    M Mark AJA

    You where breaking the rules, because you where using horses chestnuts and not conkers.

    The Lounge announcement workspace

  • Error message in software I support...
    M Mark AJA

    Error message syntax error or Error message add 1 for odd error and not even

    The Weird and The Wonderful help

  • From where should the index start?
    M Mark AJA

    Bit off subject but sometimes I want the HTML command <LI> to start at 0 and not 1, or allow numbers under 1. but <LI VALUE="0"> will not set it to 0 I ended up using a table and not <UL> <LI>'s.

    The Lounge question php database design help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups