Articles tagged with: Development
Development, LAMP »
It’s been said time and again that The REAL Programmer automates his job that they are Long Term Life Planners and have Attention to Detail
Here is just an example of ways in which one can automate processes.
I use Seagull Framework for developing faster, secure and feature rich Web based Applications Today, I had to update the Database to fill some blank columns in a table named sgl_permision
I first tried to edit them through the Seagull’s Web based Admin Front end It was taking too long.Then I tried to edit the …
Development, Web_2.0 »
Hey, I am not interested in your story, Subscribe me to the feed straightaway.
1) Irrelevant result for all linksI was subscribed to the DZone recent links to the feeds at http://dzone.com/links/feed/frontpage/rss.xml and my Google reader was getting flooded with new items every few minutes and I was noticing that I was getting items which aren’t relevant to me.
2) Subscribe to the Tags by visiting individual pages for each tags and subscribe to them:Hence I tried to find a way to subscribe to each tag that I am interested in php, …
Development, eclipse »
My earlier experience with Eclipse on Ubuntu can be found at
Getting Eclipse to Work on Ubuntu
Heap Space Problem:I was wondering why configuring eclipse.ini file in /usr/lib/eclipse/eclipse.ini wasn’t reflecting.
My eclipse.ini file ha the following content:
————————————————————–vmargs-Xms256m-Xmx512m————————————————————-
But this didn’t get reflected.To check the heap status at all time do the following:Goto Window -> Preference inside Eclipse.In the general Section you will see a checkbox labeled Show heap statusMake sure this is checked. If this is checked you should be able to see bar in the bottom displaying the Heap Status. I …
Development, LAMP, PDT, eclipse »
Getting Eclipse to wiork on Ubuntu for all my Development Work proved to be very tricky.There are issues related to permission compatibility and what not.
Here is what worked for me.After installing and uninstalling Eclipse and deleting the Workspace for quite a few times, I first removed all the Packages with the search term eclipse from the Synaptic Package Manager (Top Bar -> System Menu -> Administration -> Synaptic Package Manager)
Then I used the steps as explained in the iteratively documented tutorial at Ubuntuforum in the following url
http://ubuntuforums.org/showthread.php?t=201378
After doing …
Development, LAMP, PDT, eclipse »
Getting Eclipse to wiork on Ubuntu for all my Development Work proved to be very tricky.There are issues related to permission compatibility and what not.
Here is what worked for me.After installing and uninstalling Eclipse and deleting the Workspace for quite a few times, I first removed all the Packages with the search term eclipse from the Synaptic Package Manager (Top Bar -> System Menu -> Administration -> Synaptic Package Manager)
Then I used the steps as explained in the iteratively documented tutorial at Ubuntuforum in the following url
http://ubuntuforums.org/showthread.php?t=201378
After doing …
Development, Productivity »
To install Apache as a service on Windows browse to the Apache Flder through the command line and enter the following command
apache -i -n “Service Name”
Service Name is the name of the service that you want to give it.
To name it Apache enter the following command
apache -i -n “Apache”
Quotes are required if the Service name that you want has blank space(s)
if it succeeds test it with the follwing command to start the service. from next time the Service will start when the windows starts.
apache -n “Apache” -k start
Have fun, no …
Development »
To install Apache as a service on Windows browse to the Apache Flder through the command line and enter the following command
apache -i -n “Service Name”
Service Name is the name of the service that you want to give it.
To name it Apache enter the following command
apache -i -n “Apache”
Quotes are required if the Service name that you want has blank space(s)
if it succeeds test it with the follwing command to start the service. from next time the Service will start when the windows starts.
apache -n “Apache” -k start
Have fun, no …



















