View: 13 Download: 0 Comment: 0
Category: Web Development Fields: Other
I recently started a project where in order to bind to properties within the Code section of UserControl (or Window), they were using DependencyProperty definitions, in fact sometimes it was even worse, they were also deriving from...
View: 11 Download: 0 Comment: 0
Category: ASP.NET Framework Fields: Other
This article explains a design approach that involves setting the work flow of the process using config file and Unity Framework. It helps to change the flow only by updating the config file and no other code change is required.
View: 74 Download: 0 Comment: 0
Category: Php&mySql Fields: none
SimpleXML provides an easy way of getting an element's name, attributes and textual content if you know the XML document's structure or layout. SimpleXML turns an XML document into a data structure you can iterate through like a collection of arrays...
View: 35 Download: 0 Comment: 0
Category: ASP.NET Framework Fields: Other
In this article we will see in detail how to display role-based dynamic menu after a user logs in. For this we will create a Menu Master table and insert a few records to display the menu and link the URL to the menu based on the logged in user's...
View: 35 Download: 0 Comment: 0
Category: Web Development Fields: none
URL rewriting can be one of the best and quickest ways to improve the usability and search friendliness of your site. It can also be the source of near-unending misery and suffering. Definitely worth playing carefully with it - lots of testing is...
View: 67 Download: 0 Comment: 0
Category: Php&mySql Fields: Other
This is my favorite PHP download script. I’ve used a different more simple method until a client wanted to be able to allow their site visitors to download a large file from a password protected directory. The PHP script works on Apache web servers...
View: 20 Download: 0 Comment: 0
Category: Web Development Fields: Other
Data Science is a growing field. According to CRISP DM model and other Data Mining models, we need to collect data before mining out knowledge and conduct predictive analysis. Data Collection can involve data scraping, which includes web scraping...
View: 44 Download: 0 Comment: 0
Category: ASP.NET Framework Fields: Other
Workaround for a bug in the CMFCEditBrowseCtrl that causes heavy flickering (starting with Windows 7)
View: 25 Download: 0 Comment: 0
Category: Web Development Fields: none
Speech to Text Recognition for Data Scraping and Collection in Data Mining
View: 29 Download: 0 Comment: 0
Category: Web Development Fields: Other
I guess I'm a glutton for punishment, or like the little bird who flies against the wind; I really enjoy developing desktop applications. Now it's all about apps for phones and web applications, but I still really enjoy using my desktop and writing...
View: 25 Download: 0 Comment: 0
Category: Web Development Fields: none
Angular framework is useful for building Single Page Apps and Progressive Web Apps. This article covers everything you need to know about deploying an Angular application in under 2 minutes.
View: 36 Download: 0 Comment: 0
Category: Javascript Fields: Other
This is a tutorial for those interested in a quick introduction to AngularJS and REST API. We will build the familiar Periodic Table of the Elements found in every chemistry textbook, and allow the user to select a Chemical Element by clicking on...
View: 73 Download: 0 Comment: 0
Category: Javascript Fields: Other
Using Collaborative Filtering to find people who share tastes, and for making automatic recommendations based on things that other people like.
View: 46 Download: 0 Comment: 0
Category: Javascript Fields: Other
Coding an application to run in parallel is hard, right? I mean, it must be hard or we’d see parallel programs everywhere. All we'd see are slick parallel apps that use every available core effortlessly. Instead multi-threaded apps are the exception...
View: 51 Download: 0 Comment: 0
Category: Javascript Fields: Other
Bing Search API is a set of REST interfaces that find web pages, news, images, videos, entities, related searches, spelling corrections, and more in response to queries from any programming language that can generate a web request. Applications that...
View: 203 Download: 0 Comment: 0
Category: Javascript Fields: Other
Continuous in-line request/result batching, real-time stream sending/processing, asynchronous data transferring and parallel computation for best performance and scalability
View: 44 Download: 0 Comment: 0
Category: Javascript Fields: Other
Java developers usually deal with Collections such as ArrayList, HashSet, Java 8 come with lambda and streaming API helps us to easily work with Collections. In most cases, we work with few thousands of items and performance isn't a concern. But in...
View: 48 Download: 0 Comment: 0
Category: Javascript Fields: Other
Grammar-Guided Genetic Programming library featuring: multi-threading, just-in-time compilation of individuals, dynamic class loading, and JNI interfacing with C/C++ code
View: 57 Download: 0 Comment: 0
Category: Javascript Fields: Other
Those who are not convinced to use Hibernate to manage persistence are forced to use plain old JDBC API. Though powerful, it requires lot of typing to get it right. For example, retrieving user data from database often requires such code snippet:
View: 39 Download: 0 Comment: 0
Category: Javascript Fields: Other
This serial of articles explains some techniques to relieve Lambda Expressions from the boiler plate codes of try/catch that required by the original functional interfaces, thus making lambda expressions to be real first-class members in JAVA 8.
How to Testing Symfony Apps with a Disposable Database in PHP
Php&mySql - 338 view The Symfony guide to mastering and creating new environments explains how the framework handles the configuration for different environments and shows...
How to JavaScript ‘this’ and Event Handlers
Javascript - 325 view If there’s one reason to rely on a JavaScript library such as jQuery, it’s event handling. Most libraries abstract events into a uniform set of...
Get Value of Select Option and Radio Button using PHP
Php&mySql - 321 view HTML select tag allows user to choose one or more options from the given drop down list. Below example contains PHP script to get a single or...
Design State Machine Engine for embedded system development
Embedded Systems - 4063 view Embedded systems are some special purpose computers that are used inside of devices. Embedded systems generally use micro controllers that contain...
Build Control Post Revisions in WordPress
WordPress template - 8607 view WordPress automatically creates revisions of your content. Whenever you save a post or a page, the old version is retained so you can revert back at...
How to Building a User Avatar Component With Node.js & TransloadIt
Javascript - 339 view A template contains assembly instructions in JSON format. Fire up your...
Adobe Photoshop - 769 view You have a bunch of pictures, but they don't look that great. You'd...
BasicAuth Security Example in java
Javascript - 342 view Using dropwizard, we have learned about creating REST APIs,writing...
Using Mixed .NET Languages to Simplify Access to the Recycle Bin
Visual Basic - 1851 view A recent project I was working on allowed users to select and delete...
Visual Studio .NET IDE for Linux!
PostgreSQL - 3522 view This article is in the Product Showcase section for our sponsors at...
Program to Generate Prime Numbers between 1 to n
Php&mySql - 293 view Write an efficient program to generate prime numbers between 1 to n....
3D model Farnsworth House design 3Dx Max
Autodesk 3DS Max - 734 view Santa was in Dimensiva’s office and we found this gift, a 3d model...
Share Marena Free WordPress Themes
WordPress template - 9240 view Marena is a 4 columns fixed width WordPress theme by codetitle.com....
References - 767 view Android Database TutorialAndroid Database ToolsThe first tool is...
References - 636 view Before I was introduced to the article you Created thumbnail images...