| Related sites for http://sitereview.org/coding/ |
| Data_Dallas_Corp_(DDC) Internet access to a mainframe; z/OS time-sharing, including TSO, CICS, DB2, SAS, via Internet: tn3270 and ftp. Also, media conversion, laser printing, and mailing and direct marketing services. | | SLC_Scandinavien_AB Distributor of computer cases in Scandinavia. | | Butler_W__Lampson His page at Microsoft Research. Many useful papers, links, including a list of all of his projects. | | RFC_1763 The PPP Banyan Vines Control Protocol (BVCP). S. Senum. March 1995. | | IBM_Developer_Kit_Porting Provides free developer kits for creating and testing Java applets and applications on a number of platforms, including AIX and Linux. Also other Java tools. [Freeware] | | Learn_the_Net The site makes understanding the Internet easy, teaching everything novices need to know. How the Web works, getting the most from web browsers, sending e-mail, protecting privacy, keeping kids safe. | | Ajax_Training_Course_by_Marakana Ajax Training Course explains how to distribute the application between the client and the server by using the nested MVC design pattern. You will learn how to make your application to be flexible and | | SD_Times__Editorials_&_Opinions Commentary and opinion about C# and Java. | | TimeS_Challenge A small game designed to help kids learn and practice basic math operations, addition, subtraction, multiplication and division on whole numbers. | | Stani\'s_Python_Editor_(SPE) A full-featured Python IDE and ships with Python Debugger (rpdb2), wxGlade (gui designer), PyChecker(source code doctor), Kiki(regex console) and Blender(3d) support. [Open source, GPL] | | Gaslight_Media Full service ASP specializing in server-based computing and web based applications for business. | | Timpany_com Offers web site design, search engine optimization, domain name registration assistance, weblog design and setup, database development, maintenance, and web site usability assessment. | | Kayletec_Web_Solutions Offers web and graphics design, Flash animation, maintenance, and hosting. Located in Waterford, Ireland. | | OMdeSign Specializes in web, Flash, graphic, logo, and stationery design. Based in London, United Kingdom. | | OutIndex OutIndex is a plug-in to Microsoft Outlook that extends and enhances it. It comes with a bulk mailer. | | UrgentClick_com Hidden free counter to track visitors and hits on each page. | | Family_Friendly_Sites Family friendly directory where all member websites have been visited and reviewed. | | Construction_Applications_Servers Providing the PL E Program Management Application (PMA). The PMA is designed to be a single point data warehouse that contains information most often used by program managers during the course of co | | QSound_Labs,_Inc_ Products to provide 3D audio, virtual surround sound, MP3 and Internet audio. | | Ext2_Documentation_Project A project whose aim is to create a complete documentation of the ext2 filesystem. |
|
Programming related websites Headlines |Software | Hardware | Science | Coding | Sysadmin | Humor | MiscThe Tech Website Directory (Click 'post' below) GrokCode vote GrokCode is a site by developers for developers. It covers programming tips & tutorials, recommendations for books and tools, sweet hacks, career advice specific to software development, and programming trends. GrokCode contains code samples in a wide variety of languages including Java, PHP, Lisp, Scala, and C. read more... permapage | score:9976 | -grokcode, October 1, 2008Free pdf book: Programming from the Ground Up vote Note: This 326 page introductory programming text is in .pdf format.I will take you through the difficult issues because that is the only way to move on to masterful programming. My goal is to take you from knowing nothing about programming to understanding how to think, write, and learn like a programmer. You won’t know everything, but you will have a background for how everything fits together. At the end of this book, you should be able to do the following: read more...permapage | score:9913 | -Ray, January 23, 2006Space Tyrant: A multiplayer strategy game and programming project vote The GameSpace Tyrant (ST) is a free telnet-based space strategy game that anyone with Internet access can play. All you need is a telnet client -- which is included in virtually all operating systems released in the last ten years. The ST game features include:player configurable starshipsendless variations of economic, military, and political strategypure player-vs-player; there are no in-game monstersan in-game radio with paging and secret channelsteams with private team radio channelsthe ability to modify the universe by guarding sectors and moving objects . . . and much moreThe game is intended to provide a universe and a set of physical laws where players can create their own strategies. If you're interested in playing or looking at the game, go to the game introduction page.The CodeSpace Tyrant is also an Open Source (GPL 2) programming project in the C language compatible with any recent version of GCC. ST is pure C code (the embedded shell script, mentioned below, is technically a C comment ;). It consists of a single source file that is an example of:a Linux / Unix daemona multithreaded game servera network socket listenera memory-resident daemon with an asynchronous dirty block backup threadIt also includes:a simple and understandable recursive sortan example of function pointer arrays implementing a menua ring buffer message queuea simple random number generator macroa detached thread spawning and reaping routinesignal processing routinesa loop-based shortest-path algorithman embedded compile shell script (run `sh st.c` to compile the code). . . and many more curious featuresThe codefile consists of fewer than 4500 C statements. Counting multiline C formatting and comments, the entire file is under 9500 lines long.Programmers interested in the code -- as well as anyone interested in hosting a game -- might want to go to the Space Tyrant source code page. read more...permapage | score:9909 | -Ray, March 7, 2007C, C++ Tips, FAQs, and Tutorials vote This one-page resource contains lists of C and C++ programming links on the following topics:TutorialsC++ Tips and TricksDebuggingC++ CompilersSource Code ArchivesJournals and NewslettersPointers and Dynamic Memory AllocationCoding StandardsC Programming (resources)Standard Template Library (STL) read more...permapage | score:9901 | -Ray, December 18, 2005jarfinder - Free jar database vote Ever pulled your hair out trying to find which jar file is missing from your classpath? Jarfinder is here to help.JarFinder is a free searchable database of jar files. It provides a quick and easy way to resolve ClassNotFoundExceptions and NoClassDefFoundErrors.Just enter the name of a class and jarFinder will produce a list of jar files that contain it. The database is already large and is growing day by day. Currently only jars released under free and open source licenses are indexed, but commercial software may be added in the future. read more...permapage | score:9889 | -colin, March 6, 2006WinAsm Studio vote WinAsm Studio is a free Integrated Development Environment for developing 32-bit Windows and 16-bit DOS programs using the Assembly Language. It is a MUI application already translated to many languages and includes a Visual Resource Editor for rc scripts. Highly extensible via user created Add-Ins (aka plug-ins).A lot of free (most of which are open source) projects (such as HiEditor, a large file editor), custom controls to download, a popular programming forum and a link directory to add your site.Best Regards,Antonis Kyprianou read more...permapage | score:9885 | -akyprian, March 2, 2007 (Updated: March 13, 2007)Text Editing for Programmers: JEdit vote JEdit is now seven years old and, therefore, quite mature. While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GNU General Public License.Written in Java, so it runs on Mac OS X, OS/2, Unix, VMS and Windows.Built-in macro language; extensible plugin architecture. Dozens of macros and plugins available.Plugins can be downloaded and installed from within jEdit using the "plugin manager" feature.Auto indent, and syntax highlighting for more than 130 languages.Supports a large number of character encodings including UTF8 and Unicode.Folding for selectively hiding regions of text.Word wrap.Highly configurable and customizable.Every other feature, both basic and advanced, you would expect to find in a text editor. See the Features page for a full list. read more...permapage | score:9878 | -Ray, January 18, 2006A simple Java tutorial vote This is an excellent Java tutorial with no unnecessary prerequisites. If you're an experienced C programmer, you'll just fly past the reused concepts and keywords, but it helps to know which ones are reused. If you're not yet a programmer, this is probably the right tutorial for you.This tutorial has grown into a book called The Java Developer's Resource, available now from Prentice Hall. It's now out of print, but the examples and exercises from that book are also online here and may be of use. read more...permapage | score:9874 | -Ray, March 2, 2006VisualBuilder.com vote Learn AJAX, PHP, JSP, ASP.NET, DHTML and other cool Web 2.0 Development techniques from the experts. Read the JSP tutorials and download the basic source code snippets and start developing now - All FREE read more...permapage | score:9870 | -imran, February 17, 2007ByteMyCode: Online Code and Tutorial Sharing Site vote ByteMyCode is an online code and tutorial sharing site that allows users to upload snippets or tutorials containing both code and text. It automatically applies syntax highlighting to code in over 20 supported languages. Users moderate code submissions and the most popular snippets are displayed on the top snippets page. The site also allows you to comment on code that has already been submitted. read more...permapage | score:9856 | -ByteMyCode, September 15, 2006Javascript Graphics Functions vote Have you ever wanted to embed cool graphics functions into a web page?This JavaScript VectorGraphics library provides graphics capabilities for JavaScript: functions to draw circles, ellipses (ovals), oblique lines, polylines and polygons (for instance triangles, rectangles) dynamically into a webpage. Usage of this Vector Graphics library should be easy even if you don't have JavaScript experience. Documentation. read more...permapage | score:9853 | -Ray, December 23, 2005CSS and Tables: The Hype and Trends vote The History of tablesBefore tables came along, the web was a pretty dull place. Using tables for layout opened up new vistas of possibilities of visually “designing” a page. It could well be argued that table based layout was responsible for the popularity of the web and the field of web design. Worse still, over the last few years, table based layout has come under severe criticism and was widely demonized. Web purists claim that tables were never meant for layout so one shouldn't use them for such. A rapidly progressive hype seems to be in the air all around. Reality behind the hype Despite the fact that pioneers have been talking about web standards for a long time, the majority of web sites are still developed using tables and non standards compliant code . History has shown many examples of technologies that started out life with one purpose, only to end up finding more practical applications as something else. And it sounds very apt in case of tables. The web itself was never intended to be a channel for edutainment, marketing and information but for sharing research data. Using tables is a pragmatic approach, if not preferred The W3c Web Accessibility Guidelines recognize that designers will continue to use table for layout - and so include information about how they can be implemented in the most accessible way. Designers are not going to immediately stop using tables for layout; mainly owning to the reason that this is the default behavior of most WYSWYG (what you see is what you get) Web design packages and; CSS for layout is so difficult to implement successfully. Moreover, Professionals still argue the use of tables for the layout of pages on the Web, despite the fact that this goes against current standards. They argue it to be a pragmatic approach – if not their preferred options. Let's explode the myths: CSS vs Tables Most web designers don't simply feel the need to switch over The majority of web sites are still developed using tables and non standards compliant code. Because of this, user agents will be forced to handle table based layouts for many years to come. This effectively negates one of the biggest selling points for web standards. That of forward compatibility. That's why, most web designers really don't feel there is an overwhelming need to start developing sites using CSS based layouts and standards compliant code. CSS development has a much higher barrier to entry than table based design While comparing table based design to CSS based design, the syntax of CSS, for sure, turns out to be is pretty easy. Nobody in their right mind would argue that you need too be a rocket scientist to learn CSS. Nevertheless, some of the concepts can be quite tricky to assimilate. Continuing in the same spirit it is true that there are so many bugs, even the “experts” find themselves spending an inordinate amount of time bug fixing. For a novice this must be extremely frustrating. Not knowing if the problem is down to your misunderstanding of CSS or some obscure browser bug. Perhaps this is why many people see web standards as “Ivory Tower” and why many web standards advocates come across as having a sense of superiority and a zealous attitude towards web design. Some things are just easy-to-do with tables People often find themselves writing fairly complicated CSS to do something that would be trivial using tables. Take form styling for an instance. It's possible to lay out even very tricky forms using tables in just a few minutes. You can achieve similar results by floating elements with CSS, but it's a lot more involved. If you're a CSS guru it's all part of the fun. However if you're a regular mortal, it can be incredibly frustrating. Another such thing is page footers. It's pretty easy to do using tables. Whilst doing this using CSS alone, it would hardly be any wonder why web developers turn their back on CSS when even simple things are rendered so If you have the knowledge and patience, you can do most things using CSS that you used to do using tables. Sure it may take you longer, but you'll get there in the end (or die trying). CSS benefits. But does it provide you what you need? It's true that switching a large site to a CSS based layout can save a huge amount of bandwidth. However, for most sites, this saving would be insignificant or mostly irrevelent. People want fast loading pages and many advocates have suggested that CSS helps accomplish this. For most sites, the “design” is spread evenly across the whole site. However with CSS based sites, the “design” is usually held in one or more external files. These files can be fairly complicated, and even for a simple site, can get big, or even fast. Search engine friendliness: CSS vs Tables It's true that the search engines like semantic pages. It's also a widely held notion that search engines like lean code. Building a site using CSS and web standards can defiantly encourage the development of search engine friendly sites. However it's neither magic bullet, nor a panacea either. There are many table based sites that score very highly in the search engines. It's equally possible to build a CSS based site that gets a terrible search engine ranking. The most important thing for high ranking is content and inbound links, not whether a site uses tables or CSS for layout. Issues pertaining to accessibility There is quite increasing number of people who try to sell web standards and especially CSS based design by playing on client's accessibility fears. There isn't anything inherently inaccessible about table based design. While it's true that your site needs to be published to a recognised set of grammars to get an AA accessibility rating, tableless design is only a recommendation, not a requirement for the more stringent AAA rating. The final word Final Table based design will be around for a long time. However, it is not good enough just to say that it is wrong to use them . In certain circumstances using tables for layout can make much more sense than CSS. Web standards and CSS based design are defiantly the way forward. However in the rush to advocate these “new” techniques, people end up being hyperbolic and the reality falls short of expectationent Company with a well connected development infrastructure in India having a strong offering superior web services and solutions at competitive costs.Deepak Sharma is a Web Designer at BlueApple, a Web Design and Development Company with a well connected development infrastructure in India having a strong portfolio with global clientele and offering superior web services and solutions at competitive costs.mail this link | permapage | score:9842 | -Deepak Sharma, May 29, 2006Extreme Testing vote Extreme testing derives from the concepts outlined for extreme programming (XP) and distributed extreme programming (DXP) and tailored to be applicable to onshore-offshore model of software development, single & multi vendor model of software development. This approach retains the classical concepts of eXtreme Programming like simplicity, discipline, communication, quality, and flexibility read more...permapage | score:9821 | -riseoficarus, June 19, 2007Blog software feature list vote This handy table lets you compare the major blogging software packages feature-for-feature. The blogging software packages compared are Blogger, TypePad Basic, TypePad Plus, TypePad Pro, Blogware, WordPress, Movable Type, and Expression Engine.This chart is a companion to the article "Time to check: Are you using the right blogging tool?," published July 14, 2005 in the USC Annenberg Online Journalism Review. Do note that this chart reflects only standard features of the tools' installation, and not every possible extension, plug-in modification.... read more...permapage | score:9817 | -Ray, January 1, 2006Ten Minute Python Tutorial vote Interested in Python? Got 10 minutes? Then take this whirlwind tutorial tour of Python. It may be the quickest way to decide if Python is really what you're looking for.This tutorial will attempt to teach you Python in 10 minutes. It's probably not so much a tutorial as it is a cross between a tutorial and a cheatsheet. I assume that you are already familiar with programming and will, therefore, skip most of the non-language-specific stuff. The important keywords will be highlighted so you can easily spot them. read more...permapage | score:9808 | -Ray, January 12, 2006Maze Algorithms vote Read this before you design that maze!Mazes in general (and hence algorithms to create Mazes) can be organized along seven different classifications. These are: Dimension, Hyperdimension, Topology, Tessellation, Routing, Texture, and Focus. A Maze can take one item from each of the classes in any combination. read more...permapage | score:9801 | -Ray, December 13, 2005More coding articles...next page Articles and website reviews are owned by their authors. The rest is © 2000-2008, Ray Yeargin.coding headlinesWin32, C, C++, VC++ resourcesEffective Programmer PracticesThe Ten Commandments for C programmersFree Programming ResourcesGeekpedia: Programming Tutorials, Source Code...AllSyntax.com - Tutorials and Code Samples availableWebmaster ForumMethods and ToolsIntroduction to HTMLNew php/sql tutorialsAdvanced WAP ProgrammingExtreme Visual Basic ForumFreecode, Free Programming Source CodeOnline guide to Visual BasicOne PHP Street - A PHP Code RepositoryFighting Memory LeakageThe Open Watcom CompilerProgramming Language CompromisesCompiler FAQs, Links, InfoThe Ruby Programming LanguageDHTML Shock - Free Dynamic HTML and JavaScriptLinux Assembly Programming Resource SiteJavascript TipsUnix Bourne Shell ProgrammingNetwork Programming with PerlCode BeachRaw IP Networking FAQJava Programmer Online ExamplesScripting Language Options -- In Search of the Ultimate LanguageThe CGI BinRemote Debugger for ASPCascading Style Sheets (CSS) Tutorial/training/etc/ Programming SiteFree Pascal Home PageXML GuideModular Programming in CExtreme Programming: A Gentle IntroductionCoding for 64-bit processorsThe Java UniverseSecure Transaction Developers Resource SiteProgramming Optimization: Techniques, examples and discussionUnmaintained Free Software ProjectsRealApplets.comPHP Resource IndexThe Tutorials Search EngineC ProgrammingUnix Programming FAQ Bookmark us! post Posting GuidelinesSite infoNews feedLogin(to post)Search |
|