How to run code immediately in some other application?
-
تاریخ: 1396/10/7 ساعت: 1:11
hi, I have two Asp.Net web applications, App 1 and App 2. They both utilize a similar database. I am attempting to give charge from App 1 and quickly run a touch of code in App 2. The main way I can consider doing this is by embeddings a summon in the database and have App 2 survey the database at r...
Button wont popup on second icon
-
تاریخ: 1396/10/7 ساعت: 1:11
i am trying to make something, https://pastebin.com/numb3WKD the button with the name rank addons is working on the firstone but not on the second one someone knows why!
Please dont give up on this forum folks - keep it going
-
تاریخ: 1396/10/7 ساعت: 1:11
Hi, i was told it was rather slow around here. A few times i did go to the SOFlow for assistance and i was not happy. Did you know they have a new deal now that if they dont consider your question a help to their viewers they can ban you from asking any more questions. That is total BS folks. It tel...
Resolved Verify the php version is more than 5.4
-
تاریخ: 1396/10/7 ساعت: 1:11
Hi, i thought i would do something to verify that the php version on the machine was at least 5.5+ and not 5.4 or lower. So here is what i came up with, it seems to work but wanted to see if this was the best way to do this. If the remainder is - [negative] at all then they dont have 5.5 or higher.....
Initiate class only once as global and add functions to class from outside
-
تاریخ: 1396/10/7 ساعت: 1:11
Don't know better title to describe my problem. So here's the long version: Problem 1: I have a php class with all the stuff in it to control a page (Languagemanagement, functions, Databaseco ection etc.) And im loading content with ajax. Right now i have to initiate the same class for each ajax fil...
Changing font/text color in rollover button for navbar
-
تاریخ: 1396/10/7 ساعت: 1:11
Hellow, how do I change the rollover (hover) font/text color in my navbar? Here is the code: CSS: /* What it does: Hover styles for buttons */ .button-td, .button-a { transition: all 100ms ease-in; } .button-td:hover, .button-a:hover { background: #555555 !important; border-color: #555555 !important...
Checking duplicate record, while inserting multiple row in Mysql DB in Php
-
تاریخ: 1396/10/5 ساعت: 14:37
Hi I would like to know , how can I check duplicate record, while adding multiple row in Mysql DB in Php? I'm adding data to my DB from excel sheet using php reader. Here is my code, what I've tried so far, but its always adding duplicate row without giving any notification/error message. PHP Code: ...
Website advanced review
-
تاریخ: 1396/10/5 ساعت: 14:37
Hi everyone, im here in this community again because actually i got my website ready. There are few things to develop yet but the platform seems to work. I just wa a ask your review for the entire platform. My website has few different parts: all about me and my music career, my blog, his own social...
Python: Can any one explain this while loop.
-
تاریخ: 1396/10/5 ساعت: 14:37
This seems like an easy one. My doubt is, when is "num" changing its value. def nearest_square(limit): num = 0 while (num+1)**2 < limit: print(num) num += 1 print(num) retu num**2 limit = 20 print(nearest_square(limit)) OUTPUT: 0 1 2 3 16 In the code I am incrementing "num" twice. (Once in the condi...
HTML Parsing with C#, HTML Variation problem
-
تاریخ: 1396/10/5 ساعت: 14:37
I'm trying to parse some HTML with C# but have run into a problem with the tags around listing URLs being inconsistent. Code: <ul class="contact clearfix"> <h4>Visit Site:</h4> ...
Load JS File from relative dir instead of absolute url
-
تاریخ: 1396/10/5 ساعت: 14:37
Hi everybody and merry christmas. Problem: I have a dir on my server with all important files (PHP CLASSES, FUNCTIONS etc.) to use for more than one of my Domains / Sites. (Dosen't make sense to me to copy same files for and to each domain folder, so i go this way). PHP works like a charm. But than ...
Did a jQuery Form Validation and tried to explain it in easier way :)
-
تاریخ: 1396/10/5 ساعت: 14:37
I've made a video explaining how to validate form using jquery.. It won't allow to submit form if there are any errors present in form.. Do check it out and let me know 😁 Video link : https://youtu.be/W4-5WM60gWg Thank you for your attention.
Updating mysql to mysqli - Queries No Longer Work
-
تاریخ: 1396/10/5 ساعت: 14:37
Hello All, I am trying to update from mysql_query to mysqli_query and am having great difficulty. Does the query structure change? I can not locate the solution for any type of mysqli query. Not one mysqli query is working across 4 websites and too many pages to even count. I am using PHP 5.6. Here ...
table not being created
-
تاریخ: 1396/10/5 ساعت: 14:37
I'm not a regular in coding. I'm not familiar if there are new ways to code in PHP but here's what I have which isn't working: PHP Code: $dbTable13 = "the_new_kjv_table"; $con = mysql_co ect($serverHost, $use ame, $password); if (!$con){ die('Could not co ect: ' . mysql_error()); } mysql_select_...
Countdown Timer Using HTML and CSS with simple JavaScript
-
تاریخ: 1396/10/3 ساعت: 15:57
Recently created a countdown timer for new year's eve using html css and simple JavaScript.. I tried to explain it in most simple way. Do check it out on the link below https://youtu.be/X_NJutFBbp4 Thanks
How to create checkbox for single item in django?
-
تاریخ: 1396/10/3 ساعت: 15:57
I know to make a numerous checkbox in the frame in the event that I have the rundown of things python. forms.py class GatewayForm(forms.Form): GATEWAY_CHOICES = ( ('Instamojo', 'Instamojo'), ('CCAvenue', 'CCAvenue'), ('ePaisa', 'ePaisa')) gateway_name = forms.MultipleChoiceField(widget=forms.Checkbo...
im looking for a free html/php marketplace template
-
تاریخ: 1396/10/3 ساعت: 15:57
ive googled it and all i can see are ones that you have to pay for and im not even sure that they a raw code that you can download.
CountDown Timer using JavaScript
-
تاریخ: 1396/10/3 ساعت: 15:57
Check out how to create a simple countdown timer with the help of simple JavaScript logics... The video is posted on... https://youtu.be/X_NJutFBbp4
Loading Animation like Facebook,LinkedIn
-
تاریخ: 1396/10/3 ساعت: 15:57
Hey.. I've recently made a video on animation which facebook uses for loading placeholder.. How's it!? Do check it out and let me know that was i able to properly explain it. https://youtu.be/YTUuZg7NpZU Thanks in advance 😊
Help with JS Game
-
تاریخ: 1396/10/2 ساعت: 2:57
https://developer.mozilla.org/en-US/...ure_JavaScript I get this game. I make different files each one for js, css, html code. Now I want a second js that has inside the functions draw bricks collisionDetection drawBall drawPaddle drawBricks drawScore drawLives my js code is here Code: window.onload...