This is a test post + a tutotial on embedding your Mathematica demos in your web-page ! Convert the interactive document into a CDF (Computable Document Format). You can get a number of them in the Wolfram demonstration projects. Upload the document to your server Insert the following snippet of code, to point to the […]
Tag Archives: programming
Logos go Computational
Exploring Logo Designs with Mathematica a nice find for me! was wondering if I could create a custom greeting card for my friends – think Mathematica will do this for me now .. Will post the code soon
AutoIt plugin/brush for WordPress
Here is the AutoIt plugin (brush as it is called) for the Syntax Highlighter for WordPress plugin, which uses the Alex Gorbatchev’s SyntaxHighlighter Script.. (After completing this post I found that the post was too untidy to follow…unless you have tried your hands on hacking or modifying scripts. If you are a newbie, AND MOST IMPORTANTLY […]
AutoIT- Simple Timer
A simple Autoit code.. [autoit] #comments-start # author : ram # site : ramnathbabu.com # Displays a timer at the TOP LEFT (can be customized) # corner of your screen. Displays the time you have spent # You are free to modify/use/distribute the code. # Try to retain the site somewhere […]
Programming Languages
I was recently searching for A GOOD programming language to cling on to.. I have a worked for some time now, looking at various programming languages to get a feel of the available programing paradigms . Considering the fact that one does not generally have the luxury of time, I thought it would be more […]
AutoIt !
I am (actually was) an ardent fan of the Visual Studio programming environment, especially Visual Basic. I found that it reduced the job of creating GUIs to mere click and drag (dint realize it was making me lazy) . Initial codes for my toy-experiments were simple enough to code. I took a few days to […]