Wednesday, September 30, 2009

Calculating Interest With Recurring Deposit

.- Recording jCodeCollector digital output of the computer screen

Hi everyone this is my first contribution, we present a tool useful, we may need at any time. I especially have taken the decision that all my contributions will be using this tool.

Who has not gone through anything recorded by on-screen for example the most difficult part of a game, making a record with your computer, or may have simple needs, like making more practical tutorials that do not include a ton of long, dense text, as ScreenToaster does all that, but very simple and line.

With ScreenToaster can create screencasts from the web application, with a very impressive image quality and the ability to add subtitles to audio and even videos. And everything is limited to the environment of your website, making it very accessible and easy to use.



To do this, you must register on the site. ScreenToaster currently is in private Beta, so you will require an invitation code to register and then start making screencasts. For the high demand for access to test the beta.

Once you register, you can record your movie just by clicking the giant button on the home page. You just have to install an applet to start the recorder, and the rest is history. Use some simple commands to record (Alt + S) and stop recording (of Again, Alt + S), and you can even record anything more than one area and not the entire screen (Alt + Shift + S). When you've finished the video, you can add some subtitles (which are not very conventional) and record your voice on the video or any audio you want. You can then choose to publish the video or keep it private. In either mode, your video can always be seen from a URL or html code inserting it into another web.

Pd. I apologize for the video recording of that happened to me that the tool was in English, sorry I did not realize. Greetings.




Saturday, September 26, 2009

Im Jobless Need Money

Slide to unlock ... the door!

Wednesday, September 23, 2009

Swelling Ankles After Drinking Alcohol

OpenGoo: A cheaper alternative to the online office automation

Hi, well as you have noticed my companion July been posting about what is extjs, yesterday reading some things on the Internet I came across OpenGoo, a solution to what is called online office automation, among which GoogleDocs, Zoho, ThinkFree among some more.

What caught my attention is that OpenGoo extjs is designed to use as an engine of MySQL database, php and Apache, among the little things it brings are: calendar, task management, word processing, presentation creator leaves, because beta is not implemented spreadsheets, it is noteworthy that the project goes beyond just offering online office automation but seeks to manage properly document and encourage collaboration at a distance.

the project is hosted on sourceforge and is in full development but you can download a trial version (which is pretty decent).

Sources:

http://linux.softpedia.com/progDownload/OpenGoo-Download-40218.html
http://www.carlosleopoldo.com/post/opengoo/
http:// es.wikipedia.org / wiki / OpenGoo

Saturday, September 12, 2009

Jelly Bracelets Color Meanings 2011

Registration Systems (I).

continue to move and this time, I plan to develop a small application that manages registration, to address actual cases and begin to see which parts can be difficult when you start with the study of this framework We will be playing double duty as the server-side language is PHP, which I know a fraction. But hey, you should always take a first step in starting to walk. In this first part will show only the login interface (login.js) and then see its functionality in php.

Login.js

Login, is based on a FormPanel , which is configured by default with layout: 'form', which correctly renderisa labels and text fields.

In line 4 we Ext.QuickTips.init instruction (), it enables the use of the tooltips, and Ext.form.Field.prototype.msgTarget = 'side' (line 6), means that when there validation fails, display a red icon in the side, in this case, the text field.


DefaultType (line 9) indicates that items (child objects) will post such ( xtype), in this case will be 'textfield', in can see link xtype all available.

On line 13 we find the sentence monitorValid: true, this property enables or disables the monitoring of the buttons that are configured (reported) in accordance buttons, provided these in turn are configured with the property formBind: true. The monitoring is to enable or disable the buttons according to the state of form, in other words, if the form is valid, the buttons are enabled, and if the form is not, disabled.

line 14 through 27, we have the items array of objects, which declares two components FormPanel children of type 'textfield'. In line 19 and 23, is set to be validated to not be left empty fields (allowBlank: false), if this happens, the monitorValid detects it and showing the red side with their corresponding error tooltip.

on lines 29 to 36, declaring the array of buttons, here there is only one setting:
  • monitoring this button (line 31)
  • an icon (line 33)
  • its label (line 34 )
of lines 39 through 54 is the instance of an object of type Ext.Window, which will be the window containing the FormPanel previously created, the configuration of their properties are clear:
  • layout: will use the type 'fit'.
  • width: 317 pixels wide.
  • height: 148 pixels high.
  • title: title of the window.
  • closeAction: 'hide', closing the window will only light, so that may be invoked again without instantiated.
  • closable: Draw the button on the "x" to close the window.
  • draggable: false set-up a window to be fixed, not floating.
  • border: false, does not draw its border.
  • defaults: Their behavior is similar to DefaultType, all set in this property will be taken by the child components in accordance declarandos items.
  • items: has a son, the component called panel. Finally in
