-
Replied To a Post in PC goes crazy sometimes
**Thank you** http://www.pc-specs.com/mobo/Intel/Intel_DH87MC/2625 My board is not supporting dual GPU, so I have to stick with single GPU. I'll replace K600 & going for other upgrades instead of building new … -
Replied To a Post in PC goes crazy sometimes
Thanks I guess only 3 things will upgrade my pc performance 1. memory 2. SSD 3. Graphics card Thinking for 1050 Ti 4 GB. Which brand should I go with … -
Replied To a Post in PC goes crazy sometimes
1. SPECCY shows **Frequency 798MHz** ( memory), where amazon shows **Speed: 1600MHz CL9, SPD Speed: 1333MHz ** 2. I'm using **NVIDIA Quadro K600 1GB DDR3.** I guess 1050 - 1080 … -
Replied To a Post in PC goes crazy sometimes
Thanks I think GPU is the problem child I'll add some cooling for GPU. I use uTorrent for movies sometimes, uninstalled it , all s/w are licensed I have few … -
Replied To a Post in PC goes crazy sometimes
1. http://speccy.piriform.com/results/pHqck23IE4cbNbohvQQySyV 2. Power Supply Corsair CX450M 450 W I build my pc 5 years back. Last year cabinate fans & Heat sink replaced. I'm planning to build workstation. Budget … -
Created PC goes crazy sometimes
I've following configuration PC. It goes crazy sometimes. All cabinate fans starts running crazily & display goes off, still I can hear audio like songs or movie audio. After switching … -
Began Watching PC goes crazy sometimes
I've following configuration PC. It goes crazy sometimes. All cabinate fans starts running crazily & display goes off, still I can hear audio like songs or movie audio. After switching … -
Replied To a Post in animate svg without gaps using greensock
I found some examples of Seamless loops, **GSAP** https://codepen.io/PointC/pen/qXMeeg https://codepen.io/GreenSock/pen/KwqPjZ **css** https://codepen.io/strigiforme/pen/zLbYWm Please help someone to create Seamless loop of **<svg> <rect /> </svg>** -
Created animate svg without gaps using greensock
I’ve created animated `rect` shape with **greensock**. It's not working on jsfiddle so created on [codepen](https://codepen.io/anon/pen/PdezOj) I’ve three shapes. I need help with following, 1. make it 100% height & … -
Began Watching animate svg without gaps using greensock
I’ve created animated `rect` shape with **greensock**. It's not working on jsfiddle so created on [codepen](https://codepen.io/anon/pen/PdezOj) I’ve three shapes. I need help with following, 1. make it 100% height & … -
Replied To a Post in animate all borders at same time
http://jsfiddle.net/cryzqu7b/ Check the difference between animate1 & animate 2. I'll try **animejs** But as I said, I have too many animations to handle keeping project lightweight -
Replied To a Post in animate all borders at same time
I'm working on big project where I have many animations to handle, or otherwise there is jquery transform plugin to handle border animation. But I cant use different jquery plugins … -
Replied To a Post in animate all borders at same time
**@both** Thanks **@rproffitt** I was using **jquery-transform** plugin for the same animation, but I found **GSAP** more usefull. I tried TweenLite, TweenMax, TimelineLite, TimelineMax. TimelineLite() & TweenLite() is working for … -
Created animate all borders at same time
Borders are animating one after one. Need help to animate all borders at same time Here is running example [jsfiddle](https://jsfiddle.net/npLsm0j2/) **CSS** * { padding: 0; margin: 0; outline: none !important; … -
Began Watching animate all borders at same time
Borders are animating one after one. Need help to animate all borders at same time Here is running example [jsfiddle](https://jsfiddle.net/npLsm0j2/) **CSS** * { padding: 0; margin: 0; outline: none !important; … -
Marked Solved Status for How to add audio effects to website using jquery
I need some help to add few audio effects to website. I found some examples like following, audioOn: true audio.muted = false setAudioOn true ref: "audio", attrs: { "id": "projects-audio" … -
Replied To a Post in How to add audio effects to website using jquery
I'm still working on little issues. Following is updated code. **index.php** <p>Sound Link:- http://soundbible.com/mp3/cartoon-birds-2_daniel-simion.mp3</p> <a href="#" class="birds">Cartoon Birds</a> <br /> <h4><a href="#" class="ToggleMute">Toggle Mute</a></h4> **main.js** jQuery(document).ready(function($) { "use strict"; var … -
Replied To a Post in How to add audio effects to website using jquery
**Please help** -
Replied To a Post in How to add audio effects to website using jquery
With the help of colleague & [css-tricks](https://css-tricks.com/introduction-web-audio-api/) I ended up with following code with some problems. **index.php** <p>Sound Link:- http://soundbible.com/mp3/cartoon-birds-2_daniel-simion.mp3</p> <a href="#" class="birds">Cartoon Birds</a> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script type="text/javascript" src="script.js"></script> … -
Replied To a Post in How to add audio effects to website using jquery
**Thanks** **My Code** var audiotypes = { "mp3": "audio/mpeg", "mp4": "audio/mp4", "ogg": "audio/ogg", "wav": "audio/wav" } function audio(sound) { var audio_element = document.createElement('audio') if (audio_element.canPlayType) { for (var i = … -
Replied To a Post in How to add audio effects to website using jquery
**@All Thanks** As I said I'm working on themes, where I need to use low volume of background music. So I want to control Volume, Play/Stop of background music. ([HTML … -
Replied To a Post in How to add audio effects to website using jquery
I found websites little similar with - what I'm trying to do. [offfitalia](http://www.offfitalia.com/) [20thcenturywomen](http://20thcenturywomen-movie.com/) Background music Sound on hover volume indicator on/off (animated sound control bars) Both have used [greensock](https://greensock.com/) … -
Created How to add audio effects to website using jquery
I need some help to add few audio effects to website. I found some examples like following, audioOn: true audio.muted = false setAudioOn true ref: "audio", attrs: { "id": "projects-audio" … -
Began Watching How to add audio effects to website using jquery
I need some help to add few audio effects to website. I found some examples like following, audioOn: true audio.muted = false setAudioOn true ref: "audio", attrs: { "id": "projects-audio" … -
Marked Solved Status for Load content without redirecting page using window.history.pushState
I have css animation for preloader. I need help to update content smoothly without redirecting page, using following functions $(window).on("popstate", function() { }); window.history.pushState({path: ""},"",""); Update link & content of … -
Marked Solved Status for Help with Modified CSS Reset
I’ve created modified **CSS reset** based on various reset stylesheets available. Need some help to make it effective & clean. Need some help with typography *, *:before, *:after { -webkit-box-sizing: … -
Stopped Watching Help with Modified CSS Reset
I’ve created modified **CSS reset** based on various reset stylesheets available. Need some help to make it effective & clean. Need some help with typography *, *:before, *:after { -webkit-box-sizing: … -
Replied To a Post in Help with Modified CSS Reset
*@both* **Thanks** I'd be sticking with normalize.css. Working on media queries to achieve clients needs -
Replied To a Post in Help with Modified CSS Reset
*@rproffitt* **Thanks** Got your point. I was checking design at **[mattkersley](http://mattkersley.com/responsive/)** & **[Am I Responsive](http://ami.responsivedesign.is/)**. I had some problems so I was looking for some accuracy. BTW I’ve revised my … -
Replied To a Post in Help with Modified CSS Reset
*@rproffitt* - Need help to make responsive fonts for all devices. *@gentlemedia* - Would you like to help to reduce repeating porperties & make clean css reset? I’ve tried various … -
Created Help with Modified CSS Reset
I’ve created modified **CSS reset** based on various reset stylesheets available. Need some help to make it effective & clean. Need some help with typography *, *:before, *:after { -webkit-box-sizing: … -
Began Watching Help with Modified CSS Reset
I’ve created modified **CSS reset** based on various reset stylesheets available. Need some help to make it effective & clean. Need some help with typography *, *:before, *:after { -webkit-box-sizing: … -
Replied To a Post in Load content without redirecting page using window.history.pushState
**@gentlemedia** Yes I have tried, but not working. I'hve created my function based on this, - **[tut](https://css-tricks.com/rethinking-dynamic-page-replacing-content/)** Please someone try my code with index.php, about.php & contact .php, to understand … -
Replied To a Post in Load content without redirecting page using window.history.pushState
created function as follows, but not working correctly. need some help. Please help Thanks jQuery(document).ready(function(event){ if(Modernizr.history){ $('.nav li a').on('click', function(event){ event.preventDefault(); var url = $(this).attr('href'); $('body').addClass('loading'); window.history.pushState(null, null, url); loadContent(url); … -
Created Load content without redirecting page using window.history.pushState
I have css animation for preloader. I need help to update content smoothly without redirecting page, using following functions $(window).on("popstate", function() { }); window.history.pushState({path: ""},"",""); Update link & content of … -
Began Watching Load content without redirecting page using window.history.pushState
I have css animation for preloader. I need help to update content smoothly without redirecting page, using following functions $(window).on("popstate", function() { }); window.history.pushState({path: ""},"",""); Update link & content of …
The End.