No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Super in PHP, Puthon, JavaScript, Android, 3D Stereoscopic Movie Making - After Effects, NUKE 8x.
- Interests
- Program with passion in PHP, Python, Javascript, C++, c#, Making Professional 3D movies, Highly skilled…
- PC Specs
- Core i5 in Office. AMD GigaByte at home
13 Posted Topics
I am implementing **Attribute Based Access Control** in angular typescript application with rails server. I've searched for different solutions like followings but could not manage to implement cause of unclear solutions. 1. [Custom Roles Based Access Control RBAC in ASP NET](https://www.codeproject.com/Articles/875547/Custom-Roles-Based-Access-Control-RBAC-in-ASP-NET) 2. [simple attribute based access control with spring](https://dzone.com/articles/simple-attribute-based-access-control-with-spring) The … | |
I am trying to add custom button in CKEditor. I am using this CKEditor [ng2-ckeditor](https://github.com/chymz/ng2-ckeditor). It is working fine. but I want to add a button. on cliking this button will add a rails template tag Example: I can add the button like example below, but I dont know how … | |
I am new to Ruby On Rails. I am facing truble on creating a long running background job. my target is to send notification to all the active users between two given dates on specific given hour interval. Example: **send notification message after every 8 hours to all active users … | |
Re: This Code will definitely help you as it is certified by PHP 5.5 developers. you can check it by right clicking in NetBeans Project windows and click on INSERT -> CONNECTION TO DATABASE then sleect your desired database and walk through the wizard to finesh it. when you click the … | |
Re: if its a Interpersonal Communication, Then use Contct ME. i.e sending messages or Email to customers. if you are displaying it on your website main page then use Contact US. because you are representing company. | |
Re: 1. change the port. I remember that than port 25 can be used. 2. set your header so that receiver server should not block it. 3. is it ssl enabled ? 4. can use libaray for this pupose. 5. find torrent for [ 1054 Must Have PHP Scripts of 2008 … | |
Re: The easiest and good method to claculate exact date time is TIMESTAMP. claculate time stamp of first date and second date then subtrac them that will be your required date in the form of time TIMESTAMP cgange it to human read able form using TIMESTAMP functions <?php //Our dates $date1 … | |
Re: The easiest and good method to claculate exact date time is TIMESTAMP. claculate time stamp of first date and second date then subtrac them that will be your required date in the form of time TIMESTAMP cgange it to human read able form using TIMESTAMP functions <?php //Our dates $date1 … | |
Re: If you are computer expert then do the folowing. 1. Download Plop Boot Manager. 2. you can use it two ways. 1. A. Flashing your BIOS to make it possible so that you can boot any your device from BIOS. to flash BIOS you need Phoenix BIOS Editior. it will … | |
Re: 1. we can't delete javascript using firbug. second if we can then here you go... when ` var SKILL_TYPE_NAME=$("input[name='skillDetails[" + TR_ID + "]['skillType']']" ).val().trim();` will be deleted the `var SKILL_TYPE_NAME` is undefined so check it type. `if(typeof(var) === 'undefined'){ `//do stuff in case of variable line deleted using firebug. `}else … | |
Re: 1. Put back old processor in notebook. 2. remove RAM. 3. remove CMOS Battery. 4. power on notebook. check LED indicators. fan functionality etc. 5. check CPU CORE temperature with fingers. 6. if CPU CORE is getting heat up than its fine. if not than there must be problem with … | |
Re: here is you **MoBo audio driver** [link](https://driverscollection.com/?file_cid=42684506700fed328bf827dd613) 1. Open this Link/Page 2. Enter Captcha 3. Press Download on next page click on[ ***VIA_Win7-64_Win7_Vista64_Vista_XP64_XP_2K(v7700d).zip*** ] 4. Extrect ZIP and Install Driver. 5.if windows says " NOT COMPATIBLE WITH YOUR OS " then right click [ Troubleshoot Compatiblity] Run SETUP again. 6. … | |
Re: the problem is `<input type="checkbox <=(here)" name="per" value="car">Car<br/>` make it dynaimc by creating checkboxs array. like `<input type="checkbox" name="myCheckboxes[]" id="myCheckboxes" value="someValue1" />` `<input type="checkbox" name="myCheckboxes[]" id="myCheckboxes" value="someValue2" />` ...(maybe some more checkboxes - dynamically generated as necessary) Get Values of Each Checkbox: var myCheckboxes = new Array(); $("input:checked").each(function() { data['myCheckboxes[]'].push($(this).val()); … |
The End.