SSH is an age-old technology used by network administrators to remotely log into servers. With a few clever tricks, it can also be used to bypass most firewalls, and open up ports on the local network. All that is required on the target machine is an SSH client.
Continue reading
All posts by Andrew Palczewski
Getting Ahead of Ourselves with Radical Atoms
Professor Hiroshi Ishii of the Tangible Media Group at MIT is no longer satisfied with existing technology. In an attempt to do something truly interesting, he is devoting his research to a future world where Radical Atoms can be controlled by a computer, and brought to life in 3D.
Continue reading
C#.NET – A Case for Macros
Macros are one of the most notable C/C++ features that went missing from C#. With programming experts forever in debate on whether macros enhance or detract from a programming language, and many run-of-the-mill developers ignoring the feature entirely, the .NET team chose to keep them out of the C# spec. Still, the language might be enhanced with macro integration in a future release of the framework.
Continue reading
Technori April 2014 – To Give or Not to Give
The de facto event of the Chicago tech scene, this month’s Technori focused on social welfare opportunities and start-ups. A variety of entrepreneurs each brought forward unique and exciting ideas for improving the community, with innovations in job placement, education, finance, and logistics.
Continue reading
Top 5 Brainstorming and Wireframing Tools
Good wireframing tools can save time and make sure everyone’s ideas are incorporated in the final product. There are a plethora of tools available, however a core set of tools seems to be used by most designers. They help save time on software development and web development projects, and result in thought-out and well-designed systems.
Continue reading
Can User Interface Design Make the World a Better Place?
When building custom software, a user interface designer will progress through several levels of skill development. Similar to Maslow’s Hierarchy of Needs, each lower level must be fulfilled before a designer can progress to the next plateau. The question is – where does the pyramid end, and where is it right to draw the line as to the responsibility of the UI designer?
Continue reading
The Fallacy of Automatic User Interfaces – Why Design Matters
Reading the recent TOCHI (Transactions on Computer-Human Interaction), a group of researchers developed yet another automatic user-interface generation tool, this time for the smart computing space. Reasoning that there will soon be an explosion of software in the “Internet of things,” these brave souls ventured to create a “one size fits all” approach to the controllers, so that User Interface designers would no longer have to be a part of the development team.
Continue reading
SQL Server Development Tips – Automated, Incremental Builds
The black-box mechanics of SQL Server can make database versioning a challenge. Traditional approaches include keeping a log of all structural SQL changes, or taking backup snapshots at development milestones. The primary weaknesses of these approaches are the lack of flexibility and prototyping with the first, and deployment challenges with the latter. Herein we present a solution to the challenge using version control and automated, incremental build scripts.
Continue reading
Web Development Tips – Customize AddThis Toolbar Buttons
Search engine experts recommend adding social media links to your website. Although it can seem inconsequential, this small tip will help increase the number of likes and shares your website receives on social media. This tutorial reviews the steps necessary to add the “AddThis” toolbar to your website, and how to customize the buttons to show the social networking sites that are most relevant to your business.
Continue reading
PowerShell – Will It Be The End of VBScript?
With the growing popularity of Microsoft PowerShell – the new batch scripting language from Microsoft, it seems that VBScript was dealt yet another blow in one of it’s last vanguards, the server admin scripting space.
Continue reading