logo

Bad UI Design? Having two logos on the top left of the website?

Well i am currently working on a project doing some UI mockups when certain users wanted to have two logo on the top left ot the website. One is to indicate what is the website about then another is to indicate that this website is actually belong to this particular sector. I thought that UI design wise this is very bad because two logo...

Are there any open source/free LOGO implementations that support dynaturtles?

I'm looking for an implementation of the LOGO programming language that supports 'dynaturtles' - animated turtles that can programmatically change shape, speed and direction as well as detect collisions with each other or other objects in the environment. Back in the mists of time when the earth was new and 8 bit micros ruled supreme, A...

Did you feel learning to program with turtle graphics was useful?

I'm preparing to teach someone to program. When I learned the course material used turtle graphics for the first few exercises. In reading introductory textbooks I have not found one that uses the technique. Did others find this approach helpful. If not what is a better way to learn to program? ...

How do you come up with a good name for a software company?

I'm starting up a web design shop and hoping to also get into custom software development. So the problem I'm having now is coming up with a name for the company. I want something cool and funky, but I'm not sure where to go for ideas. Someone suggested that I name it after a fruit (well "Apple" is already taken :)), or a famous ship,...

Where should the link on the company's logo go?

I'm wondering if the link on the company logo, which usually goes the home page, should be: http://www.example.com http://www.example.com/index.html (or other index file) /index.html (or other index file) / (just the root) Does Google care or are there other rules? ...

How would you display a 3D banana in C#?

I am trying to put together a desktop app for a client. They want the logo in the top corner (on a tool bar) to be a spinning 3D banana. I had planned to write this in C#. Any ideas how I could pull this off? ...

I want to export a logo to excel using C/AL. How is it possible?

I want to export logo to excel using C/AL in microsoft dyanamics NAV. How is it possible? ...

Where can I get a high resolution transparent version of the new .NET logo?

We've been using the FCG for a while to brand products and tools as .NET compatible. Microsoft has updated the look but I can't seem to find any high resolution versions of the logo. I'd be happy with a high-res PNG, PhotoShop or Illustrator file. ...

How do I move the turtle in LOGO?

How do I move the turtle in LOGO? ...

Logo programming language implementations

The "joke" question Joel asked during podcast #58 made me all nostalgic for Logo, which was the second language I ever programmed in, after Basic, and which is why I never had any trouble with recursion in college. Are there any implementations of Logo for Windows or Linux (the platforms I can use) or Mac (because I know I'm not alone i...

How can I load a file which includes text and numeric data?

How can I load a *.csv file which includes text and numerical data in LOGO? e.g. N 43.876 W ...

How do I hide the turtle in LOGO?

How do I hide the turtle in LOGO? ...

What is the current status of LOGO? (The programming language)

In another Q I saw someone mention LOGO and it reminded me of some programming language from the past, mostly used for educational purposes. Basically, you would have to program a turtle with a pen through it's back. By telling it where to move, the pen would draw lines. It could also lift the pen to move without drawing lines. I have fo...

Increase Apple Logo Brightness with Cocoa?

Hey all, Do any one of you know how to increase the brightness of the apple logo in cooca? I think it would be cool if my app could control that. Although you could increase the brightness of your screen that is not what I want, but what I want is just to increase the apple logo. Best Regards, Kevin ...

Besides Logo and Emacs Lisp, what are other pure dynamically scoped languages?

What are some examples of a dynamically scoped language? And what are the reasons for choosing that design? Is it because it is easy to implement? ...

Component screen error in Expression blend?

Hi I have this error in Blend. I'm a designer so don't have a wide knowledge of the code. I've created a component screen in Blend. This is the code on the main page - I also get this Invalid attribute value with an everlasting line of numbers in the results panel. And the component screen on the main page states Cannot create an in...

What modern version of LOGO should I use to teach a child programming

I remember way back when that the programming language LOGO was widely used for teaching about computers in primary schools, back before PC's arrived on the scene and turned the computer lessons into "how to write a word document". I would like to know what kinds of LOGO implementations are out there, for either of the main 3 operating ...

NetLogo vs. Repast Simphony?

I would like to simulate some scenarios using the multiagent paradigm, and it seems NetLogo and Repast are the most popular tools for that. I'd like to know if anyone has had any experience with either one and could tell me more about them? For example, I've noticed that there is a fluxogram-like modeling option for Repast, but I belie...

NetLogo: reading data from input files with variable numbers of lines

Hello, I've been running game theory simulations in NetLogo and I now have lots data files, containing cross-tabulated data - each column store a value of a different variable, and there are c. 1000 rows containing the data. I'm trying to write a programme that will take these files and calculate the mean value for each column. I have ...

How do I draw a unicorn using Logo?

How can I draw a multi-color randomized unicorn using Logo? the algorithm is described in balpha's blog, but I don't know which steps to start with to implement it in Logo ...