Different ways to write the transitions and transforms in image tag using HTML & CSS. Part-2
In this blog, I am creating the transitions and transforms in image tags using HTML & CSS. So, Let’s create an index.html & style.css below-
From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.
With Motoshare, every parked vehicle finds a purpose.
Owners earn. Renters ride.
🚀 Everyone wins.
In this blog, I am creating the transitions and transforms in image tags using HTML & CSS. So, Let’s create an index.html & style.css below-
In this blog, I am creating Different ways to write animation, transitions, and transforms in button tags using HTML & CSS. So, Let’s create an index.html & style.css below-
In this blog, I am creating the transitions and transforms in image tags using HTML & CSS. So, Let’s create an index.html & style.css below-
In this blog, I am creating different transitions in buttons & div using HTML & CSS. So, Let’s create an index.html & style.css below- In, this index.html multiple div, tag with multiple class which is defined below style.css- In, this style.css I am used multiple classes with multiple functionalities as color, padding, margin, opacity, width … Read more
Way of adding JavaScript: Inline– Inside head Tag Inside body Tag Inside Head Tag Inside Body Tag External file Inside head Tag Inside body Tag Inside head Tag Inside body Tag <script> – Opening Script Tag. src – It‟s an attribute of script tag. It defines source/location of script file. • dev.js – This is … Read more
Way 1 – Put following lines as part of Default Content text box ${BUILD_LOG, maxLines=9999, escapeHtml=false} this works for free style projects Way 2 – If you want send only specific line using regex ${BUILD_LOG_REGEX, regex=”\\b(Buildfile|BUILD)\\b”, linesAfter=1} ${BUILD_LOG_REGEX, regex=”^.*?BUILD FAILED.*?$”, linesBefore=0, linesAfter=10, maxMatches=5, showTruncatedLines=false, escapeHtml=true} ${BUILD_LOG_REGEX, regex=”\\b(FC0)\\b”, linesAfter=1} ${BUILD_LOG_REGEX, regex=”^.*?BUILD FAILED.*?$”, linesBefore=0, linesAfter=10, maxMatches=5, showTruncatedLines=false, … Read more
Way 1 – Put following lines as part of Default Content text box ${BUILD_LOG, maxLines=9999, escapeHtml=false} this works for free style projects Way 2 – If you want send only specific line using regex ${BUILD_LOG_REGEX, regex=”\\b(Buildfile|BUILD)\\b”, linesAfter=1} ${BUILD_LOG_REGEX, regex=”^.*?BUILD FAILED.*?$”, linesBefore=0, linesAfter=10, maxMatches=5, showTruncatedLines=false, escapeHtml=true} ${BUILD_LOG_REGEX, regex=”\\b(FC0)\\b”, linesAfter=1} ${BUILD_LOG_REGEX, regex=”^.*?BUILD FAILED.*?$”, linesBefore=0, linesAfter=10, maxMatches=5, showTruncatedLines=false, … Read more
Source code analysis tools: Evaluation criteria Support for the programming languages you use. Some companies support mobile devices, while others concentrate on enterprise languages like Java, .Net, C, C++ and even Cobol. Good bug-finding performance, using a proof of concept assessment. Hint: Use an older build of code you had issues with and see how well … Read more
Grep will return 0 while the build is running: $ curl http://myjenkins/job/myjob/lastBuild/api/json | grep –color result\”:null $ echo $? Trigger a Jenkins Job from command line $ wget http://yourserver/job/MyJobname/build?delay=0sec $ wget -O – $HUDSON_URL/job/JOBNAME/build Trigger a Jenkins Job without authentication $ curl http://jenkins:8080/job/my%20job/build Trigger a Jenkins Job with authentication $ curl –user dbacher:$MY_API_TOKEN http://jenkins:8080/job/my%20job/build $ … Read more
Step by Step Instruction to Upgrade Perforce to 2014 The step are as follows: a) Check if the license is current. p4 license -o The expiry date must be later than the binary release date you are installing b) Verify server archives using the command ‘p4 verify -q //… > verify.txt’ * Note – If … Read more