Skip to main content

Web Designing & Development :: How to start web engineering

Many peoples ask me what they do in their professional career, so i always give one answer to them do that what you mind and heart says and do this work very sincerely, then see you will get the success what ever you are doing.

I know that is really hard to understand for new comers same like me when i want to select one field as a professional. Lucky i got the web engineering and start my career with full of intentions.

Before starting any thing make sure your self that do you have the interest in this field from you soul, well now let start now. There are few general key point before starting web engineering

1. Always honest with your work
2. Don't loss the hope, if you did not get the solutions. Always struggle again and again
3. If you stuck and did not think the new ideas or solution then change the environment then get back to work
4. Don't look at the clock that just keep in mind that you that target and you need to achieve
5. Have a command in the tools
6. Research work involved frequently


Well always keep these point when every you start work now i informed you how you get started the web engineering what exactly you courses you need to do

  1. Study & Understand HTML (http://www.w3schools.com) is the best site ever for binning level, make sure you know the tags and functionality. there are various tools that i define in my next upcoming sections you will use these tools but make sure you know all tags and properties relevant HTML. It is important because once you do the good professional work then you need to work with the codes and CSS mostly as a result you can handle this very easily
  2. Once you finished the HTML then installed the Dream weaver or Front page as a HTML tool you will learn the basic tutorial form here
    http://www.haverford.edu/acc/docs/software/dreamweaver/welcome.htm

    or

    Check this
    http://www.vineyardesigns.com/resources/dreamweaver/

  3. After that you need move on to the look and feel of the website make sure start with the professional work so make sure you get the ADOBE PHOTOSHOP and working on it.

    http://www.photoshopsupport.com

    For creating some special effects in photoshop
    http://www.teamphotoshop.com/Tutorial-15,8.html

  4. Obviously you are new and did not know what you need to design then just get the sample here www.templatemonster.com get the idea and create a clone for study purpose make sure they have copyright laws for these template so make sure do not sale any design otherwise the website has been blocked
  5. Once you create a design in Photoshop then implement it in HTML that is the another section that i will define in next blog, now its your turn to find out how to create the templates and HTML as well as how you deploy it

I hope you got the bigning point and best wishes in your upcoming bright career

Regards
Rashid Imran Bilgrami
CEO Best Visualization

Comments

Post a Comment

Thanks for the Comments , Your review will display soon

Popular posts from this blog

How to convert and crack windows server 2012 from Evaluation to Full

Dear All This is a way how you Convert Evalution to Full Step1: Open CMD and run following command DISM /online /Get-CurrentEdition <edition ID> is like ServerStandard with out Eval Step 2: DISM /online /Set-Edition:<edition ID> /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula WINDOWS SERVER 2012 Serial Key Windows Server 2012 DataCenter: 48HP8-DN98B-MYWDG-T2DCC-8W83P Datacenter: Y4TGP-NPTV9-HTC2H-7MGQ3-DV4TW Standard: XC9B7-NBPP2-83J2H-RHMBY-92BT4 Standard R2: DBGBW-NPF86-BJVTX-K3WKJ-MTB6V Server Essentials: K2XGM-NMBT3-2R6Q8-WF2FK-P36R2 For Standard R2 here is a command For R2 its like that DISM /online /Set-Edition:ServerStandard /ProductKey:DBGBW-NPF86-BJVTX-K3WKJ-MTB6V /AcceptEula Regards

SugarCRM Footer Logo Remove & SugerCRM violation Message Remove

Hi Reader, Let us discuss about how to remove the SugarCRM Footer logo.. You all are aware of the power of the SugarCRM Tool and also must be very eager to remove the footer in order to make it look more professional. So below mentioned are some tricks for removing the footer from SugarCRM Community edition. 1)  O pen-modules/Administration/ updater_utils.php Add-exit() ; in between   function check_now()   and   return . any where By doing this u can remove 'powered by sugar crm' footer logo. 2) Go to  modules/Trackers/Tracker.php, line 128, in the 'logPage' function. Drop the 'echo' statement. 3) Now to root(Sugarfolder)\include\mvc\view\sugarview.php and modify the line array(show header => true, show subpanel => true...........and so on) and make the changes to showfooter=>true to  showfooter=>false Now how you remove the violation  Go to include /utils/ mvc_utils.php and remove the line or code b...

DNN 7 Won't go into edit mode or not working with control bar

Dear All, Today when i install the DNN 7 then i found and issue in edit mode after installation. The problem is when i go to edit mode the page refresh with out enabling the edit mode, after a short research on Google i found the solution. I hppe it save your time 1. backup your web.config 2. Open your web.config in a text editor 3. within the web.config file, find the <system.webserver><modules> section. 4.  If the <modules> section says <modules runAllManagedModulesForAllRequests="false"> change it to <modules runAllManagedModulesForAllRequests="true"> OR  if it just says <modules>, change it to <modules runAllManagedModulesForAllRequests="true"> 5. Save the config file. 6. Retry by refreshing the page and trying again.  You can also test this out by trying to a do a journal post (which also uses the services framework in an authenticated way. If some how its will not work then, you must chang...