For PHP Lovers

Hi everyone,

Hope you are having a good time. Going through the chrome store, I just found out another fantastic tool/extension for PHPers. PHP documentation, made simple. You can just type in the command, and it will get you to the answer in php.net documentation page for that command. Few advantages that I found were

1. Didn’t go to the website, as the tool is up on the browser.

2. The auto complete features don’t let you make guess much.

3. I love it 🙂

Here is the link.

https://chrome.google.com/webstore/detail/kfiahljocaflpaiopilgpiochncgdnhd#

Keep learning.

Enhanced by Zemanta
Posted in Miscellaneous, PHP, Tools | Tagged , , , , , , , | Leave a comment

Cool Tool for CSS

Hi guys,

Here I come with a new tool which is very useful for the developers and designers. This tool simply provides an ease to look for the styling behind any element in your html code. The information is well displayed, easy to find, and most importantly very accurate and time saving.

You can download it from Chrome Web Store via the following link

Enhanced by Zemanta
Posted in Miscellaneous, Tools | Tagged , , , , , , , | Leave a comment

Cheat Sheets for CSS

Hi folks,

Hope everything is fine around you. I’ve found something cool for you guys. Here are the Cheat Sheets attached for CSS2 and CSS3

CSS2-Cheat-Sheet

css3-cheat-sheet

Enhanced by Zemanta
Posted in Cheat Sheets | Tagged , , , , , , , , , , , | Leave a comment

Automatic Website Creation using XML and XSL

I have tasted XML and XSL in my third year of engineeing, where I made a project on Automatic website creation by using the XSL and XML. The whole project was about how to create a website that generates different websites, based on the different templates (under some categories). Each user can enjoy with whatever Template suits his needs, and just enter the data…. Its ready within seconds, and handed to user in Zip format

Webion – Presentation

See the above presentation. It might give you an idea how it was built.

Enhanced by Zemanta
Posted in Miscellaneous, My projects | Tagged , , , , , , , , , , , , | 2 Comments

Boosting up Javascript load time

Hi guys,

These days I am getting very interested in optimizing and speeding up the website. It becomes really necessary for a web developer to have knowledge of how to make his website data load as faster as it can.

As steve souders has said, 80% of the time is taken by the client side execution, and almost 20% is left on server side. So to make it speedy, we must take care of our Javascript and CSS, to make sure they are well managed and optimized.

Here are the articles which have make me understood all these concepts that you should also know. I am 100% sure you won’t get bored while reading them.

Enjoy reading and keep learning 🙂

Enhanced by Zemanta
Posted in Javascript, Web | Tagged , , , , , , , , , , , , , , , | Leave a comment

Using intellisense with CakePHP

Hello .. In this post, I would like to tell you all about how can we get intellisense of CakePHP MVC libs. Since I have download netbeans for PHP, so intellisense for PHP is already available there. What you have to do is,

First of all, install netbeans’ latest version. The one I am using is 6.9 . After installation, do following.

  1. Go to File-> NewProject
  2. Choose PHP -> PHP application with Existing Sources
  3. Now in the Source Folder, give the location of where you have placed your Cakephp framework folder. I have placed in my “www” folder in WAMP directory.
  4. Finally, set your running config, and enjoy 🙂
Enhanced by Zemanta
Posted in CakePHP, PHP | Tagged , , , , , , , , , , , , | Leave a comment

Software house for a newbie

Hi people, I am sharing this with you people who just study and study, and have never gone through any experience or incidence of  spending time in a software house.

I know how you people think, the ones who are in university or college. It seems pretty exciting to know after studying
a “Software Engineering” course

Are all these things really been done in practical??

If yes, then I should taste them. But unfortunately we don’t get a chance. Luckily I just got it.

Yes guys, it is really interesting to get involve with the professionals, understanding the environment, and getting into it. It really helps in future, if you are involved at early age.

So far what I have seen inside is

  • People at different positions (designer,developer, business analyst, etc ) are very co-operative with each other, and there must be a neat communication among all them to produce a good s.w product.
  • All the work assigned to a person must be done on time
  • Learning curve increases for a newbie like me, as all people being Master in their work are there for help.
  • Inter-relation among developers working on a single project, this was very interesting to see software like SVN and VSS for the very first time, and knowing its purpose.
  • Every work assigned to you has a very concise and clear meaning.

Well,  this was not enough, a lot more to tell but can’t be written in words.

Enhanced by Zemanta
Posted in Miscellaneous, Web | Tagged , , , , , , , , , , , | Leave a comment

Network Messenger in C#

A LAN messenger naming Neutron network messenger was a challenging stuff for a guy someone like me, who even didn’t knew the basics of networking, the protocols and everything… But a commendable effort by all the members of my team and me [:p] made it turned into a reality. This was a great experience developing LAN messenger, and try learning the every basic of how messenger works, the text chat, and the files transfer within a LAN.

The Logo

This messenger implements both Client Server and Peer to Peer Connectivity. Every user signs up after authentication, hence it is client server communication between an individual user and server, while clients have a peer to peer communnication among them, which is not surprising.

For the rest snapshots and complete description, see  Project Report

Any questions and queries are welcomed … 🙂

 

Enhanced by Zemanta
Posted in My projects, Web | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Crossword Game in C

My first project of academics. Learning and making use of C language is compulsory for a beginner programmer. Crossword game developed in C , was a challenge for someone like me, who has just started playing with loops and arrays, but ended with an extensive use of some cool features, which I never thought of.

Things I learnt :

1. Using Graphics is C with a little animation ( animation by use of delay and changing position).

2. Using bitmaps in C ( There is a external header file naming bitmap.h by which you can add a picture n C)

3. The use of TIMER (a clock that doesn’t stop even if interrupted by keyboard or mouse) by a keyword called bioskey

4. Use of mouse in C

5. Filing in C

Report (The entire project report in PDF)

Enhanced by Zemanta
Posted in My projects, Web | Tagged , , , , , , , , , , , , , , , | 3 Comments