Eclipse Keeps Changing Context Roots Of Web Applications For Weblogic Wrongly
Context Root of your web application built for Weblogic was changed without your knowledge in Eclipse. This page shows you how to fix it.
Maven How To Generate Swagger Documents
This article shows you how to generate Swagger static documents such as HTML from Maven.
Grunt Wiredep - How To Inject Custom JavaScript
This short tutorial shows you how to inject your custom javascript using Wiredep in a Grunt-based project.
Grunt How To Create A Hello World Project
This short tutorial shows you how to create a new Grunt project from scratch.
JIRA Groovy Script Coding With Auto-Completion In Eclipse
This tutorial shows you how to set up Eclipse projects for JIRA Scripts using Groovy.
JIRA Groovy Script - How To Change Priority Of An Issue
This script shows you how to change priority of an issue.
JIRA Groovy Script - How To Get A Custom Field's Value Of An Issue
This script shows you how to get custom fields' value of an issue.
JIRA Groovy Script - How To Get All Issues For A Project
This script shows you how to get all Issue objects for a project.
How To Use Bower And Grunt For Grails Asset Pipeline
This tutorial shows you the steps to manage static javascript files using Bower and Grunt for Grails projects.
Grails How To Split Config.groovy
This trick shows you how to split Config.groovy to many files.
Grails Projects Using MongoDB
This post shows you how to set up grails app with mongodb as database.
How To Git Without A Central Server
This short post shows you a trick to use GIT without having a central GIT server.
Installing From NodeJS NPM Fails
This post shows you how to fix the problem failed to fetch from registry when running npm install. My OS was Ubuntu.
Grails Hello World Application
This includes a quick note on how to set up the environment and gives you a feeling of how applications are developed by Grails.
Cordova How To Create A Project With jQuery
This quick note shows you the steps to successfully create a new Cordova project which uses jQuery
Tomcat How To Configure Oracle DataSource And Do JNDI Lookup
The following snippet shows you how to configure Oracle data source in Tomcat and how to do JNDI lookup
Scala TagSoup
This short post shows you different ways of using TagSoup Library.
Scala Proxy Authentication
This short post shows you how to do authentication for proxy in Scala.
Hibernate Sample Project With Scala And Gradle
This short tutorial shows you the steps to create a Scala project which uses Hibernate to connect to MySQL database using Gradle as the build tool.
Proxy Setting - Gradle Connection Refused
This short article shows you how to resolve the issue when running Gradle commands behind proxy.
How To Set Up Scala Projects With Gradle For Eclipse
This short example shows you the steps to set up Scala projects for Eclipse using Gradle build tool.
SBT - Simple Build Tool Scala How To Set Up Eclipse Projects
This short tutorial shows you the basic steps to set up an Eclipse project with SBT Scala
Maven How To Extract Jar Files Or Dependency
This short example shows you the snippet of code that you can insert into your pom.xml so that you can extract JAR libraries files from command line.
Maven How To Compile Classes With Different JDK
This example shows you the code to insert into pom.xml file to enable compiling java classes with different jdk.
Maven How To Execute Java Classes
This post shows you the snippet of code you have to add to run a specific Java class in Maven
Maven How To Set Resources Path
This post shows you how to set location variables for resources in Maven.
Python Excel Example
This article shows you how to handle excel files using Python
Python Django With Apache Virtual Host
This post shows you the steps to set up virtual Host for Django projects. The environment used in this project was Mac OS.
Python Script To Check Server Uptime
This piece of code helps you monitor server uptime and downtime.
Python Sending Email Example
This short example shows you how to send emails through Python
Python Logging Example
This short article shows you very simple examples on how to use logging features in Python.
Rails JQuery Is Loaded Twice Problem
Recently I ran into a problem in which jQuery file was loaded twice. The first one was included in the jquery.js file and the other is included in the application.js.
C# MVC With Entity Framework - Hello World Example
This post shows you the key steps in creating your first project using C# with MVC and Entity Framework.
Python Backup Script For PostgreSQL Automatically
This post shows you a way to automate backing up your PostgreSQL database on your server and to download it to your local machine.
Python Resize All Pictures Of A Folder
This script helps you reduce sizes of all images in the current folder in which the script is run.
Nginx 413 Request Entity Too Large
This post shows you how to fix the error 413 Request Entity Too Large in Nginx
How To Install Node.js From Source Code On Webfaction
This post shows you how to install Node.js from source code on Webfaction.
HomeBrew How To Install PostgreSQL
This short post shows you the steps to set up PostgreSQL using Brew on Mac OS.
Excel Visual Basic How To Loop Through Cells And Change Value
This short example shows you a clear step by step instruction how to loop through cells and change their values in Excel Visual Basic
How To Uninstall PostgreSQL on Mac OS
This post shows you an easy way to uninstall postgresql on MacOS.
Rails ActiveAdmin How To Add Admin Users Through Console
This short post shows you the steps to add admin users through console for ActiveAdmin
Apache PHP How To Enable PostgreSQL on Mac OS
This article shows you how to enable PostgreSQL for PHP and Apache on Mac OS.
C# How To Filter DataTable
This post shows you an example how to sort DataTable in C#.
Python How To Update Word Documents Using Bookmarks
This article explains how you can edit bookmarks in Word documents using Python.
C# How To Read And Write Microsoft Excel Documents
This short post shows you how to modify MS Excel documents using C#
MYOB How To Extract Data Into Excel Using ODBC
This post shows you how to connect to MYOB database using ODBC driver in Excel. You can also use the same instructions to connect to any other databases if ODBC drivers for them are provided.
Apache POI How To Convert CSV To Excel Using SuperCSV
This example shows you how to use Apache POI to create excel files with the content coming from CSV files. I will be using Maven to manage all the libraries' dependencies.
Java Jasper Reports With Spring MVC
This example shows you how to generate a simple report using Jasper Reports with Spring MVC. We will also see how Maven can be utilized to handle library dependencies.
MYOB Sharing Forms And Templates
This article shows you how to share or prevent MYOB users from accessing certain forms and templates in MYOB software.
C#How To Read And Write Microsoft Word Documents
This short post shows you how to modify word documents using C#
Rails How To Include Existing Layouts To Another Layout
When I first learned Rails, it was hard to find this since different terminologies were used. Hence, I decided to blog about this just in case other developers with Java or Django backgrounds are searching for the same thing, this can become useful.
MYOB Database Tables
This short post gives you an excel spreadsheet with all MYOB Database tables, columns and their definition.
Python ODBC Example
This short tutorial shows you how to connect to ODBC using Python
Python Backup Script For MySQL Automatically
This Python snippet can help you do backup for MySQL database remotely and then download it to your local hard drive.
Python Fabric Example
This short example shows you how to use Fabric library
MYOB ODBC Driver Architecture Mismatch
This post shows you how to fix the ODBC connection error The specified DSN contains an architecture mismatch between the Driver and Application, especially for the MYOB ODBC Driver
Python Parsing Command Line Arguments
This example shows you how to parse command line arguments using argparse library.
MYOB ODBC How To Insert Items Or Customer Contact
This short tutorial shows you how to insert items, customer contacts into MYOB through ODBC connections.
C# How To Get The Application Path
This short snippet shows you various ways to get the application path.
Python How To Get The Last Directory Name In A Path
This short post shows you various ways to get the last directory's name in a path by Python
How To Use Apache Ant With Eclipse
This post helps you set up Eclipse to use Apache Ant.
Python Alternative For Switch Statements
This snippet shows you one of the approaches to implement switch statements in python.
C# How To Convert DataTable To List Of Entities
This snippet helps you convert a datatable to a list of entities.
C# How To Pass A Property As A Variable
This post shows you how to pass a property as a variable in C#.
MYOB Account Right Enterprise Setup
This post shows you how to set up MYOB Account Right Enterprise in a terminal environment.
SugarCRM Send Queued Campaign Emails Not Working And Message Rejected Problem
This post shows you a few tricks as to how to fix the problem Email Campaign Not Sending and Message Rejected in SugarCRM.
MYOB Bulk Update
In this post, I'm going to show you how to bulk update items for custom fields, prices or anything similar to that.
Python How To Import All Files In A Directory
This code snippet helps you load all the components of a module.
Python FTP List Directory
This post shows you how to get the list of files/folders from an FTP server.
ODBC Tool Explorer
In this post, I'm showing you one of my favourite software tool to explore ODBC databases. It can also be used for managing any other types of databases since it uses JDBC drivers.
Windows Server 2008 RC2 Setup
This post briefs you on the general commands you have to use when setting up Windows Server 2008.
MYOB How To Export Card List
This article shows you how to export MYOB card list which is a list of your customers' information.
Windows Task Scheduler How To Show MessageBox For All Users
This article shows you how to display a reminder using Task Scheduler to all users on your domain.
Windows Server 2008 How To Set Up Terminal Services (Part 4)
This is the last part of the series how to how to set up terminal services on Windows Server 2008. Below you will find out how to link session host to license server.
Python Rename Multiple Files
This script shows you an example how to rename multiple files with a similar structure in Python.
Windows Server 2008 How To Set Up Terminal Services (Part 3)
This is the third part of the series how to how to set up terminal services on Windows Server 2008. Below you will find out how to activate RDP license server.
Python How To Copy And Rename Files
This post shows you how to copy and rename files in Python.
Windows Server 2008 How To Remove Password Expiry
This post shows you how to remove password expiry policy on Windows Server 2008
Windows Server 2008 How To Set Up Terminal Services (Part 2)
This is the second part of the series how to how to set up terminal services on Windows Server 2008. Below you will find out how to sign up for the Microsoft Volume Licensing Service Center (VLSC) site.
Windows Server 2008 How To Set Up Terminal Services (Part 1)
This is a first post of the series how to set up terminal services on Windows Server 2008. Below you will find out how to set up Session Host Configuration, one of the very first steps to set up terminal services.
SugarCRM Marketing Email Problems With Subscription
This post helps you fix this error in SugarCRM: "You cannot send a marketing email until your subscription list has at least one entry. You can populate your list after finishing."
Windows Server 2008 Giving Shutdown Permission
This post shows you how to grant shutdown permission to users on Windows Server 2008.
MYOB How To Use Custom Field
This post shows you how to use custom fields in MYOB.
How EDI Works With MYOB
This post shows you how EDI will work with MYOB. This is also applicable for other accounting software.
MYOB How To Use Custom List
This post shows you how to use custom lists in MYOB and how it can be utilised for reporting purposes.
Server 2008 How To Enable Remote Desktop Connection
This post shows you how to enable remote desktop connection on Windows Server 2008 which can mostly be applied on any other Windows OS.
How To Disable User Access Control Windows Server 2008
This post shows you how to disable user access control on Windows Server 2008
How To Enable Remote Desktop Connection For Users On Windows Server 2008
This post shows you How To Enable Remote Desktop Connection For Users On Windows Server 2008
Windows Server How To Change Password Complexity Policy
This short post shows you the step to change the password complexity policy on Windows Server 2008.
RAID 1 Setup On Dell PowerEdge T110 II
This post shows you how to set up Raid 1 on Dell PowerEdge T110 II.
Delete Saved Passwords For Remote Shared Folders
This post shows you the command to Delete Saved Passwords For Remote Shared Folders
Python Remove Parts Of An Image
This snippet helps you remove parts of an image.
Python Filter Files In A Directory
This snippet helps you filter files in a directory.
Add Printers By IP Address
This post shows you how to add printers by IP Addresses.
MYOB Problem Cannot Load MAPI32.dll
This post shows you the reason why this problem happens.
Python Inserting Images Into Word Documents
This post shows you how to parse and then insert images into MS Word documents.
SugarCRM Custom Fields For Duplicate Checking When Importing
This post shows you how to use custom fields for duplicate checking when importing Accounts or any other modules' entries to SugarCRM
Ruby Hello World With Eclipse
This tutorial shows you how to write your first Hello World program with Ruby. Then it will show you how to do the same with Eclipse.
ProjectPier Web Project Management Software
This article talks about ProjectPier, one of the most widely used project management software. You will learn how to set it up and how it works. This will also show you how to fix the error Call-time pass-by-reference when installing ProjectPier and how to fix the error Admin Can't Create New Project.
SugarCRM Import Accounts Using ID
This post shows you how to use the import facility to update Accounts or any other modules' entries (using the same principle) using the ID field.
SugarCRM Problem New Custom Modules Not Showing Up
This short article shows you the trick to fix this problem.
Collabtive Web Project Management
This short article shows you how Collabtive works and the steps to install. Bear in mind that many people couldn't install Collabtive due to this error Tables could not be created. I'll also show you how to fix this problem.
SugarCRM How To Change Company Logo
This article shows you how to change the company logo for SugarCRM Community Edition
SugarCRM How To Manually Create A Custom Module
SugarCRM gives you a great flexibility to extend its core features. You can use Module Builder to build custom modules easily. However, the problem is that not everything you want can be done by Module Builder. And this is where we have to dig deeper by creating our own modules manually.
SugarCRM Access Control Problem For Custom Modules
I ran into the problem of granting permissions on custom modules and found the solution to why this option didn't show up for me at first.
SugarCRM DisplayParams
When designing EditView, DetailView or SearchView; you might want to change the look and feel of your module. Using displayParams, you can easily change how the HTML elements are rendered such as the size of drop down boxes, text boxes and so on.
Python How To Copy Or Move Folders Recursively
This snippet helps you move or copy sub folders and files of a specified folder to another location.
SugarCRM ZIP Error(0) Status(0) Archive
This post shows you how to fix this error.
Python Listing All Sub Folders
This shows you how to collect sub folders' name from the current folder.
Why Account Numbers Should Be Used
This short post shows my own opinion which came from the real experience of my daily job as to why account numbers should be used, especially for accounting purposes.
SugarCRM How To Use Accounts
This post shows you a simple example on how to use SugarCRM to save customers' Account effectively.
Django AttributeError Type Object Http404 Has No Attribute Has_Header
This short post shows you how to fix this problem in Django.
Sharepoint 2013 How To Create New Farm Admin Using Local Users
This post shows you how to create new farm admin using local user accounts available on your Sharepoint server
VirtualBox How To Ping Between Host And Guest
This post shows you how to do networking between host machine and guest machine so that they can ping to each other.
SugarCRM Move To Another Server
This post shows you how to migrate your current SugarCRM installation to a new server which will be the XAMPP server on your local computer in this example.
Sharepoint 2013 Resolving The Problem SDDL Issue
When you install Sharepoint 2013 as a standalone program, you will encounter the problem The SDDL string contains an invalid sid or a sid that cannot be translated. This post shows you how to fix the issue.
Step By Step Installing Sharepoint 2013 On Windows Server 2008 R2
This post shows you how to install Sharepoint 2013 on Windows Server 2008 R2
How To Install Microsoft SQL Server 2012
This post shows you the steps to install Microsoft SQL Server 2012
Enable IIS on Windows Server 2008
This post shows you how to enable IIS on windows server 2008
How To Set Up Windows Server 2008 R2 Using Virtual Box
This post shows you the steps to install Windows Server 2008 on Virtual Box.
What Is A Terminal Server
This post helps you understand more about Terminal Servers
Risk Management In Software Development
Risk Management plays an important role in the success of any software project. It helps reduce the number of unwelcome surprises and increase the likelihood of your project's success. This short video shows you how to manage your project risks.
How To Make Bootable USB Ubuntu
This shows you how to make a bootable usb with Ubuntu.
SugarCRM How To Add Shortcuts To Menu
This post shows you how to add shortcuts into the menu bar of SugarCRM for different modules.
PHP How To Reverse Escape Characters
This shows you how to reverse escape characters in PHP.
Which MYOB Software Products Is Right For You
With respects to accounting purposes, this post gives you a list of MYOB products that can suit your needs.
Python Remove Specific Word
This shows how to remove specific words from a string.
SugarCRM Invalid Package
This shows you two different methods for fixing the error Invalid Package in SugarCRM.
Python CSV Files Example
This shows you how to use Python to access data in CSV files.
URL For SugarCRM SOAP Or REST
This is a quick note on where to find the URL for SugarCRM SOAP and REST API.
SugarCRM Python REST
This article shows you how to get access to SugarCRM's features using Web Services such as SOAP and REST for Python. Doing this gives you the ability to write custom code with greater flexibility.
SugarCRM JavaScript Problem - NoneType
This brief trick helps you fix the problem of NoneType in SugarCRM.
How To Test An MYOB ODBC Connection
If you have followed our previous article on how to set up MYOB ODBC Driver and want to test its connection, this is the right article for you.
MYOB How To Set Up ODBC Driver
If you don't know or you can't find the MYOB ODBC Driver installed on your computer, you can find the solution in this article.
MYOB ClearWater Expired
If you encounter the problem of the expiration of MYOB ClearWater, you can find a solution from this article.
How To Learn MYOB
MYOB AccountRight Premier is a popular accounting software for small to medium sized companies. It's very crucial for accounting students to have a solid understanding of how to use this software. This article shows you a way to self learn this software.
How To Set Up MYOB AccountRight Premier 19
This shows you the steps to set up MYOB AccountRight Premier 19 on Windows.
Agile Scrum Development
This short video shows you what Scrum is and how it is used in real life.
MYOB ODBC Direct
This post explains what MYOB ODBC Direct is along with its benefits as well as the pricing for it.
How To Remove Search History In Windows
This shows you a quick trick to remove search history in Windows.
SugarCRM - Zucker Reports Problem - Attribute UUID Not Allowed
This post shows you how to fix the problem "Attribute UUID Not Allowed" when uploading Jasper Reports template to Zucker Reports on SugarCRM.
Jasper Reports Problem - Attribute UUID Not Allowed
This post shows you how to fix the error "Attribute 'uuid' is not allowed to appear in element" in Jasper Reports.
SugarCRM How To Install Zucker Reports
This post shows you how to install Zucker Reports and Jasper Reports on SugarCRM and also gives you a quick understanding on how to generate reports from there. Actually speaking, I couldn't find any articles on the Internet at the time I was doing the installation so it was really a painful experience for me to find out a possible way to get this work. I will show you step by step what I did to install this Zucker Reports and to get my first report generated by Zucker Reports.
SugarCRM How To Debug
Debugging is essential for any software developers to find out the errors and to correct them. SugarCRM is also no exception. It offers you a very convenient way of debugging which will be addressed in this post.
Access Denied Problem When Connecting to Remote MySQL Servers
If you are having a MySQL server and want to develop a standalone application to connect to the server remotely, you might experience this connection problem: OperationalError - 1044 - Access denied for user. This post shows you the answer to the problem regardless of the programming language you are using such as Python, Java or .Net.
Python MySQL Example
This is a quick tutorial on how to connect to MySQL Server using Python.
Prioritising User Requirements With Kano Analysis
Kano Analysis was developed by Professor Noriaki Kano in the 1980s. It is a powerful technique to measure customer satisfaction during the product development phase. Now more and more people are realising this technique can also be used in software development for prioritising user requirements. This short video shows you what it is and how it works.
SugarCRM How To Add Custom Fields To Modules
This short article shows you step-by-step instructions to add custom fields to an existing module such as Accounts.
Project Work Vs. Process Work
This short video shows you what the difference between Project Work and Process Work. By understanding the difference, you can gain a better understanding of project management.
SugarCRM Print Address Labels
This is a continuation of the articles "SugarCRM Adding Custom Button For Printing Labels Using Javascript" and "SugarCRM How To Add Custom Actions". This time, the custom code will help download an address file which can be opened in MS Word for further editing before printing.
SugarCRM How To Add Custom JS Files
SugarCRM is a highly customisable enterprise software. You can change and add extra custom actions into the system by adding custom Javascript files. This article shows you how to add custom Javascript files into your module.
MS Word How To Use Mail Merge To Print On Envelopes
This article shows you how to use mail merge to print addresses on envelopes using Excel and Word.
SugarCRM How To Add Custom Actions
Besides the default actions such as EDIT, DETAIL, LIST; we can add extra custom actions for any modules. This article shows you the steps to do that.
Test Driven Development
Test Driven Development (TDD) has been embraced by many software development companies recently. Hence, every software engineer should have a good understanding about it. This short video will give you the definition, an example, its advantages as well as disadvantages.
Test Driven Development Example
This is a very simple example to demonstrate how Test Driven Development is utilised in the production environment. By going through this, you can get a basic understanding of how to apply this approach.
How EDI Works
This article explains the workflow of receiving and processing orders by EDI. Step-by-step instructions will give you a quick understanding of how the whole process works in real life.
How To Convert A Word Page To An Image
This article shows you how to convert a Word page into an image for free. This can also be used to convert a whole Word document into images.
How To Collect User Requirements
This is a quick outline of the steps for finding user requirements. For each technique, you can find a short description on how to perform it.
SAP Business One vs. MYOB Enterprise EXO
SAP Business One and MYOB Enterprise EXO are both well-known accounting software on the market. This article compares their features, associated costs and the required setup.
ERP vs. EDI
This article is for those who might get confused between ERP and EDI. It shows you the difference between them.
SugarCRM Adding Custom Button For Printing Labels Using Javascript
This article shows you how to add a custom button for printing address labels. You will be given steps to add the button in the DetailView of the Accounts module. The same method can be used for any other modules and can also be used for the EditView.
SugarCRM Account vs Contact
This article shows you the difference between Account and Contact in SugarCRM.
EDI Terminologies
This is a continuing effort to collect frequently used terms in the EDI world. This list gives you EDI related abbreviations and their full forms in conjunction with their brief definition.
Microsoft Word Problem - New Documents Not Blank
The problem is when you create a new MS Word document, the document is not blank. This article shows you how to fix this problem. It can also be used to change the template of a new MS Word document so you can have all the fonts and setup in place when you create a new document.
Outlook Setup A Reminder Every Day
Suppose you want to set up a reminder in Outlook which takes place every day. A reminder can be for sending reports to your managers, making a todo list for tomorrow jobs. This article shows you how to do this.
SugarCRM How To Edit Additional Details In ListView
In SugarCRM, the Additional Details Panel gives you some extra information about a record such as an account or a user without going to the DetailView to get to it. This article shows you how to tailor this panel.
SugarCRM Problem - Code Changes Not Taking Effect
I encountered this problem when I first tried SugarCRM. I tried to edit the code so I could learn how the system worked. However, no changes took effect. This article shows you how I fixed the problem
SugarCRM Problem - Studio Fields Editing Error
When you try to create a new field or edit an existing field, you might encounter this error Warning: Creating default object from empty value in view.modulefield.php. This shows you how to fix up the error.
SugarCRM Missing CSS Problem
This short tutorial helps you how to fix the missing CSS problem in setting up SugarCRM. When you first install SugarCRM on your server, you might experience this problem in which the system can run normally but no styling is available.
Why Agile Development Is Better Than Waterfall Development
Now there are more and more firms going Agile. This is my personal thought on why Agile development is better than waterfall development. Depending on each individual's experience, there may be different opinions on this.
Excel How To Count Duplicates
I'm going to give you a very quick and easy-to-understand series of steps to count duplicates or repetitions of values on the same column in Excel. It can be applied for any versions of Excel.
LDAP Setup Tutorial
LDAP is a protocol for accessing and maintaining distributed directory information over an IP network. This tutorial guides you through the process of installing LDAP.
How To Install SquirrelMail With Postfix
SquirrelMail provides both a web-based email application and an IMAP proxy server. In this article, you can find a step-by-step tutorial as to how to get SquirrelMail up and running.
How To Install SASL For POSTFIX
Simple Authentication and Security Layer (SASL) is a popular framework for authentication and data security. When you install Postfix, SASL is not ready-to-use because it's not part of the implementation. However, you can easily integrate SASL to your existing Postfix version. Let's follow the easy steps in this article to get SASL up and running in your computer.
How To Install Courier IMAP
Courier Mail Server is best known for its IMAP component and normally goes along with POSTFIX. You will find detailed steps for installing Courier IMAP with POSTFIX in this article.
How To Install Postfix
Postfix is one of the most popular Mail Transfer Agents on the Internet. Moreover, it's actively being enhanced because it's free and open source. In this article, you are going to see a series of screenshots showing step-by-step instructions for installing this software on local computer.
Kerberos Client Setup
Kerberos is a ticket-based computer network authentication protocol with the main aim for the server-client architecture. For example, you can log in into your company's server from your computer at home using the username/password given by your company's server administrator.
How To Set Up A DNS Server With BIND On Ubuntu
BIND is an acronym for Berkeley Internet Name Domain which is the most widely used DNS software on the Internet and the de factor standard on many Unix-like operating systems. Today I'm going to show you how to install BIND on your Ubuntu machine.
How To Use Eclipse For Python Development
Eclipse is a powerful IDE which lets you develop your applications with different programming languages such as Java, PHP and Python as well. As it claims to be, Eclipse is a continuing effort aiming to provide a universal toolset for development. In this tutorial, I'm going to show you how to get your first Python project work using Eclipse.
PyDev Unresolved Import Error
Those who have been using PyDev for a while might encountered the problem of Unresolved Import Error. Even though the functions and classes do exist in PYTHON PATH and your applications can actually execute perfectly, PyDev might be still showing red error messages showing the import statements were wrong. This quick material comes from my own experience after running into the same situation, googling and experimenting to get the correct answers which worked in my case.
Simple Django Piston Tutorial
Django Piston is an easy-to-use application that allows you to create your own REST API for your applications. This short tutorial is straight forward and gives you a good starting point to set out your projects.
Excel How To Merge Cells Into Single Cell Separated By Comma
I have done this trick a number of times but never thought it would be useful to someone until my friends asked me how to do it. Suppose you have a list of email addresses which you are going to send email to. You want to combine the cells into a single cell with email addresses separated by comma so that you can put it into the Send To field in Outlook.
Why Python Doesn't Import All Libraries Like In Java
When I just started to learn Python, I was wondering why other Pythonists don't put all the import statements right at the beginning of the Python files as in Java which in my mind was much clearer and more structured. Since my background was from Java and moved to Python by jumping into Django, it took me some time to realise this. However, I'm not saying this is totally right. It's basically just my take after doing a number of projects in Python and Django. Hence, you're welcome to comment and give your own thoughts on this.
How To Use Relative Paths In Django Settings
I have been using this technique for a while and it seems to be very handy especially in the production environment. You don't have to change the paths in your Django settings.py every time you change the location of your app or simply changing and uploading the settings.py file via FTP from your testing environment to your server.
Django Comments Framework Tutorial
This tutorial will give you a good understanding about the Django Comments Framework. From this, you know how to integrate the framework into your existing application. Furthermore, the knowledge to enhance and customise the given templates from Django Comments Framework will also be our goal.
How To Update MySQL Database To Reflect The Changes In Django Model
This is just my personal experience as to how to change the database according to the changes in Django models. Hence, it is absolutely not the best solution but you can use this as a reference or to gain some more knowledge regarding how Django generates database tables based on the models.
Django Development With Eclipse and PyDev
This article shows you how to develop Django apps using Eclipse and PyDev. PyDev is a third-party plug-in for Eclipse which is an Integrated Development Environment (IDE) used for programming in Python supporting code refactoring, and many other cool features. On top of that, it's FREE.
How To Change MySQL Password
This is a brief and easy-to-follow tutorial as to how to change the password in MySQL.
How To Remove The Blue Link Of Hyperlink Images' Border In IE
Quick tip on how to remove the irritating border of hyperlink images in IE.
How To Set Up Virtual Hosts in XAMPP For Windows
This brief tutorial shows you how to set up virtual hosts in XAMPP for Windows and how to use port 80 so that you can use http://your-test-sever.com rather than http://localhost:8080
How To Create A Django Project Using Eclipse And XAMPP
If you are looking for how to set up your first django project using Eclipse as the IDE and XAMPP as the server, this would be the right step-by-step tutorial for you. Besides that, you can also learn how to set up virtual hosts for your testing server applications.
How To Run A Python Application In Windows
Suppose you have implemented or downloaded a python script "pytest.py" which, for example, will print out a list of files/folders on your system. Now you want to execute the script under Windows environments. This will show you a step-by-step instruction.
Django Syncdb Error - Table Doesn't Exist
There seem to be many possible reason to this problem. However, in my case, it happened because I copied code from one project to another including the databases.
Do NoFollow Links Get Ranked
Even when I started my second website, I was still asking myself whether NoFollow links count or not. It might sound weird to you but the reason is that for my first website, I was working very hard to get backlinks, especially DoFollow links with high pageranks. Hence, it was not clear to me as to what kind of links actually boosted the ranking of my first website on Google Search.
Failed To Fetch URL - Android SDK Manager
Symptom: You run Android SDK Manager and try to download new SDKs. However, it's giving you this error message Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml.
How To Stop Outlook Download Old Emails
Your Outlook is downloading tons of old emails resulting in many duplicate emails. If so, you should check this out. This happened several times to me before I realised how to fix this.
Outlook Keeps Asking For Password
This problem can happen for any email providers such as Hotmail or Gmail. When I was asked to fix this for my boss, it was a nightmare since there were many different solutions on the Internet and of course we don't want our boss to be annoyed right? After encountering different problems leading to this, it turned out to be more understandable why this happens so frequently and people still can't find the right solution.
How To Reset MYSQL Table ID
This quick tutorial shows you how to reset MySQL tables so that the generated IDs of new entries can start from 0 or any number you want.