Line 56 shows the window. Test

example.

Thursday, September 3, 2009

How Much Hcl And Nahco3 For One Liter

Software Performance Basics - Quick Reference

of the terms that we should keep in mind when something does not work efficiently. Glossary


efficiency is a measure of how much resources is consuming the execution of a task. Efficiency is the inverse of how much of the total service time of the execution of the task can be eliminated without sacrificing capacity or increase their business function.

occupation is the value of using a resource whose transfer rate is maximized with minimal impact on response times. The value of occupancy for a given number of service channels is less than or equal to the value shown below:



# service channels load Competition for a resource induced by concurrent execution of tasks, as measured by utilization.
1 2 4 8 16 32 64 128 Occupation
50% 57% 66% 74% 81% 86% 89% 92%

execution speed performance of the task, measured either as a transfer rate or response time.

Decomposition tabular profile of response time, usually listed in descending order of the response time contribution of the component.

delay in queue length that a task spends glued on a given resource, waiting for their opportunity to consume, as measured by task execution time: click

seconds. response time duration of execution of a task, measured in time per task: click

seconds. The response time is the sum of the delay in the queue and service time. sequence diagram is a diagram specified in the Modeling Language Unified (UML), used to show interactions between objects in the sequential order in which they occur. This diagram is useful to visualize the response time.

service channel A sub-resource sharing a single queue with other sub-resources, a toll booth in a mall or a CPU in an SMP computer.

service time duration that a task passes a given resource consuming, as measured by task execution time: click

seconds. task-oriented work unit business. These can be nested:
print invoices
is a task, print an invoice -subtask- is also a task. Count transfer rate of executions completed the task within a specific time interval:

clicks per second. Using resource use divided by capacity for a specific time interval, a quantitative measure of load.


Principles 1. A
sequence diagram is a useful tool to conceptualize the response time, however, for tasks that run thousands of invocacioes (even dozens), it is more useful

profile. 2. The transfer rate is the reciprocal of the time response. If you add load to create high transfer rates change the response time as you add

waiting in line. 3. The difference between the response time of a task that has a resource with light load and response time under heavy load is waiting in the queue. 4. The duration of a task in the queue for a resource depends on the number of service channels

of this resource in addition to its load

: Add service channels reduces the wait in line for a given load. However, the benefit decreases when the add.
    Reduce the load decreases in the queue waiting for a given architecture. There is no limit to reduce the load scalability
  1. 5. The occupation is the use value that defines the threshold between light and heavy load on a resource.
  2. In an action under heavy loads, response times are degraded when the load grows exponentially.

    In an action under heavy loads, improve response times when the load decreases exponentially
  1. 6. For systems with service requests random time, allowing sustained heavy expenditure of resources to the value of occupancy results in severely degraded response times and transfer rates that fluctuate constantly with microscopic changes in the load.
  2. 7. For a set of resources of a computer, you can improve performance by making the code run fast
, you can improve performance only

eliminating unnecessary instructions in the code or code that competes against your code to seize resources. 8. Improve your code approach efficiently reduces the time and service charge, which improves response time, which improve performance exponentially resources too heavy.

9. Can not optimize the transfer rate of a task ineffective. To analyze the efficiency of a task, you must analyze its response time. Hence, to optimize the transfer rate must first analyze the response time. 10. Do not guess the first in which a program is time consuming, and ineffective attempt to optimize anything you see. Analyze their behavior helps to write code that is faster.



Go

Wednesday, September 2, 2009

Aloha Sign Pinkie And Thumb Sign

style OOP in JavaScript prototypes to schedule

Dear colleagues, in these few lines I will make my contribution to our blog. Sorry for the tardiness, and I hope they serve something.

for days experiencing a bit of a script based language (javascript), try implementing the OOP paradigm, following the general rules by creating classes with their properties and methods.

class Person {

/ / attributes

public Person () {}

/ / methods public

method1 () {}




} Surprise

javascript is a object-oriented language but uses a special style of this paradigm, and by that I mean the prototypes, that if you refer to the same ideas of OOP, such as code reuse, inheritance, polymorphism, encapsulation, hiding among others.

Programming based prototypes is a style of object-oriented programming in which "classes" are not present, and re-use of processes (known as inheritance in class-based languages) is obtained through cloning existing objects that serve as prototypes, extending its functionality. This model is known as prototypes oriented or instance-based programming .

http://en.wikipedia.org/wiki/Prototype-based_programming .


Being

This topic of interest try to explain this in code.

The following case wanted to get the next number multiple of 6 earlier of a number X.

create our archive lies the POO.

clases.js



html file


An example simple and easy to make I give you some link for if they want to implement some other stronger features such as inheritance and polymorphism.

Greetings to all and take care.

The clearer.

Examples

one more

a good
PDF