Posts

change php settings using php.ini and .htaccess in cpanel

Due to the popularity of my previous post that guides how to  increase upload_max_filesize  on cPanel server I decided to create a more general article, that covers changing of other PHP settings using  php.ini  and .htaccess  files. In this article we will change the following php settings: memory_limit  – maximum amount of physical memory that can be allocated to PHP script max_post_size  – maximum size of data that can be transferred via POST method register_globals  – this variable allows to enable or disable register_globals file_uploads  – enables or disables file_uploads First we will create our  custom php.ini  file: Login to your cPanel account, open public_html directory and create blank php.ini file Put php settings that you would like to change into the file. I will put all php variables, but if you would like to leave default values for some of them you can exclude them from the list [PHP] ; increase php memory_limit to...

Download ja mendozite Templates Free

Image
Tablet and Mobile (as default): support 2 modes, portrait and landscape. Support 5 layouts (Extra-wide, wide, normal, tablet, mobile) Multiple module styles and badges styles to choose from Joomla 2.5.x compatible Cross Browser Support: IE7+, Firefox 2+, Safari 3+, Chrome 8+, Opera 9+ and other Standards-Supporting Browsers. Supports all mobile browsers Valid 508 Accessibility Well-commented css files flexible customization Demo Link:  Ja-mendozite-demo Download Link:  Ja-mendozite-download

Changing mac address in windows registry

Image
MAC-Address is the hardware Network Address for the NIC which is unique for the system. However, there may be time when you need to change the MAC-Address for administrative purpose on a network. Some of the device drivers come with an option to change it from the device properties but not all (like my Broadcom Gigabit Ethernet Driver). For those who do not have the luxury of changing the MAC-Address from the device properties there is a way to do this  by editing the Windows Registry. To change MAC-Address for a Network card in Windows Registry: 1. Click Start – Run, type “regedit” 2. Navigate to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318] HKEY_LOCAL_MACHINE     \SYSTEM         \CurrentControlSet             \Control                \Class ...

Teamwork

Right balance of technical skills and personalities, and organizing that group so that the members work together effectively. Personality Type Task-oriented - The motivation for doing the work is the work itself. who are motivated by the intellectual challenge of software development. Self-oriented - Who are principally motivated by personal success and recognition. They are interested in software development as a means of achieving their own goals. Have longer-term goals, such as career progression, that motivate them and they wish to be successful in their work to help realize these goals. Interaction oriented - The principal motivation is the presence and actions of co-workers. People go to work because they like to go to work. Most software engineering is a group activity The development schedule for most non-trivial software projects is such that they cannot be completed by o...

The People

Image
The Stakeholders Senior manager – define business issues. Project (technical) manager – plan, motive, organize and control practitioners. Practitioners – deliver technical skill. Customers – specify the requirements. End user – directly interact with product. Team Leaders MOI Model of Leadership M otivation - The ability to encourage (by push or pull) technical people to produce to their best ability. O rganization - The ability to mold exiting processes that will enable the initial concept to be translated into a final product. I deas or innovation - The ability to encourage people to create and feel creativity People Need Hierarchy Characteristics of Team Leaders Problem solving Ability of diagnose the technical and organizational issues Systematically structured solution or motivate practitioners to develop the solution Apply lessons learned from past projects Managerial Identity Take responsibility of a assigned project Mus...

Project Management

Projects need to be managed because professional software engineering is always subject to organizational budget and schedule constraints. The project manager’s job is to ensure that the software project meets and overcomes these constraints as well as delivering high-quality software. Important goals are: Deliver the software to the customer at the agreed time. Keep overall costs within budget. Deliver software that meets the customer’s expectations. Maintain a happy and well-functioning development team. Project Management Spectrum People Managing People Teamwork Product Process Project

Class Diagram

Image
The class diagram is a static diagram. It represents the static view of an application.Class diagram is not only used for visualizing, describing and documenting different aspects of a system but also for constructing executable code of the software application. The class diagram describes the attributes and operations of a class. The UML diagrams like activity diagram, sequence diagram can only give the sequence flow of the application but class diagram is a bit different. So it is the most popular UML diagram in the coder community. So the purpose of the class diagram can be summarized as: Analysis and design of the static view of an application. Describe responsibilities of a system. Base for component and deployment diagrams. Forward and reverse engineering. Identifying Analysis Classes From a System: General classifications for a potential class External entity (e.g., another system, a device, a person) Thing (e.g., report, screen display) Occurrence or...
i am running my new blog at Knowledge Sharing (https://ksharing.info). please subscribe my new blog