Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~11.3K People Reached
About Me

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
Member Avatar for kaleemullah360

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 …

Member Avatar for rproffitt
0
723
Member Avatar for kaleemullah360

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 …

Member Avatar for rproffitt
0
854
Member Avatar for kaleemullah360

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 …

0
247
Member Avatar for muhamadtaufiq.zaki

<?php echo "<table border='1' style='border-collapse: collapse;border-color: silver;'>"; echo "<td width='100' align='center'>date in</td><td width='100' align='center'>date out</td> <td width='100' align='center'>model</td> "; echo "</tr>"; include("proses/dbcon.php"); $date_in = $_POST['date_in']; $date_out = $_POST['date_out']; if(isset($submit)) { $sql = "select * from inventory where createdate >= '$date_in' and createdate <= '$date_out' "; } $result= mysql_query($sql); while($row=mysql_fetch_array($result)) { …

Member Avatar for muhamadtaufiq.zaki
0
2K
Member Avatar for joshl_1995

Hello Community, I was wondering what I would use, first off I'm running something by my self so do I use us or me? (Example contact us or contact me). Do I just use us to just pretend that there is more than one person running the service?

Member Avatar for joshl_1995
0
263
Member Avatar for Shibbir Khan

I'm using Yii framework while my question is probably intended to PHP expert. I have created a controller to send email from my web application, it works fine. Given that, I intend to use email in several sontrollers in my app, I wanted to created a helper but that does …

Member Avatar for kaleemullah360
0
426
Member Avatar for markii.borabon_1

im trying to get the date diff: <?php $datetime1 = date_create(date('d - M - Y')); $datetime2 = date_create($date); $interval = date_diff($datetime1, $datetime2); $diff = $interval->format('LISTED %R%a DAY(S) AGO'); ?> it works in my localhost host.. but when I upload and run it online it get this error : Fatal error: …

Member Avatar for kaleemullah360
0
428
Member Avatar for shammi.khan.73

I want to calculate EXACT past 30 days time period in php from now (for example 30 aug 14 23:06) to 30 days back (for example 1 aug 14 23:06). I wrote this where current datetime goes in $d1 and past 30 days datetime goes in $d2 but somehow i …

Member Avatar for kaleemullah360
1
4K
Member Avatar for philpense

Have a vintage Toshiba Satellite.. BIOS does not recognize the USB I would nned to run UBUNTU from a USB drive. used to see third party providers that could update an existing BIOS. Looking for an informed opinion on what BIOS Flash solutions could work

Member Avatar for kaleemullah360
0
191
Member Avatar for Priti_P

Hello, using for each of jquery am fetching td's name but if try to test it by removing name from firbug and try to submit it then my code is breking. so first question, what should anyone do in such case? and another regarding my code is: $('#SkillDetails_table tr').each(function() { …

Member Avatar for kaleemullah360
0
99
Member Avatar for ashix2018
Member Avatar for kaleemullah360
0
131
Member Avatar for jumarevans

After i upgraded my win7 OS to win8, i found out that my audio output device is not installed.i tried installing realtek and other audio driver but still it is not fixed...please help me with this problem??? Here's my motherboard type: ASRock G41M-VS3....

Member Avatar for aidan29
0
177
Member Avatar for priy12345

Can anyone help me how to read the value from the checkbox to display it in a pdf.I am having a form with name,age,prefernce etc. I have a checkbox for preference. When user clicks on submit the entered or selected value as to display in a pdf.I have only problem …

Member Avatar for kaleemullah360
0
2K